[SCM] live-boot branch, debian, updated. debian/3.0_a34-1

Daniel Baumann daniel at debian.org
Wed Jun 27 12:18:56 UTC 2012


The following commit has been merged in the debian branch:
commit 3cb9b6e3363add53252c61c1ab45f196ae1bc664
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jun 27 14:17:43 2012 +0200

    Switching to xz compression in source and binary packages.

diff --git a/debian/rules b/debian/rules
index f480990..76c7212 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_install:
 	mv debian/tmp/usr/share/initramfs-tools debian/live-boot-initramfs-tools/usr/share
 
 override_dh_builddeb:
-	dh_builddeb -- -Zgzip -z9
+	dh_builddeb -- -Zxz -z9
 
 override_dh_install:
 	dh_install --fail-missing
diff --git a/debian/source/options b/debian/source/options
index d053b65..22a4de9 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1,2 +1,2 @@
-compression = gzip
+compression = xz
 compression-level = 9

-- 
live-boot



More information about the debian-live-changes mailing list