Switching to xz compression in source and binary packages.
This commit is contained in:
parent
6b506cb7ba
commit
cc17c2aa8f
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
compression = gzip
|
||||
compression = xz
|
||||
compression-level = 9
|
||||
|
|
Loading…
Reference in New Issue