[SCM] kget packaging branch, master, updated. debian/4%17.08.3-1-11-g27b08bb

Pino Toscano pino at moszumanska.debian.org
Sat Feb 10 11:56:37 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kget.git;a=commitdiff;h=3a5caf1

The following commit has been merged in the master branch:
commit 3a5caf1ef13ea29f6c6e3725154fdbd735d40d6a
Author: Pino Toscano <pino at debian.org>
Date:   Sat Feb 10 12:33:07 2018 +0100

    do not ship plasma translations
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7793571..215ee86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ kget (4:17.12.2-0r1) UNRELEASED; urgency=medium
     - minified_file: refresh
     - disable-plasma.diff: drop, no more needed now
   * Break/replace against kde-l10n that ships translations.
+  * Do not ship the translations of the unported Plasma components.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 10 Feb 2018 11:55:53 +0100
 
diff --git a/debian/rules b/debian/rules
index 3f7fe4a..2e2bd7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,6 @@ override_dh_auto_install:
 	$(overridden_command)
 	# remove dev .so symlinks, we aren't shipping dev suff for these
 	find debian/kget -name '*.so' -type l -print -delete
+	# remove translations of unbuilt plasma stuff
+	rm -f debian/kget/usr/share/locale/*/LC_MESSAGES/plasma_applet_kget.mo
+	rm -f debian/kget/usr/share/locale/*/LC_MESSAGES/plasma_runner_kget.mo

-- 
kget packaging



More information about the pkg-kde-commits mailing list