r15871 - in /desktop/unstable/glib2.0/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Wed May 7 13:53:48 UTC 2008
Author: lool
Date: Wed May 7 13:53:48 2008
New Revision: 15871
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15871
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/glib2.0/debian/changelog
desktop/unstable/glib2.0/debian/rules
Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=15871&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog (original)
+++ desktop/unstable/glib2.0/debian/changelog Wed May 7 13:53:48 2008
@@ -1,6 +1,11 @@
glib2.0 (2.16.3-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:41:12 +0200
Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=15871&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules (original)
+++ desktop/unstable/glib2.0/debian/rules Wed May 7 13:53:48 2008
@@ -214,7 +214,7 @@
dh_installdocs -s -N$(DEV_PKG) -N$(DEBUG_PKG) NEWS README
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