[SCM] live-config branch, debian, updated. debian/3.0_a41-1

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


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

    Switching to xz compression in source and binary packages.

diff --git a/debian/rules b/debian/rules
index 1c658fa..18053cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_install:
 	bin/live-config-update debian/tmp/lib/live/config
 
 override_dh_builddeb:
-	dh_builddeb -- -Zgzip -z9
+	dh_builddeb -- -Zxz -z9
 
 override_dh_compress:
 	dh_compress -Xusr/share/doc/live-config/examples
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-config



More information about the debian-live-changes mailing list