[SCM] KDE Localization module packaging branch, master, updated. debian/4%16.04.3-6-6-g9d2725c

Pino Toscano pino at moszumanska.debian.org
Sat Dec 9 09:12:55 UTC 2017


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

The following commit has been merged in the master branch:
commit 46ba5a818f841c694f453c4a703f2db049ac42b8
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 3 17:33:39 2017 +0100

    remove more application data
    
    hopefully it should be all now...
---
 debian/changelog | 6 ++++++
 debian/rules     | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6b860fc..abb7396 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 kde-l10n (4:16.04.3-7) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Exclude the translated data of more applications, as it is shipped with
+    them:
+    * khangman, kvtml, kstars, and kturtle
+    * the logohighlightstyle katepart styles
+  * Drop scripts of step_qt, as they are not useful anymore.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 03 Dec 2017 17:29:12 +0100
 
diff --git a/debian/rules b/debian/rules
index 65b50e3..2890f09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,14 +109,20 @@ $(L10N_INSTALL): | prepare_install
 	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/kde4/apps/khangman
 	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/klettres
 	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/ktuberling
 	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/lokalize
 	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/apps/kvtml
+	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/kde4/apps/kvtml
 	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/kde4/apps/step
+	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/kstars
+	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/kturtle
+	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/katepart/syntax/logohighlightstyle.*.xml
 	# Drop scripts for applications
 	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/locale/*/LC_SCRIPTS/kgeography
 	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/locale/*/LC_SCRIPTS/step
+	rm -rf $(CURDIR)/debian/$(cur_pkg)/usr/share/locale/*/LC_SCRIPTS/step_qt
 	# At the end, remove empty directories
 	find $(CURDIR)/debian/$(cur_pkg) -type d -empty -delete
 

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list