From d1a5df56c0e63003adbb620ce963f0cdfa90f075 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 10 Nov 2008 10:43:18 -0800 Subject: [PATCH] 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. --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.43.0