[SCM] KDE Localization module packaging branch, master, updated. debian/4.6.4-1-10-gf4cb49e

Modestas Vainius modax at alioth.debian.org
Mon Jul 18 18:16:11 UTC 2011


The following commit has been merged in the master branch:
commit bf214d585f8568c3c3e2705f61fdcefb329b595b
Author: Modestas Vainius <modax at debian.org>
Date:   Mon Jul 18 16:21:48 2011 +0300

    Report progress ([current/total]) when starting to build each language.
---
 debian/changelog |    1 +
 debian/rules     |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5273274..96e699e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ kde-l10n (4:4.6.5-0r1) UNRELEASED; urgency=low
     cmake level. Use this technique to fully exclude all kdepim-runtime and
     kdepim translations.
   * Use a bit safer method for removal of build stamps.
+  * Report progress ([current/total]) when starting to build each language.
 
  -- Modestas Vainius <modax at debian.org>  Mon, 04 Jul 2011 11:54:22 +0300
 
diff --git a/debian/rules b/debian/rules
index 2a9c6e1..74838b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,12 +49,14 @@ prepare_build: check_control
 
 build: $(STAMP_BUILD)
 
+build_progress = [$(shell ls -1 -d debian/stamp__*__build debian | wc -l)/$(words $(STAMP_BUILD))]
 $(STAMP_BUILD): | prepare_build
-	# Building the '$(cur_lang)' language ...
+	# $(build_progress) Building '$(cur_lang)' language ...
 	dh_auto_configure -Scmake -D$(cur_lang) -B$(cur_lang_builddir) -- -DCMAKE_BUILD_TYPE=Debian \
 	    -DCMAKE_MODULE_PATH='$(CURDIR)/debian/cmake' \
 	    -DDEBIAN_EXCLUDE_DIRS='kdepim-runtime;kdepim'
 	$(MAKE) -C $(cur_lang_builddir)
+	# $(build_progress) Built '$(cur_lang)' language.
 	touch $@
 
 prepare_install:

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list