r26187 - in /desktop/experimental/glib2.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Jan 10 22:19:54 UTC 2011


Author: pochu
Date: Mon Jan 10 22:19:54 2011
New Revision: 26187

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26187
Log:
revert dh_strip change, it doesn't work

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

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=26187&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Mon Jan 10 22:19:54 2011
@@ -4,8 +4,6 @@
     - Don't exclude .sgml and .devhelp files from being compressed.
       The former are already excluded by dh_compress and the later
       can be compressed now that devhelp can handle them.
-    - Fix dh_strip call for the udeb package. While it's working
-      as is right now, it won't work with debhelper compat 8.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 10 Jan 2011 08:35:57 +0000
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=26187&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Mon Jan 10 22:19:54 2011
@@ -44,7 +44,7 @@
 DEB_DH_MAKESHLIBS_ARGS_$(REFDBG_PKG) = --no-act
 DEB_DH_STRIP_ARGS_$(REFDBG_PKG) = --no-act
 # Don't put the symbols in the -dbg package
-DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
+DEB_DH_STRIP_ARGS_$(UDEB_PKG) = --dbg-package=
 
 DEB_MAKE_CHECK_TARGET = -k check || true
 




More information about the pkg-gnome-commits mailing list