aboutsummaryrefslogtreecommitdiff
path: root/debian
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:10:23 -0800
commit1590f59fe7228af8910f77cd6892d80a344d7473 (patch)
treefd8053a85473dd724f2b2b5cd5e2290ddcd2ed50 /debian
parent231ee9b7442e515bc654dee37806ee957f74afd7 (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>
Diffstat (limited to 'debian')
-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.