Package: aptitude Version: 0.6.8.1-1 Severity: important Tags: d-i patch Hi,
we're trying to make some room on CD#1, and both aptitude{,-common} are good candidates. Applying the attached patch, one gets the following savings (on amd64, in MB): - aptitude: 1.9 → 1.4 - aptitude-common: 2.6 → 1.5 Thanks for considering. Mraw, KiBi.
diff -Nru aptitude-0.6.8.1/debian/changelog aptitude-0.6.8.1/debian/changelog --- aptitude-0.6.8.1/debian/changelog 2012-08-28 05:40:58.000000000 +0200 +++ aptitude-0.6.8.1/debian/changelog 2012-09-11 16:07:52.000000000 +0200 @@ -1,3 +1,10 @@ +aptitude (0.6.8.1-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Use xz compression for all binaries. + + -- Cyril Brulebois <k...@debian.org> Tue, 11 Sep 2012 16:07:43 +0200 + aptitude (0.6.8.1-1) unstable; urgency=low * Multi-arch update for the problem resolver: diff -Nru aptitude-0.6.8.1/debian/rules aptitude-0.6.8.1/debian/rules --- aptitude-0.6.8.1/debian/rules 2012-08-28 05:23:55.000000000 +0200 +++ aptitude-0.6.8.1/debian/rules 2012-09-11 15:54:00.000000000 +0200 @@ -69,3 +69,6 @@ fi; \ done dh_installman --remaining-packages + +override_dh_builddeb: + dh_builddeb -- -Zxz