summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2011-08-24 10:40:51 +0900
committerBen Pfaff <blp@nicira.com>2011-08-24 10:08:49 -0700
commite46d6f5860e4b50c1154b6156c0cbcfa7f4831cf (patch)
tree575714b0838a47c99792b4c68d78a529413b4822
parent85b8d560a2a987d83c29b377bcb13c0bc1a32863 (diff)
downloadopenvswitch-e46d6f5860e4b50c1154b6156c0cbcfa7f4831cf.tar.gz
Debian: Add dependency on ${misc:Depends}
Add dependency on ${misc:Depends} to openvswitch-brcompat and ovsdbmonitor. As reported by Lintian: The source package uses debhelper, but it does not include ${misc:Depends} in the given binary package's debian/control entry. Any debhelper command may add dependencies to ${misc:Depends} that are required for the work that it does, so recommended best practice is always add ${misc:Depends} to the dependencies of each binary package if debhelper is in use. Refer to the debhelper(7) manual page for details.
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 1978b73cc..1d09d94bd 100644
--- a/debian/control
+++ b/debian/control
@@ -83,7 +83,8 @@ Description: Open vSwitch controller implementation
Package: openvswitch-brcompat
Architecture: linux-any
-Depends: ${shlibs:Depends}, openvswitch-switch (= ${binary:Version})
+Depends:
+ ${shlibs:Depends}, openvswitch-switch (= ${binary:Version}), ${misc:Depends}
Recommends: bridge-utils
Description: Open vSwitch bridge compatibility support
openvswitch-brcompat provides a way for applications that use the
@@ -121,7 +122,7 @@ Description: Python bindings for Open vSwitch
Package: ovsdbmonitor
Architecture: all
Section: utils
-Depends: ${python:Depends}, python-openvswitch
+Depends: ${python:Depends}, python-openvswitch, ${misc:Depends}
Provides: ${python:Provides}
Description: Open vSwitch graphical monitoring tool
This package is a GUI tool for monitoring and troubleshooting local