Source: gtk+2.0
Version: 2.24.10-1
Severity: important
Tags: patch
Usertags: xz-for-wheezy

Please use xz compression for the binary packages (patch attached).
We are trying to fit a few more packages on the first CDs to get a
usable desktop install with it, see [1] for more details.

I will request a freeze exception once the package is uploaded; please
keep in mind to not include additional changes.

Regards,
Ansgar

[1] <https://lists.debian.org/debian-devel/2012/08/msg00049.html>
diff -Nru gtk+2.0-2.24.10/debian/changelog gtk+2.0-2.24.10/debian/changelog
--- gtk+2.0-2.24.10/debian/changelog	2012-02-22 16:37:09.000000000 +0100
+++ gtk+2.0-2.24.10/debian/changelog	2012-08-04 18:21:44.000000000 +0200
@@ -1,3 +1,10 @@
+gtk+2.0 (2.24.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Use xz compression for binary packages.
+
+ -- Ansgar Burchardt <ans...@debian.org>  Sat, 04 Aug 2012 18:21:23 +0200
+
 gtk+2.0 (2.24.10-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru gtk+2.0-2.24.10/debian/rules gtk+2.0-2.24.10/debian/rules
--- gtk+2.0-2.24.10/debian/rules	2012-02-03 22:41:51.000000000 +0100
+++ gtk+2.0-2.24.10/debian/rules	2012-08-04 18:20:35.000000000 +0200
@@ -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 | \

Reply via email to