[SCM] gigedit/master: Disable build of shared libs.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Dec 3 00:39:55 UTC 2016


The following commit has been merged in the master branch:
commit 088ad0abea90939622310d8a3aaaf40cd5fac84a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Dec 3 01:21:03 2016 +0100

    Disable build of shared libs.

diff --git a/debian/rules b/debian/rules
index ff980ac..0bf0041 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-shared
+
 override_dh_auto_install:
 	dh_auto_install
 	find $(CURDIR)/debian/gigedit/usr/lib/*/gigedit -name *.la -delete

-- 
gigedit packaging



More information about the pkg-multimedia-commits mailing list