debian: Add dependency on ${misc:Depends} to openvswitch-test
authorSimon Horman <horms@verge.net.au>
Fri, 3 Feb 2012 08:34:17 +0000 (17:34 +0900)
committerBen Pfaff <blp@nicira.com>
Fri, 3 Feb 2012 17:10:23 +0000 (09:10 -0800)
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>
debian/control

index 5861447..4f71465 100644 (file)
@@ -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.