[SCM] kiriki packaging branch, master, updated. debian/16.08.1-1-9-gec039d0

Pino Toscano pino at moszumanska.debian.org
Sat Nov 18 14:27:12 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kiriki.git;a=commitdiff;h=1d3d3c2

The following commit has been merged in the master branch:
commit 1d3d3c25a446d452dfc2ae10facbe08972c6e581
Author: Pino Toscano <pino at debian.org>
Date:   Sat Nov 18 15:25:03 2017 +0100

    fix handling of migration of languages
---
 debian/changelog | 3 +--
 debian/control   | 2 ++
 debian/rules     | 3 +++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4eeb386..1fbe9c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,7 @@ kiriki (4:17.08.3-1~1) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
   * New upstream release.
-  * Adjust l10npkgs_firstversion_ok to the version where kde-l10n will
-    drop translations.
+  * Add breaks/replaces against kde-l10n, as picmi carries translations now.
   * Bump Standards-Version to 4.1.1, no changes required.
   * Simplify watch file, and switch it to https.
 
diff --git a/debian/control b/debian/control
index 57b804a..c2901fd 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,8 @@ Package: kiriki
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: khelpcenter
+Breaks: ${kde-l10n:all}
+Replaces: ${kde-l10n:all}
 Description: Yahtzee dice game
  Kiriki is a dice game for up to six players, where each player rolls five dice
  to make combinations with the highest score.
diff --git a/debian/rules b/debian/rules
index 656f42b..566787e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
+l10npkgs_firstversion_ok := 4:16.04.3-2~
+
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 
 override_dh_auto_configure:
 	$(overridden_command) -- -DBIN_INSTALL_DIR=/usr/games

-- 
kiriki packaging



More information about the pkg-kde-commits mailing list