[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 35742b1a3aaff9a6637b109d300ab77715b786a1
Author: Modestas Vainius <modax at debian.org>
Date:   Mon Jul 18 15:49:45 2011 +0300

    Use a bit safer method for removal of build stamps.
---
 debian/changelog |    1 +
 debian/rules     |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3e60eba..5273274 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kde-l10n (4:4.6.5-0r1) UNRELEASED; urgency=low
   * Hijack FindKDE4 module in order to implement exclusion of subdirectories at
     cmake level. Use this technique to fully exclude all kdepim-runtime and
     kdepim translations.
+  * Use a bit safer method for removal of build stamps.
 
  -- Modestas Vainius <modax at debian.org>  Mon, 04 Jul 2011 11:54:22 +0300
 
diff --git a/debian/rules b/debian/rules
index 9d94944..2a9c6e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,12 +73,11 @@ prepare_clean:
 	dh_testdir
 
 clean: $(L10N_CLEAN)
-	rm -f debian/stamp__*
 	dh_clean
 
 # Delete build directories
 $(L10N_CLEAN): prepare_clean
-	rm -rf $(cur_lang_builddir)
+	rm -rf $(cur_lang_builddir) debian/stamp__$(cur_lang)__*
 
 binary-arch:
 	# No architecture dependent files available

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list