aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2012-02-03 17:34:17 +0900
committerBen Pfaff <blp@nicira.com>2012-02-03 09:09:31 -0800
commit712ab4bb4d59af6aa1ebddffaee927014282f30e (patch)
tree947adf4f6c6d2e07986363a796e7b3e4c6a65b69
parenta7aa2d3cab85074dcd78c988eb86cf4628bad8e0 (diff)
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 <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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.