Make openflow-switch depend on dmidecode, procps instead of acpi-support.
authorBen Pfaff <blp@nicira.com>
Mon, 10 Nov 2008 18:43:18 +0000 (10:43 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 10 Nov 2008 18:43:18 +0000 (10:43 -0800)
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.

debian/control.in

index 0e8f159..608800d 100644 (file)
@@ -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.