Source: webkit
Version: 1.8.1-3.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.

Please note that I could not test the patch as the build failed due to
missing disk space in my build chroot. 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. The libwebkitgtk-[13].0-0 binary packages should also
be noticeable smaller.

Regards,
Ansgar

[1] <https://lists.debian.org/debian-devel/2012/08/msg00049.html>
diff -Nru webkit-1.8.1/debian/changelog webkit-1.8.1/debian/changelog
--- webkit-1.8.1/debian/changelog	2012-05-25 11:02:55.000000000 +0200
+++ webkit-1.8.1/debian/changelog	2012-08-07 12:24:05.000000000 +0200
@@ -1,3 +1,10 @@
+webkit (1.8.1-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: use xz compression for binary packages.
+
+ -- Ansgar Burchardt <ans...@debian.org>  Tue, 07 Aug 2012 12:23:44 +0200
+
 webkit (1.8.1-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru webkit-1.8.1/debian/rules webkit-1.8.1/debian/rules
--- webkit-1.8.1/debian/rules	2012-05-24 03:55:35.000000000 +0200
+++ webkit-1.8.1/debian/rules	2012-08-07 12:23:36.000000000 +0200
@@ -149,7 +149,7 @@
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
-	dh_builddeb -i
+	dh_builddeb -i -- -Zxz
 
 # Build architecture-dependent files here.
 binary-arch: build install
@@ -204,7 +204,7 @@
 	dh_shlibdeps -a
 	dh_gencontrol -a
 	dh_md5sums -a
-	dh_builddeb -a
+	dh_builddeb -a -- -Zxz
 
 binary: binary-indep binary-arch
 

Reply via email to