[SCM] KDE Localization module packaging branch, master, updated. debian/4.14.0-3-7-gb3343af

Pino Toscano pino at moszumanska.debian.org
Wed Jun 15 05:13:47 UTC 2016


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

The following commit has been merged in the master branch:
commit b3343af16b783337237ddc285874e4e180eaa6f9
Author: Pino Toscano <pino at debian.org>
Date:   Wed Jun 15 07:13:27 2016 +0200

    drop *_mimetypes.mo translations
    
    they are only helper for translating XML files
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1fa129f..0534e0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ kde-l10n (4:16.04.2-0r1) UNRELEASED; urgency=medium
   * Update Vcs-* fields.
   * Drop kcm_activities.mo and kcm_device_automounter.mo, shipped by
     plasma-desktop.
+  * Drop *_mimetypes.mo translations, since they are only helper for
+    translating XML files.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 14 Jun 2016 23:50:25 +0200
 
diff --git a/debian/rules b/debian/rules
index cd686be..fe27f86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,6 +85,9 @@ $(L10N_INSTALL): | prepare_install
 	sed -e '/^$$/d;/^#/d' $(CURDIR)/debian/excluded_files.list | while read excluded_file; do \
 	    find $(CURDIR)/debian/$(cur_pkg) -name $${excluded_file} -delete ; \
 	done
+	# Drop *_mimetypes.mo translations, since they are only helper for
+	# translating XML files
+	find $(CURDIR)/debian/$(cur_pkg) -name '*_mimetypes.mo' -delete
 
 prepare_clean:
 	dh_testdir

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list