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

Pino Toscano pino at moszumanska.debian.org
Wed Jun 15 05:32:56 UTC 2016


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

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

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

diff --git a/debian/changelog b/debian/changelog
index 0534e0a..529a899 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ kde-l10n (4:16.04.2-0r1) UNRELEASED; urgency=medium
     plasma-desktop.
   * Drop *_mimetypes.mo translations, since they are only helper for
     translating XML files.
+  * Drop *.appdata.mo translations, since they are only helper for translating
+    appdata 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 fe27f86..98e3308 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,6 +88,9 @@ $(L10N_INSTALL): | prepare_install
 	# Drop *_mimetypes.mo translations, since they are only helper for
 	# translating XML files
 	find $(CURDIR)/debian/$(cur_pkg) -name '*_mimetypes.mo' -delete
+	# Drop *.appdata.mo translations, since they are only helper for
+	# translating appdata files
+	find $(CURDIR)/debian/$(cur_pkg) -name '*.appdata.mo' -delete
 
 prepare_clean:
 	dh_testdir

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list