diff options
Diffstat (limited to 'ubuntu/maverick/applications/kerry/debian')
-rwxr-xr-x | ubuntu/maverick/applications/kerry/debian/rules | 3 | ||||
-rw-r--r-- | ubuntu/maverick/applications/kerry/debian/source/options | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kerry/debian/rules b/ubuntu/maverick/applications/kerry/debian/rules index 7dc0fbe23..dea466c17 100755 --- a/ubuntu/maverick/applications/kerry/debian/rules +++ b/ubuntu/maverick/applications/kerry/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_kerry-trinity = kerry.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/kerry-trinity:: docbook2x-man debian/kerry.1.docbook diff --git a/ubuntu/maverick/applications/kerry/debian/source/options b/ubuntu/maverick/applications/kerry/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kerry/debian/source/options +++ b/ubuntu/maverick/applications/kerry/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 |