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


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

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

    update breaks/replaces with kdepim 4.4.x debs that have translations
    
    the inlined list is a bit ugly, even if it does its job
    improvements on it would be very welcome...
---
 debian/changelog |    2 ++
 debian/rules     |    5 +++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f6b1ad1..fc163f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ kde-l10n (4:4.10.2-2) UNRELEASED; urgency=low
   [ Pino Toscano ]
   * Bump the required libkdecore5 version to 4:4.10.
   * Change provides back to kde-l10n.
+  * Update breaks/replaces with all the packages of kdepim 4.4.x that have
+    translations.
 
  -- 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 a4f1b47..8364b6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,11 @@ L10N_Replaces := okular-l10n, gwenview-i18n, filelight-l10n, konq-plugins-l10n
 L10N_Breaks := okular-l10n, gwenview-i18n, filelight-l10n, konq-plugins-l10n
 L10N_Provides := kde-l10n
 
+# Handling of conflicts against kdepim 4.4 (which provides translations)
+OLD_KDEPIM_WITH_L10N := akregator (<< 4:4.10.2), blogilo (<< 4:4.10.2), kaddressbook (<< 4:4.10.2), kalarm (<< 4:4.10.2), kdepim-groupware (<< 4:4.10.2), kdepim-kresources (<< 4:4.10.2), kdepim-wizards (<< 4:4.10.2), kjots (<< 4:4.10.2), kleopatra (<< 4:4.10.2), kmail (<< 4:4.10.2), knode (<< 4:4.10.2), knotes (<< 4:4.10.2), konsolekalendar (<< 4:4.10.2), kontact (<< 4:4.10.2), korganizer (<< 4:4.10.2), ktimetracker (<< 4:4.10.2), libkdepim4 (<< 4:4.10.2), libkleo4 (<< 4:4.10.2), libkpgp4 (<< 4:4.10.2), libksieve4 (<< 4:4.10.2), libmessagecore4 (<< 4:4.10.2), libmessagelist4 (<< 4:4.10.2), libmessageviewer0 (<< 4:4.10.2)
+L10N_Replaces := $(L10N_Replaces), $(OLD_KDEPIM_WITH_L10N)
+L10N_Breaks := $(L10N_Breaks), $(OLD_KDEPIM_WITH_L10N)
+
 L10N_PREFIX := kde-l10n
 #L10N_VERSION := $(shell cat debian/changelog | head -n1 | sed 's/.*(\([[:digit:]]\+:\)\?\(.\+\)-.\+).*//')
 L10N_LANGS := $(filter-out debian,$(subst ./,,$(shell find . -mindepth 1 -maxdepth 1 -type d ! -name .pc ! -name .git)))

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list