From: Simon Horman Date: Fri, 3 Feb 2012 08:34:17 +0000 (+0900) Subject: debian: Add dependency on ${misc:Depends} to openvswitch-test X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712ab4bb4d59af6aa1ebddffaee927014282f30e;p=openvswitch debian: Add dependency on ${misc:Depends} to openvswitch-test This is necessary as openvswitch-test makes use of debhelper. As reported by lintian. Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- diff --git a/debian/control b/debian/control index 58614471..4f714652 100644 --- a/debian/control +++ b/debian/control @@ -143,7 +143,7 @@ Description: Open vSwitch graphical monitoring tool Package: openvswitch-test Architecture: all -Depends: python-twisted-web, python (>= 2.7) | python-argparse +Depends: ${misc:Depends}, python-twisted-web, python (>= 2.7) | python-argparse Description: Open vSwitch test package This package contains utilities that are useful to diagnose performance and connectivity issues in Open vSwitch setup.