[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.15.2

Modestas Vainius modax at alioth.debian.org
Sun Aug 5 23:02:28 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-tools.git;a=commitdiff;h=3f0fc73

The following commit has been merged in the master branch:
commit 3f0fc73377eed560dec5cd25523888e59d4a1979
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Aug 4 13:39:47 2012 +0200

    debian-qt-kde.mk: Use xz compression by default. (Closes: #657243)
    
    Signed-off-by: Modestas Vainius <modax at debian.org>
---
 qt-kde-team/2/debian-qt-kde.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/qt-kde-team/2/debian-qt-kde.mk b/qt-kde-team/2/debian-qt-kde.mk
index d4feac9..d976b62 100644
--- a/qt-kde-team/2/debian-qt-kde.mk
+++ b/qt-kde-team/2/debian-qt-kde.mk
@@ -27,6 +27,9 @@ include $(dqk_dir)list-missing.mk
 # KDE packages are parallel safe. Add --parallel to dh_auto_% commands
 $(call set_command_options,dh_auto_%, += --parallel)
 
+# Use xz compression by default
+$(call set_command_options,dh_builddeb, += -u-Zxz)
+
 # Link with --as-needed by default
 # (subject to be moved to kde dh addon/debhelper buildsystem)
 dqk_link_with_as_needed ?= yes

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list