ovs-ctl.in uses /etc/protocols, which is in the "netbase" package, so a dependency is required.
Debian bug #680537. CC: [email protected] Reported-by: Bastian Blank <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- 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 [email protected] André Ruß [email protected] Andreas Beckmann [email protected] Atzm Watanabe [email protected] +Bastian Blank [email protected] Ben Basler [email protected] Bob Ball [email protected] Brad Hall [email protected] 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 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
