r15632 - in /desktop/unstable/pango1.0/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sat Apr 12 12:11:04 UTC 2008


Author: slomo
Date: Sat Apr 12 12:11:04 2008
New Revision: 15632

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15632
Log:
debian/rules:
+ Don't include the udeb in the debug package to get a working debug
package in case the udeb libraries differ from the real ones.

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

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=15632&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog (original)
+++ desktop/unstable/pango1.0/debian/changelog Sat Apr 12 12:11:04 2008
@@ -1,3 +1,11 @@
+pango1.0 (1.20.2-2) unstable; urgency=low
+
+  * debian/rules:
+    + Don't include the udeb in the debug package to get a working debug
+      package in case the udeb libraries differ from the real ones.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sat, 12 Apr 2008 14:10:24 +0200
+
 pango1.0 (1.20.2-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=15632&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules (original)
+++ desktop/unstable/pango1.0/debian/rules Sat Apr 12 12:11:04 2008
@@ -262,7 +262,8 @@
 	dh_installinfo -s
 	dh_installman -s
 	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