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

Pino Toscano pino at moszumanska.debian.org
Sun Nov 19 15:14:25 UTC 2017


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

The following commit has been merged in the master branch:
commit 815eedf10bf4ca759e253a0b376d0ac7e054f6f1
Author: Pino Toscano <pino at debian.org>
Date:   Sun Nov 19 16:13:22 2017 +0100

    exclude data of khangman, klettres, ktuberling
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4e9f70c..2be54a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ kde-l10n (4:16.04.3-3) UNRELEASED; urgency=medium
   * Exclude documentations shipped as part of Applications tarballs:
     - khangman, klettres, lokalize, ark, blinken, kteatime, ksystemlog,
       umbrello, and filelight
+  * Exclude the translate data of few applications, as it is shipped with them:
+    - khangman, klettres, ktuberling
 
  -- 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 95d1584..4cc0a92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,6 +107,10 @@ $(L10N_INSTALL): | prepare_install
 	# Drop man-*.docbook translations, since they only helper for
 	# translating man pages
 	find $(CURDIR)/debian/$(cur_pkg) -name 'man-*.docbook' -delete
+	# Drop translated data, shipped with the applications themselves
+	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/khangman
+	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/klettres
+	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/ktuberling
 
 prepare_clean:
 	dh_testdir

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list