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

Pino Toscano pino at alioth.debian.org
Sat Jul 13 12:40:31 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-l10n.git;a=commitdiff;h=3d28497

The following commit has been merged in the master branch:
commit 3d2849759c8a9752f00c59351f61c184aaa0b45d
Author: Pino Toscano <pino at debian.org>
Date:   Tue Apr 16 15:03:35 2013 +0200

    rules: isolate the excluded subdirs in an own variable
---
 debian/rules |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5506873..efe09a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ L10N_PREFIX := kde-l10n
 L10N_LANGS := $(filter-out debian,$(subst ./,,$(shell find . -mindepth 1 -maxdepth 1 -type d ! -name .pc ! -name .git)))
 L10N_DIRS = $(L10N_LANGS)
 L10N_PACKAGES := $(patsubst %,$(L10N_PREFIX)-%,$(L10N_LANGS))
+L10N_EXCLUDED_SUBDIRS := kdepim-runtime;kdepim
 
 # Support variables to be used in targets
 cur_lang = $(word 2,$(subst __, ,$@))
@@ -54,7 +55,7 @@ $(STAMP_BUILD): | prepare_build
 	# $(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'
+	    -DDEBIAN_EXCLUDE_DIRS='$(L10N_EXCLUDED_SUBDIRS)'
 	$(MAKE) -C $(cur_lang_builddir)
 	# $(build_progress) Built '$(cur_lang)' language.
 	touch $@

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list