Package: ghostscript Version: 9.05~dfsg-6 Severity: important Tags: d-i patch
Hi, we're trying to make some room on CD#1 and ghostscript is a rather good candidate. Applying the attached patch would give the following savings on CD#1 (in MB): libgs9-common_9.05~dfsg-6_all.deb 2.1 → 1.9 libgs9_9.05~dfsg-6_amd64.deb 2.3 → 1.8 Thanks for considering. Mraw, KiBi.
diff -Nru ghostscript-9.05~dfsg/debian/changelog ghostscript-9.05~dfsg/debian/changelog --- ghostscript-9.05~dfsg/debian/changelog 2012-05-24 20:02:46.000000000 +0200 +++ ghostscript-9.05~dfsg/debian/changelog 2012-09-11 17:02:06.000000000 +0200 @@ -1,3 +1,10 @@ +ghostscript (9.05~dfsg-6.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Enable xz compression for all binaries. + + -- Cyril Brulebois <[email protected]> Tue, 11 Sep 2012 17:02:06 +0200 + ghostscript (9.05~dfsg-6) unstable; urgency=low * Fix symlink to DroidSans. diff -Nru ghostscript-9.05~dfsg/debian/rules ghostscript-9.05~dfsg/debian/rules --- ghostscript-9.05~dfsg/debian/rules 2012-05-24 20:02:46.000000000 +0200 +++ ghostscript-9.05~dfsg/debian/rules 2012-09-11 17:01:54.000000000 +0200 @@ -17,6 +17,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# Use xz compression: +DEB_DH_BUILDDEB_ARGS ?= -u-Zxz + # This needs to run before cdbs auto-update debian/control:: debian/control.in DEB_PHONY_RULES += debian/control.in
