[SCM] Debian Qt/KDE packaging tools branch, dhmk, updated. debian/0.9.5-25-g3e6398a

Modestas Vainius modax at alioth.debian.org
Wed Mar 9 12:06:28 UTC 2011


The following commit has been merged in the dhmk branch:
commit cd7eb7bb4b0a07667679a0e730cfd7f4062b240a
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Wed Mar 9 11:52:28 2011 +0200

    Fix dhmk_{target}_commands variable generation.
---
 qt-kde-team/2/dhmk.mk |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/qt-kde-team/2/dhmk.mk b/qt-kde-team/2/dhmk.mk
index 857f095..ec4111a 100644
--- a/qt-kde-team/2/dhmk.mk
+++ b/qt-kde-team/2/dhmk.mk
@@ -25,8 +25,9 @@ dhmk_rules_mk = debian/dhmk_rules.mk
 dhmk_dhmk_pl := $(dir $(dhmk_this_makefile))dhmk.pl
 
 # Variables holding all (incl. -indep, -arch) targets for each action
-$(foreach t,$(dhmk_standard_targets),\
-    $(eval dhmk_$(t)_targets = $(if $(filter $t,$(dhmk_indeparch_targets)),$t-indep $t-arch) $t))
+$(foreach t,$(dhmk_indeparch_targets),$(eval dhmk_$(t)_targets = $(t)-indep $(t)-arch))
+$(foreach t,$(filter-out %-arch %-indep,$(dhmk_standard_targets)),\
+    $(eval dhmk_$(t)_targets += $(t)))
 
 # $(call butfirstword,TEXT,DELIMITER)
 butfirstword = $(patsubst $(firstword $(subst $2, ,$1))$2%,%,$1)

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list