From: Ethan Jackson Date: Tue, 28 Sep 2010 18:58:00 +0000 (-0700) Subject: debian: openvswitch-common ethtool should not be required X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84d769c147830be5aa99ed3e6bdc92af15abd5d;p=openvswitch debian: openvswitch-common ethtool should not be required The ethtool package is only used to help ovs-bugtool create bug reports and does not prevent the script from running if it's missing. Making it a requirement for installation is a bit draconian. --- diff --git a/debian/control b/debian/control index 622daeb3..0efcf925 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,8 @@ Description: Source code for Open vSwitch datapath Linux module Package: openvswitch-common Architecture: any -Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python, ethtool +Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python +Suggests: ethtool Description: Open vSwitch common components openvswitch-common provides components required by both openvswitch-switch and openvswitch-controller.