From: Ben Pfaff Date: Mon, 10 Nov 2008 18:43:18 +0000 (-0800) Subject: Make openflow-switch depend on dmidecode, procps instead of acpi-support. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d1a5df56c0e63003adbb620ce963f0cdfa90f075;p=sliver-openvswitch.git Make openflow-switch depend on dmidecode, procps instead of acpi-support. acpi-support pulls in a lot of stuff we really don't want or need, such as various X11-related stuff. Being more specific reduces our dependencies. --- diff --git a/debian/control.in b/debian/control.in index 0e8f159a7..608800d04 100644 --- a/debian/control.in +++ b/debian/control.in @@ -29,7 +29,7 @@ Description: OpenFlow common components Package: openflow-switch Architecture: any Suggests: openflow-datapath-module -Depends: ${shlibs:Depends}, ${misc:Depends}, openflow-common, dhcp3-client, module-init-tools, acpi-support, debianutils +Depends: ${shlibs:Depends}, ${misc:Depends}, openflow-common, dhcp3-client, module-init-tools, dmidecode, procps, debianutils Description: OpenFlow switch implementations openflow-switch provides the userspace components and utilities for the OpenFlow kernel-based switch.