summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-07-06 15:08:10 -0700
committerBen Pfaff <blp@nicira.com>2012-07-09 09:35:44 -0700
commit67d84df5d9cf03fcaf5825ca2dc679b53614dc05 (patch)
tree82c05ce37120e08e0731e67e8d3b3417e5053f83
parent900f7601a1da5fa19c015e02b3c1a52e14042870 (diff)
downloadopenvswitch-67d84df5d9cf03fcaf5825ca2dc679b53614dc05.tar.gz
debian: Add "netbase" dependency for /etc/protocols.
ovs-ctl.in uses /etc/protocols, which is in the "netbase" package, so a dependency is required. Debian bug #680537. CC: 680537@bugs.debian.org Reported-by: Bastian Blank <waldi@debian.org> Signed-off-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--AUTHORS1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index dec478b9d..1ed820c5e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -84,6 +84,7 @@ Amey Bhide abhide@nicira.com
André Ruß andre.russ@hybris.com
Andreas Beckmann debian@abeckmann.de
Atzm Watanabe atzm@stratosphere.co.jp
+Bastian Blank waldi@debian.org
Ben Basler bbasler@nicira.com
Bob Ball bob.ball@citrix.com
Brad Hall brad@nicira.com
diff --git a/debian/control b/debian/control
index 6c509fd36..15ca3eb90 100644
--- a/debian/control
+++ b/debian/control
@@ -66,7 +66,7 @@ Description: Open vSwitch common components
Package: openvswitch-switch
Architecture: linux-any
Suggests: openvswitch-datapath-module
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps, uuid-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps, uuid-runtime, netbase
Description: Open vSwitch switch implementations
Open vSwitch is a production quality, multilayer, software-based, Ethernet
virtual switch. It is designed to enable massive network automation through