From c84d769c147830be5aa99ed3e6bdc92af15abd5d Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Tue, 28 Sep 2010 11:58:00 -0700 Subject: [PATCH] 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. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.30.2