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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed May 7 13:52:27 UTC 2008


Author: lool
Date: Wed May  7 13:52:27 2008
New Revision: 15870

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15870
Log:
* Fix broken second dh_strip invocation which was not only acting on the
  udeb but also on binary packages (-s -pUDEB should have been -pUDEB).

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=15870&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog (original)
+++ desktop/unstable/pango1.0/debian/changelog Wed May  7 13:52:27 2008
@@ -1,6 +1,11 @@
 pango1.0 (1.20.2-3) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * debian/rules: don't compress .sgml and .devhelp files.
+
+  [ Loic Minier ]
+  * Fix broken second dh_strip invocation which was not only acting on the
+    udeb but also on binary packages (-s -pUDEB should have been -pUDEB).
 
  -- Josselin Mouette <joss at debian.org>  Sat, 26 Apr 2008 17:39:24 +0200
 

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=15870&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules (original)
+++ desktop/unstable/pango1.0/debian/rules Wed May  7 13:52:27 2008
@@ -263,7 +263,7 @@
 	dh_installman -s
 	dh_link -s
 	dh_strip -s --dbg-package=$(DEBUG_PKG) -N$(UDEB_PKG)
-	dh_strip -s -p$(UDEB_PKG)
+	dh_strip -p$(UDEB_PKG)
 	dh_compress -s -X.sgml -X.devhelp
 	dh_fixperms -s
 	dh_makeshlibs -p$(SHARED_PKG) \




More information about the pkg-gnome-commits mailing list