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

Modestas Vainius modax at alioth.debian.org
Sun Mar 13 19:42:10 UTC 2011


The following commit has been merged in the master branch:
commit 7cb16568a4b848763d5195e8745a185b68326c19
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Mar 13 21:36:03 2011 +0200

    "Innocent" backtick in the echo statement causes packages to FTBFS. Fix it.
---
 debian/changelog      |    1 +
 qt-kde-team/2/dhmk.mk |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bebe28f..8c96a2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pkg-kde-tools (0.11.3) UNRELEASED; urgency=low
 
+  * "Innocent" backtick in the echo statement causes packages to FTBFS. Fix it.
 
  -- Modestas Vainius <modax at debian.org>  Sun, 13 Mar 2011 21:33:02 +0200
 
diff --git a/qt-kde-team/2/dhmk.mk b/qt-kde-team/2/dhmk.mk
index 861d321..fd2191c 100644
--- a/qt-kde-team/2/dhmk.mk
+++ b/qt-kde-team/2/dhmk.mk
@@ -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 "SUCCESS making standard target `$@'."
+	@echo "-- SUCCESS making standard target '$@'."
 
 .SECONDEXPANSION:
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list