summaryrefslogtreecommitdiff
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
parent9c4fd6b2a6aacfd8125957379ac640f8ccbbb463 (diff)
downloadconntrack-tools-89961548e2ecff244ec30ada14a3f8835abc469b.tar.gz
conntrack-tools-89961548e2ecff244ec30ada14a3f8835abc469b.zip
Add ${misc:Depends} to binary packages
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5f92842..767a9a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
conntrack (1:0.9.14-1) unstable; urgency=low
* New upstream version
+ * Add ${misc:Depends} to all binary packages
-- Alexander Wirt <formorer@debian.org> Sat, 30 Jan 2010 18:34:09 +0100
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.