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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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