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

Modestas Vainius modax at alioth.debian.org
Sun Mar 13 15:07:42 UTC 2011


The following commit has been merged in the master branch:
commit 57dc6cd1f3069a89394a10bf385ef030293b8645
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Mar 13 17:05:32 2011 +0200

    Minor language tweaks to the echos/comments in dhmk.mk.
---
 debian/changelog      |    1 +
 qt-kde-team/2/dhmk.mk |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a879c33..628cb3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pkg-kde-tools (0.11.2) UNRELEASED; urgency=low
 
   * Add support for list-missing target to qt-kde-team/2/*.
+  * Minor language tweaks to the echos/comments in dhmk.mk.
 
  -- Modestas Vainius <modax at debian.org>  Sun, 13 Mar 2011 16:49:26 +0200
 
diff --git a/qt-kde-team/2/dhmk.mk b/qt-kde-team/2/dhmk.mk
index 2d64d06..861d321 100644
--- a/qt-kde-team/2/dhmk.mk
+++ b/qt-kde-team/2/dhmk.mk
@@ -97,7 +97,7 @@ $(foreach t,$(dhmk_standard_targets),debian/dhmk_$(t)): debian/dhmk_%:
 	$(if $(filter $*,$(dhmk_stamped_targets)),touch $@)
 	$(if $(filter clean,$*),rm -f $(dhmk_rules_mk)\
 	    $(foreach t,$(dhmk_stamped_targets),debian/dhmk_$(t)))
-	# "$*" is complete
+	# "$*" target is done
 
 .PHONY: $(foreach t,$(dhmk_standard_targets),dhmk_run_$(t)_commands \
     pre_$(t) post_$(t) \
@@ -106,7 +106,7 @@ $(foreach t,$(dhmk_standard_targets),debian/dhmk_$(t)): debian/dhmk_%:
 # Implicitly delegate other targets to debian/dhmk_% ones. Hence the top
 # targets (build, configure, install ...) are still cancellable.
 %: debian/dhmk_%
-	@echo "$@ action has been completed successfully."
+	@echo "SUCCESS making standard target `$@'."
 
 .SECONDEXPANSION:
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list