From: Justin Pettit Date: Tue, 4 Nov 2008 23:01:37 +0000 (-0800) Subject: Dump more detailed information about system state from get-logs. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=efffd49643b98e735a9bfeb0d13f340f2e2698f7;p=sliver-openvswitch.git Dump more detailed information about system state from get-logs. --- diff --git a/Makefile.am b/Makefile.am index 64827a772..97a31f35e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ bin_PROGRAMS = bin_SCRIPTS = dist_commands_DATA = dist_man_MANS = +dist_pkgdata_SCRIPTS = man_MANS = noinst_HEADERS = noinst_LIBRARIES = diff --git a/debian/control.in b/debian/control.in index abf079a63..bcda15bbb 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 +Depends: ${shlibs:Depends}, ${misc:Depends}, openflow-common, dhcp3-client, module-init-tools, acpi-support, debianutils Description: OpenFlow switch implementations openflow-switch provides the userspace components and utilities for the OpenFlow kernel-based switch.