Source: fftw3 Version: 3.3.2-3 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 fftw3-3.3.2/debian/changelog fftw3-3.3.2/debian/changelog --- fftw3-3.3.2/debian/changelog 2012-06-10 12:18:44.000000000 +0200 +++ fftw3-3.3.2/debian/changelog 2012-08-05 16:39:13.000000000 +0200 @@ -1,3 +1,10 @@ +fftw3 (3.3.2-3.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Use xz compression for binary packages. + + -- Ansgar Burchardt <[email protected]> Sun, 05 Aug 2012 16:38:56 +0200 + fftw3 (3.3.2-3) unstable; urgency=low * disable neon for armel, it has no fpu diff -Nru fftw3-3.3.2/debian/rules fftw3-3.3.2/debian/rules --- fftw3-3.3.2/debian/rules 2012-06-10 12:18:44.000000000 +0200 +++ fftw3-3.3.2/debian/rules 2012-08-05 16:38:54.000000000 +0200 @@ -123,7 +123,7 @@ dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i -- -Zxz binary-arch: build-arch # build fftw3 @@ -151,7 +151,7 @@ dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a -- -Zxz binary: binary-indep binary-arch

