diff options
Diffstat (limited to 'ubuntu/maverick/applications/kpilot')
-rwxr-xr-x | ubuntu/maverick/applications/kpilot/debian/rules | 3 | ||||
-rw-r--r-- | ubuntu/maverick/applications/kpilot/debian/source/options | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kpilot/debian/rules b/ubuntu/maverick/applications/kpilot/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/ubuntu/maverick/applications/kpilot/debian/rules +++ b/ubuntu/maverick/applications/kpilot/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/maverick/applications/kpilot/debian/source/options b/ubuntu/maverick/applications/kpilot/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/maverick/applications/kpilot/debian/source/options +++ b/ubuntu/maverick/applications/kpilot/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 |