[suitesparse] 01/01: d/rules: add option -V to dh_makeshlibs.
Sébastien Villemot
sebastien at debian.org
Sun Aug 6 12:25:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository suitesparse.
commit 765b74a7b649753f3af759f60101734f09ac47e4
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Aug 6 14:24:36 2017 +0200
d/rules: add option -V to dh_makeshlibs.
This is not strictly necessary since there are .symbols file, but it is still
better to generate tight-enough shlibs files.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 8afc60d..4c1cd0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,9 @@ override_dh_auto_clean:
override_dh_strip:
dh_strip --dbgsym-migration='libsuitesparse-dbg (<< 1:4.4.6-1~)'
+override_dh_makeshlibs:
+ dh_makeshlibs -V
+
override_dh_compress:
dh_compress -X.pdf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/suitesparse.git
More information about the debian-science-commits
mailing list