[ovs-dev] [PATCH] debian: Add dependency on ${misc:Depends} to openvswitch-test

Simon Horman horms at verge.net.au
Fri Feb 3 08:34:17 UTC 2012


This is necessary as openvswitch-test makes use of debhelper.

As reported by lintian.

Signed-off-by: Simon Horman <horms at verge.net.au>
---
 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 5861447..4f71465 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.
-- 
1.7.6.3




More information about the dev mailing list