debian: openvswitch-common ethtool should not be required
authorEthan Jackson <ethan@nicira.com>
Tue, 28 Sep 2010 18:58:00 +0000 (11:58 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 28 Sep 2010 20:56:00 +0000 (13:56 -0700)
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

index 622daeb..0efcf92 100644 (file)
@@ -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.