r35584 - in /desktop/unstable/gtk+2.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Aug 6 15:40:21 UTC 2012


Author: biebl
Date: Mon Aug  6 15:40:21 2012
New Revision: 35584

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35584
Log:
debian/rules: Use xz compression for binary packages. Closes: #683912

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=35584&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Mon Aug  6 15:40:21 2012
@@ -1,8 +1,12 @@
 gtk+2.0 (2.24.10-2) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * Update epoch on libxrandr dependencies.
 
- -- Josselin Mouette <joss at debian.org>  Fri, 06 Jul 2012 10:15:36 +0200
+  [ Ansgar Burchardt ]
+  * debian/rules: Use xz compression for binary packages. Closes: #683912
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 06 Aug 2012 17:38:57 +0200
 
 gtk+2.0 (2.24.10-1) unstable; urgency=low
 

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=35584&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules [utf-8] Mon Aug  6 15:40:21 2012
@@ -278,7 +278,7 @@
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
-	dh_builddeb -i
+	dh_builddeb -i -- -Zxz
 
 binary-arch: build $(maybe_check) install $(call dh_subst_files,$(BINARY_ARCH_PKGS)) debian/dh_gtkmodules debian/dh_gtkmodules.1
 	dh_testdir
@@ -322,7 +322,7 @@
 	-rm -f debian/shlibs.local
 	dh_gencontrol -s
 	dh_md5sums -s
-	dh_builddeb -s
+	dh_builddeb -s -- -Zxz
 
 list-missing:
 	perl -w debian/dh_listmissing.pl $(foreach f,$(FLAVORS),$(subst $(CURDIR)/,,$(installbasedir))/$(f)) 2>&1 | \




More information about the pkg-gnome-commits mailing list