diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-01-03 22:47:53 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2013-01-03 22:47:53 +0100 |
commit | d2f32337f00cf98faef8475e769d9c0381efd257 (patch) | |
tree | 9890ceb134945c4f24e624dca8ac4fa03888a979 /ubuntu/precise/applications/kmyfirewall/debian/rules | |
parent | b566058ccb7fa94c6e34fb1e1349b093d4482d6a (diff) | |
parent | fe7329f1eaa98f63b62e23449bb1345b3395ed37 (diff) | |
download | tde-packaging-d2f32337f00cf98faef8475e769d9c0381efd257.tar.gz tde-packaging-d2f32337f00cf98faef8475e769d9c0381efd257.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/precise/applications/kmyfirewall/debian/rules')
-rwxr-xr-x | ubuntu/precise/applications/kmyfirewall/debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ubuntu/precise/applications/kmyfirewall/debian/rules b/ubuntu/precise/applications/kmyfirewall/debian/rules index 8fa664c8a..28035c796 100755 --- a/ubuntu/precise/applications/kmyfirewall/debian/rules +++ b/ubuntu/precise/applications/kmyfirewall/debian/rules @@ -13,6 +13,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -126,7 +129,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install |