Switching to xz compression in source and binary packages.
authorDaniel Baumann <daniel@debian.org>
Wed, 27 Jun 2012 12:17:43 +0000 (14:17 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 27 Jun 2012 12:17:43 +0000 (14:17 +0200)
debian/rules
debian/source/options

index f480990..76c7212 100755 (executable)
@@ -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
index d053b65..22a4de9 100644 (file)
@@ -1,2 +1,2 @@
-compression = gzip
+compression = xz
 compression-level = 9