summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/kde-i18n
diff options
context:
space:
mode:
Diffstat (limited to 'debian/squeeze/kde-i18n')
-rwxr-xr-xdebian/squeeze/kde-i18n/debian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/squeeze/kde-i18n/debian/rules b/debian/squeeze/kde-i18n/debian/rules
index 56af437b8..f821e5339 100755
--- a/debian/squeeze/kde-i18n/debian/rules
+++ b/debian/squeeze/kde-i18n/debian/rules
@@ -32,6 +32,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)
+
debian/debiandirs: scripts/admin/debianrules
perl -w scripts/admin/debianrules echodirs > debian/debiandirs
@@ -108,7 +111,7 @@ binary-indep: build install
dh_shlibdeps
dh_gencontrol
dh_md5sums
- dh_builddeb
+ dh_builddeb $(DEB_DH_BUILDDEB_ARGS)
# Below here is fairly generic really