Source: grub2
Version: 1.99-22.1
Severity: important
Tags: d-i patch

Hi,

we're trying to make some room on CD#1, and grub-common alone would
shrink by 1MB by switching to xz. Please find attached a trivial patch
to do this.

A quick upload, or ack for an NMU, would be appreciated.

Mraw,
KiBi.
diff -u grub2-1.99/debian/changelog grub2-1.99/debian/changelog
--- grub2-1.99/debian/changelog
+++ grub2-1.99/debian/changelog
@@ -1,3 +1,10 @@
+grub2 (1.99-22.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Use xz compression for all binaries to save up some space on CD images.
+
+ -- Cyril Brulebois <k...@debian.org>  Tue, 25 Sep 2012 16:12:18 +0200
+
 grub2 (1.99-22.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u grub2-1.99/debian/rules grub2-1.99/debian/rules
--- grub2-1.99/debian/rules
+++ grub2-1.99/debian/rules
@@ -256,6 +256,9 @@
 override_dh_strip:
 	dh_strip -X/usr/bin/grub-emu
 
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
+
 override_dh_auto_clean:
 	-rm -rf build
 	-rm -f contrib grub-core/contrib

Reply via email to