[palabos] 04/05: Rebuild with GCC 7 to fix FTBFS of reverse dependencies. (Closes: #871293)

Anton Gladky gladk at moszumanska.debian.org
Fri Aug 18 19:56:34 UTC 2017


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

gladk pushed a commit to branch master
in repository palabos.

commit b74c6cc2ad11986f3257fe2b3dbb6a51035927c6
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Aug 18 21:51:58 2017 +0200

    Rebuild with GCC 7 to fix FTBFS of reverse dependencies. (Closes: #871293)
---
 debian/control | 1 +
 debian/rules   | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/control b/debian/control
index 53c73c9..372e302 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Testsuite: autopkgtest
 Priority: optional
 Build-Depends: cmake,
                debhelper (>= 10),
+               g++ (>= 4:7),
                libeigen3-dev,
                libtinyxml-dev,
                mpi-default-dev
diff --git a/debian/rules b/debian/rules
index 050e29a..de3c00c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@ --buildsystem=cmake
+
+override_dh_makeshlibs:
+	#For new symbols when compiled with GCC 7
+	dh_makeshlibs -V'libplb1 (>= 1.5~r1+repack1-3~)'

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



More information about the debian-science-commits mailing list