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


The following commit has been merged in the dhmk branch:
commit 8b52e97286256ef7bb18dd9e1cd953fe4b544005
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Mar 7 03:09:08 2011 +0200

    Remove stamps of the stamped targets on clean.
    
    We should not leave dhmk temporary files around.
---
 qt-kde-team/2/dhmk.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/qt-kde-team/2/dhmk.mk b/qt-kde-team/2/dhmk.mk
index 8902b36..f7916bd 100644
--- a/qt-kde-team/2/dhmk.mk
+++ b/qt-kde-team/2/dhmk.mk
@@ -68,7 +68,8 @@ debian/dhmk_binary-indep: export dhmk_target_dh_options = -i
 $(foreach t,$(dhmk_standard_targets),debian/dhmk_$(t)): debian/dhmk_%:
 	$(MAKE) -f $(dhmk_top_makefile) dhmk_run_$*_commands
 	$(if $(filter $*,$(dhmk_stamped_targets)),touch $@)
-	$(if $(filter clean,$*),rm -f $(dhmk_rules_mk))
+	$(if $(filter clean,$*),rm -f $(dhmk_rules_mk)\
+	    $(foreach t,$(dhmk_stamped_targets),debian/dhmk_$(t)))
 	# "$*" is complete
 
 .PHONY: $(foreach t,$(dhmk_standard_targets),dhmk_run_$(t)_commands \

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list