Source: pulseaudio Version: 2.0-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. Regards, Ansgar [1] <https://lists.debian.org/debian-devel/2012/08/msg00049.html>
diff -Nru pulseaudio-2.0/debian/changelog pulseaudio-2.0/debian/changelog --- pulseaudio-2.0/debian/changelog 2012-07-21 18:00:36.000000000 +0200 +++ pulseaudio-2.0/debian/changelog 2012-08-05 11:47:03.000000000 +0200 @@ -1,3 +1,10 @@ +pulseaudio (2.0-4.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Use xz compression for binary packages. + + -- Ansgar Burchardt <[email protected]> Sun, 05 Aug 2012 11:46:45 +0200 + pulseaudio (2.0-4) unstable; urgency=low * debian/patches/remove-analog-mono.patch: diff -Nru pulseaudio-2.0/debian/rules pulseaudio-2.0/debian/rules --- pulseaudio-2.0/debian/rules 2012-07-21 18:00:36.000000000 +0200 +++ pulseaudio-2.0/debian/rules 2012-08-05 11:46:39.000000000 +0200 @@ -62,3 +62,5 @@ DEB_DH_INSTALL_ARGS = --sourcedir=$(CURDIR)/debian/tmp DEB_UPDATE_RCD_PARAMS = start 25 2 3 4 5 . stop 15 0 1 6 . + +DEB_DH_BUILDDEB_ARGS = -- -Zxz

