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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Jan 10 08:39:06 UTC 2011


Author: pochu
Date: Mon Jan 10 08:39:05 2011
New Revision: 26183

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26183
Log:
* debian/rules:
  - 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.

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=26183&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Mon Jan 10 08:39:05 2011
@@ -1,3 +1,14 @@
+glib2.0 (2.27.90-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - 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
+
 glib2.0 (2.27.90-2) experimental; urgency=low
 
   * debian/patches/62_dont_crash_without_desktop_filename.patch

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=26183&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Mon Jan 10 08:39:05 2011
@@ -42,10 +42,9 @@
 
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V --add-udeb=$(UDEB_PKG) -- -c4
 DEB_DH_MAKESHLIBS_ARGS_$(REFDBG_PKG) = --no-act
-DEB_COMPRESS_EXCLUDE += .sgml .devhelp
 DEB_DH_STRIP_ARGS_$(REFDBG_PKG) = --no-act
 # Don't put the symbols in the -dbg package
-DEB_DH_STRIP_ARGS_$(UDEB_PKG) = --dbg-package=
+DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
 
 DEB_MAKE_CHECK_TARGET = -k check || true
 




More information about the pkg-gnome-commits mailing list