From 712ab4bb4d59af6aa1ebddffaee927014282f30e Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Fri, 3 Feb 2012 17:34:17 +0900 Subject: [PATCH] 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 586144713..4f714652e 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. -- 2.43.0