[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:33 UTC 2013


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

The following commit has been merged in the master branch:
commit 60b6cce0c0f6abc078597574ae749aab11a00a39
Author: Pino Toscano <pino at debian.org>
Date:   Tue Apr 16 15:27:33 2013 +0200

    do not exclude kdepim-runtime and kdepim anymore
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fc163f5..fdf969f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kde-l10n (4:4.10.2-2) UNRELEASED; urgency=low
   * Change provides back to kde-l10n.
   * Update breaks/replaces with all the packages of kdepim 4.4.x that have
     translations.
+  * Do not exclude kdepim-runtime and kdepim anymore.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 16 Apr 2013 15:01:21 +0200
 
diff --git a/debian/rules b/debian/rules
index 8364b6e..c9458d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,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
+L10N_EXCLUDED_SUBDIRS :=
 
 # Support variables to be used in targets
 cur_lang = $(word 2,$(subst __, ,$@))

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list