[ovs-dev] Bug#680537: [PATCH] debian: Add "netbase" dependency for /etc/protocols.

Ben Pfaff blp at nicira.com
Fri Jul 6 22:08:59 UTC 2012


ovs-ctl.in uses /etc/protocols, which is in the "netbase" package, so a
dependency is required.

Debian bug #680537.
CC: 680537 at bugs.debian.org
Reported-by: Bastian Blank <waldi at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 AUTHORS        |    1 +
 debian/control |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index dec478b..1ed820c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -84,6 +84,7 @@ Amey Bhide              abhide at nicira.com
 André Ruß               andre.russ at hybris.com
 Andreas Beckmann        debian at abeckmann.de
 Atzm Watanabe           atzm at stratosphere.co.jp
+Bastian Blank           waldi at debian.org
 Ben Basler              bbasler at nicira.com
 Bob Ball                bob.ball at citrix.com
 Brad Hall               brad at nicira.com
diff --git a/debian/control b/debian/control
index 6c509fd..15ca3eb 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
-- 
1.7.2.5






More information about the dev mailing list