r15869 - in /desktop/unstable/gtk+2.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed May 7 13:51:45 UTC 2008


Author: lool
Date: Wed May  7 13:51:45 2008
New Revision: 15869

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15869
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/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=15869&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Wed May  7 13:51:45 2008
@@ -22,12 +22,16 @@
         libxcomposite-dev >= 1:0.2.0-3, libxdamage-dev >= 1:1.0.1-3.
 
   [ Josselin Mouette ]
-  * 061_foreign_colormaps.patch: stolen from upstream SVN. Don't call 
-    XFreeColormap on foreign colormaps, this causes crashes in e.g. 
+  * 061_foreign_colormaps.patch: stolen from upstream SVN. Don't call
+    XFreeColormap on foreign colormaps, this causes crashes in e.g.
     vinagre. Closes: #477199.
-  * Apply multiarch patch by Javier Serrano Polo, replacing all 
+  * Apply multiarch patch by Javier Serrano Polo, replacing all
     occurrences of usr/lib by $(LIBDIR). Closes: #468100.
   * 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).
 
  -- Loic Minier <lool at dooz.org>  Thu, 17 Apr 2008 12:34:24 +0200
 

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=15869&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules (original)
+++ desktop/unstable/gtk+2.0/debian/rules Wed May  7 13:51:45 2008
@@ -321,7 +321,7 @@
 	dh_installexamples -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 -X$(LIBDIR)/$(SHARED_PKG)
 	dh_makeshlibs -p$(SHARED_PKG) \




More information about the pkg-gnome-commits mailing list