[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:27 UTC 2011


The following commit has been merged in the dhmk branch:
commit e04b684a153d0ac383ecf5a277cd7e333b9a6d2f
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Wed Mar 9 05:19:04 2011 +0200

    Do not print # symbol next to debhelper command if not necessary.
    
    This avoids printing # next to debhelper command if DEB_INTERNAL_OPTIONS is not
    set.
---
 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 f6a97ab..857f095 100644
--- a/qt-kde-team/2/dhmk.mk
+++ b/qt-kde-team/2/dhmk.mk
@@ -61,7 +61,7 @@ dhmk_run_command = $(or $(call dhmk_override_cmd,override_$(call butfirstword,$1
 
 # Generate {pre,post}_{target}_{command} targets for each target+command
 $(foreach t,$(dhmk_standard_targets),$(foreach c,$(dhmk_$(t)_commands),pre_$(t)_$(c))): pre_%:
-	$(call dhmk_run_command,$*) # $(and $(DH_INTERNAL_OPTIONS),[$(DH_INTERNAL_OPTIONS)])
+	$(call dhmk_run_command,$*) $(and $(DH_INTERNAL_OPTIONS),# [$(DH_INTERNAL_OPTIONS)])
 $(foreach t,$(dhmk_standard_targets),$(foreach c,$(dhmk_$(t)_commands),post_$(t)_$(c))): post_%:
 
 # Export -a/-i options for indep/arch specific targets

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list