From: Ethan Jackson Date: Tue, 28 Sep 2010 18:58:00 +0000 (-0700) Subject: debian: openvswitch-common ethtool should not be required X-Git-Tag: v1.1.0~1066 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c84d769c147830be5aa99ed3e6bdc92af15abd5d;p=sliver-openvswitch.git 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 622daeb3b..0efcf925b 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.