summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAlexander Wirt <formorer@debian.org>2010-01-30 17:37:07 +0000
committerAlexander Wirt <formorer@debian.org>2010-01-30 17:37:07 +0000
commit89961548e2ecff244ec30ada14a3f8835abc469b (patch)
treea4fbf628e8c0137d4a8f5f9ef0349fd736a6738e /debian/control
parent9c4fd6b2a6aacfd8125957379ac640f8ccbbb463 (diff)
downloadconntrack-tools-89961548e2ecff244ec30ada14a3f8835abc469b.tar.gz
conntrack-tools-89961548e2ecff244ec30ada14a3f8835abc469b.zip
Add ${misc:Depends} to binary packages
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index e0d607e..36096a2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Standards-Version: 3.8.3
Package: conntrack
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Program to modify the conntrack tables
conntrack is a userspace command line program targeted at system
administrators. It enables them to view and manage the in-kernel
@@ -18,7 +18,7 @@ Description: Program to modify the conntrack tables
Package: conntrackd
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Connection tracking daemon
Conntrackd can replicate the status of the connections that are
currently being processed by your stateful firewall based on Linux.