diff options
Diffstat (limited to 'ubuntu/maverick/applications/koffice-i18n')
-rwxr-xr-x | ubuntu/maverick/applications/koffice-i18n/debian/rules | 5 | ||||
-rw-r--r-- | ubuntu/maverick/applications/koffice-i18n/debian/source/options | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ubuntu/maverick/applications/koffice-i18n/debian/rules b/ubuntu/maverick/applications/koffice-i18n/debian/rules index 9bb59484f..478c97b9d 100755 --- a/ubuntu/maverick/applications/koffice-i18n/debian/rules +++ b/ubuntu/maverick/applications/koffice-i18n/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + languages = `ls -1d *i18n*` build-stamp: @@ -81,7 +84,7 @@ binary-indep: build dh_installdeb dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep diff --git a/ubuntu/maverick/applications/koffice-i18n/debian/source/options b/ubuntu/maverick/applications/koffice-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/koffice-i18n/debian/source/options +++ b/ubuntu/maverick/applications/koffice-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences |