New package openflow-dbg for debugging symbols for the rest of OpenFlow.
authorBen Pfaff <blp@nicira.com>
Thu, 6 Nov 2008 18:25:08 +0000 (10:25 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 6 Nov 2008 18:25:08 +0000 (10:25 -0800)
debian/.gitignore
debian/control.in
debian/rules

index 21ba0d1..ef6b801 100644 (file)
@@ -10,6 +10,7 @@
 /openflow-common.copyright
 /openflow-controller
 /openflow-datapath-source
+/openflow-dbg
 /openflow-monitor
 /openflow-monitor.copyright
 /openflow-monitor.default
index 371dd4a..0e8f159 100644 (file)
@@ -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.
+
index cefcd32..a9c3717 100755 (executable)
@@ -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