Package: glibmm2.4
Severity: wishlist
Tags: patch

*** Please type your report below this line ***

It would be nice if the glibmm packages included a debug package, as the
glib/gtk packages do.  I am attaching a patch to provide this
functionality in the control and rules files.

-- System Information:
Debian Release: testing/unstable
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

diff -r 216522613b18 -r 85fe420bb435 debian/changelog
--- a/debian/changelog  Tue Jul 25 11:01:12 2006 -0500
+++ b/debian/changelog  Tue Jul 25 11:30:50 2006 -0500
@@ -1,3 +1,10 @@ glibmm2.4 (2.10.4-1) unstable; urgency=l
+glibmm2.4 (2.10.4-1scl1) unstable; urgency=low
+
+  * Added debug packages.
+  * Fixed rules to only strip once
+
+ -- Michael Ekstrand <[EMAIL PROTECTED]>  Tue, 25 Jul 2006 11:30:19 -0500
+
 glibmm2.4 (2.10.4-1) unstable; urgency=low
 
   * New upstream release
diff -r 216522613b18 -r 85fe420bb435 debian/control
--- a/debian/control    Tue Jul 25 11:01:12 2006 -0500
+++ b/debian/control    Tue Jul 25 11:30:50 2006 -0500
@@ -20,6 +20,18 @@ Description: C++ wrapper for the GLib to
  This package contains development files, reference documentation, and
  examples.
 
+Package: libglibmm-2.4-1c2a-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libglibmm-2.4-1c2a (= ${Source-Version})
+Description: C++ wrapper for the GLib toolkit (debug symbols)
+ GLib is a low-level general-purpose library used mainly by GTK+/GNOME
+ applications, but is useful for other programs as well.
+ glibmm is the C++ wrapper for GLib.
+ .
+ This package contains debug symbols for debugging applications using glibmm.
+
 Package: libglibmm-2.4-1c2a
 Section: libs
 Architecture: any
diff -r 216522613b18 -r 85fe420bb435 debian/rules
--- a/debian/rules      Tue Jul 25 11:01:12 2006 -0500
+++ b/debian/rules      Tue Jul 25 11:30:50 2006 -0500
@@ -103,7 +103,7 @@ binary-arch: build install
 #      dh_installinfo
        dh_installman
        dh_link
-       dh_strip
+       dh_strip --dbg-package=libglibmm-2.4-1c2a
        dh_compress -Xdoxygen_tags
        dh_fixperms
 #      dh_perl

Reply via email to