[SCM] ardour/master: Don't call ldconfig in postinst script

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Sep 27 21:16:32 UTC 2015


The following commit has been merged in the master branch:
commit 1595e30667470947e5b58905e08b3fd23c8e2141
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sun Sep 27 22:39:47 2015 +0200

    Don't call ldconfig in postinst script

diff --git a/debian/rules b/debian/rules
index 867ecc2..ed22180 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,6 +69,11 @@ DEB_MAKE_INSTALL_TARGET = install
 ## create -dbg package from the stripped info
 DEB_DH_STRIP_ARGS := --dbg-package=ardour-dbg
 
+## ardour includes a couple of private lib*.so files, which make
+## dh_makeshlibs emit a useless call to `ldconfig` in the postinst script.
+## since we don't have any public libraries, we just suppress that call.
+DEB_DH_MAKESHLIBS_ARGS_ardour := --noscripts
+
 clean::
 	rm -f autowaf.pyc
 	rm -f .lock-wscript .lock-waf_linux2_build

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list