[SCM] KDE Localization module packaging branch, master, updated. debian/4%16.04.3-2-7-gd2e0f5b

Pino Toscano pino at moszumanska.debian.org
Sun Nov 19 11:08:56 UTC 2017


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

The following commit has been merged in the master branch:
commit 19cf80e9ebf215f7fa782312b7bcc4538a3fba38
Author: Pino Toscano <pino at debian.org>
Date:   Sun Nov 19 11:39:34 2017 +0100

    drop json_*.mo files
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8b673dc..8aea3d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ kde-l10n (4:16.04.3-3) UNRELEASED; urgency=medium
       nepomukserver.mo, nepomukservicestub.mo, nepomukstorage.mo,
       nepomukwidgets.mo, and plasma_runner_nepomuksearchrunner.mo
     - nepomukserver.8.gz, and nepomukservicestub.8.gz
+  * Drop json_*.mo translations, since they are only helper for translating
+    JSON files.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 18 Nov 2017 19:09:51 +0100
 
diff --git a/debian/rules b/debian/rules
index ac530f1..1a92238 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,6 +101,9 @@ $(L10N_INSTALL): | prepare_install
 	# Drop *.appdata.mo translations, since they are only helper for
 	# translating appdata files
 	find $(CURDIR)/debian/$(cur_pkg) -name '*.appdata.mo' -delete
+	# Drop json_*.mo translations, since they are only helper for
+	# translating JSON files
+	find $(CURDIR)/debian/$(cur_pkg) -name 'json_*.mo' -delete
 
 prepare_clean:
 	dh_testdir

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list