[pkg-bacula-commits] [bacula] 16/35: Don't add useless call to ldconfig
Carsten Leonhardt
leo at moszumanska.debian.org
Wed Jul 20 10:21:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
leo pushed a commit to tag development/2011-04-29
in repository bacula.
commit 09fd3bba50718e9bf56a02ed169e9a6c513c23e6
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 28 17:25:44 2011 +0200
Don't add useless call to ldconfig
dh_makeshlibs finds shared objects in several packages and thus adds
calls to ldconfig in their maintainer scripts. That is unneccessary as
none of the libs need to be known to ld.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 027a728..2c0e51a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -165,6 +165,9 @@ override_dh_strip:
done
dh_strip
+override_dh_makeshlibs:
+ dh_makeshlibs -n
+
override_dh_auto_configure:
override_dh_auto_test:
override_dh_auto_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git
More information about the pkg-bacula-commits
mailing list