From: Ben Pfaff Date: Thu, 6 Nov 2008 18:25:08 +0000 (-0800) Subject: New package openflow-dbg for debugging symbols for the rest of OpenFlow. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=67e15579a75d056c15ecafe0818f4eaaf7c883c7;p=sliver-openvswitch.git New package openflow-dbg for debugging symbols for the rest of OpenFlow. --- diff --git a/debian/.gitignore b/debian/.gitignore index 21ba0d13d..ef6b80141 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -10,6 +10,7 @@ /openflow-common.copyright /openflow-controller /openflow-datapath-source +/openflow-dbg /openflow-monitor /openflow-monitor.copyright /openflow-monitor.default diff --git a/debian/control.in b/debian/control.in index 371dd4a52..0e8f159a7 100644 --- a/debian/control.in +++ b/debian/control.in @@ -83,3 +83,11 @@ Description: Core file centralizer and reaper The corekeeper package configures the system to dump all core files to /var/log/core. It also deletes core files older than 7 days. +Package: openflow-dbg +Architecture: any +Depends: ${shlibs:Depends} +Description: Debug symbols for OpenFlow packages + This package contains the debug symbols for all the other openflow-* + packages. Install it to debug one of them or to examine a core dump + produced by one of them. + diff --git a/debian/rules b/debian/rules index cefcd3245..a9c3717df 100755 --- a/debian/rules +++ b/debian/rules @@ -139,7 +139,7 @@ binary-common: dh_installcron dh_installman dh_link - dh_strip + dh_strip --dbg-package=openflow-dbg dh_compress dh_fixperms -X var/log/core dh_perl