Compress debian binary package with xz.

This commit is contained in:
Bastian Kleineidam 2012-08-14 17:40:05 +02:00
parent 11f5307e77
commit 2d2dedfdc2

4
debian/rules vendored
View file

@ -55,3 +55,7 @@ override_dh_clean:
# do not run test suite when building
override_dh_auto_test:
# use xz for debian binary package compression
override_dh_builddeb:
dh_builddeb -- -Zxz