[SCM] bs1770gain/master: Adjust rule file to ignore private libraries when running dh_makeshlibs. This get rid of the bogus postrm-has-useless-call-to-ldconfig lintian warning.

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu Jun 11 07:41:09 UTC 2015


The following commit has been merged in the master branch:
commit f623a657c6e14ba51adec689780b84d67cb95295
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Thu Jun 11 07:00:02 2015 +0000

    Adjust rule file to ignore private libraries when running dh_makeshlibs.  This get rid of the bogus postrm-has-useless-call-to-ldconfig lintian warning.

diff --git a/debian/rules b/debian/rules
index 89516f7..0f9ee0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,10 @@ override_dh_install:
 	sed -i "/dependency_libs/ s/'.*'/''/" `find -name '*.la'`
 	dh_install
 
+# Avoid this lintian warning: W: bs1770gain: postrm-has-useless-call-to-ldconfig
+override_dh_makeshlibs:
+	dh_makeshlibs -X/usr/lib/bs1770gain
+
 # Hack around the fact that we replace the build system.  Remove the
 # old one and recreate an autotools based system.
 #

-- 
bs1770gain packaging



More information about the pkg-multimedia-commits mailing list