r35820 - in /desktop/unstable/glibmm2.4/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Sep 27 04:17:26 UTC 2012
Author: biebl
Date: Thu Sep 27 04:17:25 2012
New Revision: 35820
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35820
Log:
Enable xz compression for binary packages.
Modified:
desktop/unstable/glibmm2.4/debian/changelog
desktop/unstable/glibmm2.4/debian/rules
Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=35820&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/changelog [utf-8] Thu Sep 27 04:17:25 2012
@@ -2,6 +2,7 @@
* New upstream bugfix release.
* Don't compress doxygen tag files since doxygen can't handle those.
+ * Enable xz compression for binary packages.
-- Michael Biebl <biebl at debian.org> Thu, 27 Sep 2012 06:14:59 +0200
Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=35820&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/rules [utf-8] Thu Sep 27 04:17:25 2012
@@ -23,5 +23,8 @@
# Don't compress doxygen tag files
DEB_COMPRESS_EXCLUDE = .tag
+# Use xz compression
+DEB_DH_BUILDDEB_ARGS ?= -- -Zxz
+
install/$(DOC_PKG)::
$(MAKE) -C $(CURDIR)/examples clean
More information about the pkg-gnome-commits
mailing list