r15627 - in /desktop/unstable/glib2.0/debian: changelog rules

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Fri Apr 11 21:19:30 UTC 2008


Author: sjoerd
Date: Fri Apr 11 21:19:29 2008
New Revision: 15627

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15627
Log:
debian/rules: Don't add the debug symbols of the udeb in the -dbg package.
Makes the debugging info actually usefull again (Closes: #468093)

Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/rules

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=15627&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog (original)
+++ desktop/unstable/glib2.0/debian/changelog Fri Apr 11 21:19:29 2008
@@ -1,3 +1,10 @@
+glib2.0 (2.16.3-2) UNRELEASED; urgency=low
+
+  * debian/rules: Don't add the debug symbols of the udeb in the -dbg package.
+    Makes the debugging info actually usefull again (Closes: #468093)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 11 Apr 2008 22:58:03 +0200
+
 glib2.0 (2.16.3-1) unstable; urgency=low
 
   [ Sjoerd Simons ]

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=15627&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules (original)
+++ desktop/unstable/glib2.0/debian/rules Fri Apr 11 21:19:29 2008
@@ -213,7 +213,8 @@
 		ChangeLog
 	dh_installdocs -s -N$(DEV_PKG) -N$(DEBUG_PKG) NEWS README
 	dh_link -s
-	dh_strip -s --dbg-package=$(DEBUG_PKG)
+	dh_strip -s --dbg-package=$(DEBUG_PKG) -N$(UDEB_PKG)
+	dh_strip -s -p$(UDEB_PKG)
 	dh_compress -s
 	dh_fixperms -s
 	dh_makeshlibs	-p$(SHARED_PKG) \




More information about the pkg-gnome-commits mailing list