From 89961548e2ecff244ec30ada14a3f8835abc469b Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Sat, 30 Jan 2010 17:37:07 +0000 Subject: Add ${misc:Depends} to binary packages --- debian/changelog | 1 + debian/control | 4 ++-- 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 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. -- cgit v1.2.3