[SCM] live-manual branch, debian, updated. debian/3.0_a13-1
Daniel Baumann
daniel at debian.org
Wed Jun 27 13:08:05 UTC 2012
The following commit has been merged in the debian branch:
commit 395143d9d6b76763a75d3011266b3aff4d94fd25
Author: Daniel Baumann <daniel at debian.org>
Date: Wed Jun 27 15:05:19 2012 +0200
Switching to xz compression in source and binary packages.
diff --git a/debian/rules b/debian/rules
index e83ef63..1058592 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_install:
rm -f debian/tmp/usr/share/doc/live-manual/_sisu/image/.empty
override_dh_builddeb:
- dh_builddeb -- -Zgzip -z9
+ dh_builddeb -- -Zxz -z9
override_dh_compress:
dh_compress -X.html -X.odt
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-manual
More information about the debian-live-changes
mailing list