[SCM] live-build branch, debian, updated. debian/3.0_a51-1

Daniel Baumann daniel at debian.org
Wed Jun 27 12:39:13 UTC 2012


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

    Switching to xz compression in source and binary packages.

diff --git a/debian/rules b/debian/rules
index e8ece84..8e55b11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ override_dh_auto_install:
 	mv debian/live-build/usr/bin/live-build-cron* debian/live-build-cron/usr/bin
 
 override_dh_builddeb:
-	dh_builddeb -- -Zgzip -z9
+	dh_builddeb -- -Zxz -z9
 
 override_dh_installchangelogs:
 	dh_installchangelogs docs/ChangeLog
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-build



More information about the debian-live-changes mailing list