Source: nss Version: 3.13.5-1 Severity: important Tags: patch Usertag: 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 nss-3.13.5/debian/changelog nss-3.13.5/debian/changelog --- nss-3.13.5/debian/changelog 2012-06-15 09:40:02.000000000 +0200 +++ nss-3.13.5/debian/changelog 2012-08-04 18:11:51.000000000 +0200 @@ -1,3 +1,10 @@ +nss (2:3.13.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use xz compression for binary packages. + + -- Ansgar Burchardt <[email protected]> Sat, 04 Aug 2012 18:11:38 +0200 + nss (2:3.13.5-1) unstable; urgency=low * New upstream release. diff -Nru nss-3.13.5/debian/rules nss-3.13.5/debian/rules --- nss-3.13.5/debian/rules 2012-06-15 09:38:52.000000000 +0200 +++ nss-3.13.5/debian/rules 2012-08-04 18:11:32.000000000 +0200 @@ -98,6 +98,9 @@ cat /usr/share/debhelper/autoscripts/postinst-makeshlibs > debian/libnss3.postinst.debhelper cat /usr/share/debhelper/autoscripts/postrm-makeshlibs > debian/libnss3.postrm.debhelper +override_dh_builddeb: + dh_builddeb -- -Zxz + ifneq (,$(DEB_HOST_MULTIARCH)) override_dh_gencontrol: dh_gencontrol -- -Vmisc:Multi-Arch=same

