r35811 - in /desktop/unstable/gtkmm3.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 25 17:38:48 UTC 2012


Author: biebl
Date: Tue Sep 25 17:38:48 2012
New Revision: 35811

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35811
Log:
Enable xz compression for binary packages.

Modified:
    desktop/unstable/gtkmm3.0/debian/changelog
    desktop/unstable/gtkmm3.0/debian/rules

Modified: desktop/unstable/gtkmm3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/changelog?rev=35811&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/changelog [utf-8] Tue Sep 25 17:38:48 2012
@@ -1,6 +1,7 @@
 gtkmm3.0 (3.4.1-1) UNRELEASED; urgency=low
 
   * New upstream stable release.
+  * Enable xz compression for binary packages.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 25 Sep 2012 19:36:31 +0200
 

Modified: desktop/unstable/gtkmm3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/rules?rev=35811&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/rules [utf-8] Tue Sep 25 17:38:48 2012
@@ -18,3 +18,6 @@
 
 DEB_COMPRESS_EXCLUDE_libgtkmm-3-doc = examples
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
+
+# Use xz compression.
+DEB_DH_BUILDDEB_ARGS ?= -u-Zxz




More information about the pkg-gnome-commits mailing list