[SCM] kdb packaging branch, master, updated. 48e484703a77ba51976b88d06d1aca0831ef3ae5

Pino Toscano pino at moszumanska.debian.org
Sun Jan 22 14:03:14 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/kdb.git;a=commitdiff;h=01efad2

The following commit has been merged in the master branch:
commit 01efad2883bd06ca4064a2e834fd9507ee802302
Author: Pino Toscano <pino at debian.org>
Date:   Sun Jan 22 14:56:15 2017 +0100

    avoid shipping translations of unbuilt drivers
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2479788..b6ea467 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,12 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 override_dh_auto_configure:
 	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
 
+override_dh_auto_install:
+	dh_auto_install
+	# remove translations of unbuilt drivers
+	rm -f debian/tmp/usr/share/locale/*/LC_MESSAGES/kdb_sybasedriver_qt.mo
+	rm -f debian/tmp/usr/share/locale/*/LC_MESSAGES/kdb_xbasedriver_qt.mo
+
 override_dh_install:
 	dh_install --fail-missing
 

-- 
kdb packaging



More information about the pkg-kde-commits mailing list