From 67d84df5d9cf03fcaf5825ca2dc679b53614dc05 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 6 Jul 2012 15:08:10 -0700 Subject: [PATCH] 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 Signed-off-by: Ben Pfaff --- AUTHORS | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index dec478b9..1ed820c5 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 6c509fd3..15ca3eb9 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 -- 2.30.2