Source: samba Version: 2:3.6.6-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 samba-3.6.6/debian/changelog samba-3.6.6/debian/changelog --- samba-3.6.6/debian/changelog 2012-06-27 18:31:16.000000000 +0200 +++ samba-3.6.6/debian/changelog 2012-08-05 11:27:03.000000000 +0200 @@ -1,3 +1,10 @@ +samba (2:3.6.6-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Use xz compression for binary packages. + + -- Ansgar Burchardt <[email protected]> Sun, 05 Aug 2012 11:26:42 +0200 + samba (2:3.6.6-2) unstable; urgency=low * Restore the DHCP hook. diff -Nru samba-3.6.6/debian/rules samba-3.6.6/debian/rules --- samba-3.6.6/debian/rules 2012-06-27 18:25:33.000000000 +0200 +++ samba-3.6.6/debian/rules 2012-08-05 11:20:54.000000000 +0200 @@ -142,3 +142,6 @@ override_dh_compress: dh_compress -XWHATSNEW.txt + +override_dh_builddeb: + dh_builddeb -- -Zxz

