[SCM] kexi packaging branch, master, updated. 9d07c3265e97cc8ba63d639595e9c33665cf8f59

Pino Toscano pino at moszumanska.debian.org
Fri Feb 3 10:16:12 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/kexi.git;a=commitdiff;h=9d07c32

The following commit has been merged in the master branch:
commit 9d07c3265e97cc8ba63d639595e9c33665cf8f59
Author: Pino Toscano <pino at debian.org>
Date:   Fri Feb 3 11:15:57 2017 +0100

    do not ship unused translations
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index a914a0e..865eea2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ override_dh_auto_install:
 	dh_auto_install
 	# remove symlinks of private libraries
 	find debian/tmp -name '*.so' -type l -print -delete
+	# remove translations of unbuilt stuff
+	rm -f debian/tmp/usr/share/locale/*/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
+	rm -f debian/tmp/usr/share/locale/*/LC_MESSAGES/keximigrate_spreadsheet.mo
 
 override_dh_install:
 	dh_install --list-missing

-- 
kexi packaging



More information about the pkg-kde-commits mailing list