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

Modestas Vainius modax at alioth.debian.org
Tue Mar 8 01:45:43 UTC 2011


The following commit has been merged in the dhmk branch:
commit e1826196364197b264233902a81ca8d5c1bc4f39
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Tue Mar 8 01:49:09 2011 +0200

    Fix butfirstword function call.
    
    This makes overrides work again.
---
 qt-kde-team/2/dhmk.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qt-kde-team/2/dhmk.mk b/qt-kde-team/2/dhmk.mk
index 57db673..4a0c3a9 100644
--- a/qt-kde-team/2/dhmk.mk
+++ b/qt-kde-team/2/dhmk.mk
@@ -50,7 +50,7 @@ include $(shell test ! -f $(dhmk_rules_mk) && touch -t 197001030000 $(dhmk_rules
 
 # Routine to run a specific command ($1 should be {target}_{command})
 dhmk_override_cmd = $(if $(dhmk_$1),$(MAKE) -f $(dhmk_top_makefile) $1)
-dhmk_run_command = $(or $(call dhmk_override_cmd,override_$(call butfirstword $1,_)),$($1))
+dhmk_run_command = $(or $(call dhmk_override_cmd,override_$(call butfirstword,$1,_)),$($1))
 
 # Generate dhmk_{pre,post}_{target}_{command} targets for each target+command
 $(foreach t,$(dhmk_standard_targets),$(foreach c,$(dhmk_$(t)_commands),dhmk_pre_$(t)_$(c))): dhmk_pre_%:

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list