[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#687036: src:qtwebkit: please use xz compression for binary packages



Source: qtwebkit
Version: 2.2.1-4
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.

Please note that I did not test the patch. You can verify that it builds
binaries using xz by looking for the data.tar.xz member in the output of
ar t package.deb.

Regards,
Ansgar

[1] <https://lists.debian.org/debian-devel/2012/08/msg00049.html>
diff -Nru qtwebkit-2.2.1/debian/changelog qtwebkit-2.2.1/debian/changelog
--- qtwebkit-2.2.1/debian/changelog	2012-05-13 11:29:51.000000000 +0200
+++ qtwebkit-2.2.1/debian/changelog	2012-09-08 18:17:35.000000000 +0200
@@ -1,3 +1,10 @@
+qtwebkit (2.2.1-4.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Use xz compression for binary packages.
+
+ -- Ansgar Burchardt <ansgar@debian.org>  Sat, 08 Sep 2012 18:17:22 +0200
+
 qtwebkit (2.2.1-4) unstable; urgency=high
 
   * Confirm new symbol file on all arches except armel and mipsel. However,
diff -Nru qtwebkit-2.2.1/debian/rules qtwebkit-2.2.1/debian/rules
--- qtwebkit-2.2.1/debian/rules	2012-05-01 21:16:54.000000000 +0200
+++ qtwebkit-2.2.1/debian/rules	2012-09-08 18:17:19.000000000 +0200
@@ -37,3 +37,6 @@
 	rm -f Source/Makefile
 	dh_auto_clean
 	dh_auto_clean --sourcedirectory=$(QWEBVIEW_DIR)
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz

Reply to: