[magics] 02/02: Rebuild against g++-7, add tight mkshlibs deps. Closes: #871304

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Sep 1 13:16:35 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository magics.

commit 288341882d1046f1715d4158c2f8faa28a68ac5a
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Aug 8 10:12:25 2017 +0100

    Rebuild against g++-7, add tight mkshlibs deps. Closes: #871304
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d37b07a..e5f11fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 magics++ (2.34.1-2) unstable; urgency=medium
 
   * Dont use use g++-6; g++-7 now works and is default. Closes: #871361
+  * Rebuild against g++-7, add tight mkshlibs deps. Closes: #871304
 
  -- Alastair McKinstry <mckinstry at debian.org>  Mon, 07 Aug 2017 12:56:05 +0100
 
diff --git a/debian/rules b/debian/rules
index da0462d..8ce942b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -141,6 +141,10 @@ override_dh_auto_install:
 	-find debian/tmp/usr/bin -type f  -exec chrpath -d {} \;
 	-find debian/tmp debian/libmagplus3v5   -name '*.so*' -exec chrpath -d {} \;
 
+override_dh_makeshlibs:
+	# For new symbols when compiled with GCC 7
+	dh_makeshlibs -V'libmagplus3v5 (>= 2.34.1-2~)
+
 override_dh_fixperms-arch:
 	dh_fixperms
 	find debian/tmp debian/python*-magics++   -name '*.so*' -exec chrpath -d {} \;

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



More information about the debian-science-commits mailing list