[qrupdate] 01/01: d/rules: add option -V to dh_makeshlibs.
Sébastien Villemot
sebastien at debian.org
Sun Aug 6 12:23:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository qrupdate.
commit 4aa75bd910591dedee410273eac7ccf512e9b79e
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Aug 6 14:23:03 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 37d0d9e..a0b19fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,6 @@ override_dh_auto_clean:
override_dh_auto_install:
$(MAKE) install DESTDIR=../debian/tmp PREFIX=/usr LIBDIR=lib/$(DEB_HOST_MULTIARCH)
+
+override_dh_makeshlibs:
+ dh_makeshlibs -V
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qrupdate.git
More information about the debian-science-commits
mailing list