[libmatio] 01/01: d/rules: add option -V to dh_makeshlibs.

Sébastien Villemot sebastien at debian.org
Sun Aug 6 12:21:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository libmatio.

commit f8da97f5c5c9d8d33316db05a17bb99c6f6af420
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Aug 6 14:20:36 2017 +0200

    d/rules: add option -V to dh_makeshlibs.
    
    This is not strictly necessary since there is a .symbols file, but it is still
    better to generate a tight-enough shlibs file.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 51a5089..0fcadd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
 	make -C documentation pdf
 endif
 
+override_dh_makeshlibs:
+	dh_makeshlibs -V
+
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -f documentation/matio_user_guide.pdf test/atconfig test/package.m4 test/testsuite

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libmatio.git



More information about the debian-science-commits mailing list