[SCM] kexi packaging branch, master, updated. fa4f017b9eef229175a2f6c3fa92881d1ea6645c

Pino Toscano pino at moszumanska.debian.org
Fri Feb 3 09:58:26 UTC 2017


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

The following commit has been merged in the master branch:
commit fc4308fc846a7b63cfafa4f0f7213124b97e0312
Author: Pino Toscano <pino at debian.org>
Date:   Fri Feb 3 10:43:08 2017 +0100

    drop .so symlinks
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index db33b28..a914a0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,11 @@ 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 symlinks of private libraries
+	find debian/tmp -name '*.so' -type l -print -delete
+
 override_dh_install:
 	dh_install --list-missing
 

-- 
kexi packaging



More information about the pkg-kde-commits mailing list