Source: desktop-base Version: 7.0.2 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 desktop-base-7.0.2/debian/changelog desktop-base-7.0.2+nmu1/debian/changelog --- desktop-base-7.0.2/debian/changelog 2012-07-31 01:43:22.000000000 +0200 +++ desktop-base-7.0.2+nmu1/debian/changelog 2012-08-05 11:57:40.000000000 +0200 @@ -1,3 +1,10 @@ +desktop-base (7.0.2+nmu1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Use xz compression for binary packages. + + -- Ansgar Burchardt <[email protected]> Sun, 05 Aug 2012 11:57:23 +0200 + desktop-base (7.0.2) unstable; urgency=low * Droped the ${misc:Depends}, as Yves-Alexis pointed out, it drags in dconf diff -Nru desktop-base-7.0.2/debian/rules desktop-base-7.0.2+nmu1/debian/rules --- desktop-base-7.0.2/debian/rules 2012-07-10 02:17:27.000000000 +0200 +++ desktop-base-7.0.2+nmu1/debian/rules 2012-08-05 11:57:21.000000000 +0200 @@ -4,6 +4,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk +DEB_DH_BUILDDEB_ARGS = -- -Zxz + # needed for usplash CFLAGS += -fPIC

