[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:57 UTC 2017


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

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

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

diff --git a/debian/changelog b/debian/changelog
index 8aea3d8..7b88b7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ kde-l10n (4:16.04.3-3) UNRELEASED; urgency=medium
     - nepomukserver.8.gz, and nepomukservicestub.8.gz
   * Drop json_*.mo translations, since they are only helper for translating
     JSON files.
+  * Drop man-*.docbook translations, since they only helper for translating
+    man pages.
 
  -- 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 1a92238..95d1584 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,6 +104,9 @@ $(L10N_INSTALL): | prepare_install
 	# Drop json_*.mo translations, since they are only helper for
 	# translating JSON files
 	find $(CURDIR)/debian/$(cur_pkg) -name 'json_*.mo' -delete
+	# Drop man-*.docbook translations, since they only helper for
+	# translating man pages
+	find $(CURDIR)/debian/$(cur_pkg) -name 'man-*.docbook' -delete
 
 prepare_clean:
 	dh_testdir

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list