[givaro] 03/03: Work on bug #871278

Julien Puydt julien.puydt at laposte.net
Mon Aug 7 20:08:12 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository givaro.

commit 24bd6fb4ae9cb3069dd322c28665680264099779
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Mon Aug 7 20:17:31 2017 +0200

    Work on bug #871278
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/rules     | 3 +++
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1c1dfd4..2eab9a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ givaro (4.0.2-8) UNRELEASED; urgency=medium
 
   * Bump standards-version to 4.0.0.
   * Mark libgivaro-doc as Multi-Arch foreign following hinter.
+  * Build depend on g++ >+ 4:7 and add dh_makeshlibs override on
+  this version (Closes: #871278).
 
  -- Julien Puydt <julien.puydt at laposte.net>  Mon, 07 Aug 2017 19:28:04 +0200
 
diff --git a/debian/control b/debian/control
index 349831c..6583025 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Lifeng Sun <lifongsun at gmail.com>,
            Julien Puydt <julien.puydt at laposte.net>,
            Doug Torrance <dtorrance at piedmont.edu>
 Homepage: http://givaro.forge.imag.fr/
-Build-Depends: debhelper (>= 9), dh-autoreconf, libgmp-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf, libgmp-dev, g++ (>= 4:7)
 Build-Depends-Indep: doxygen-latex, graphviz, texlive-science
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/givaro.git
diff --git a/debian/rules b/debian/rules
index 4e20ea7..47e950a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,6 +46,9 @@ override_dh_fixperms-arch:
 	dh_fixperms
 	chmod -x debian/libgivaro-dev/usr/share/doc/libgivaro-dev/examples/Polynomial/isgenerator.C
 
+override_dh_makeshlibs:
+	dh_makeshlibs -V'libgivaro9 (>= 4.0.2-8)'
+
 dhopts :=
 
 %:

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



More information about the debian-science-commits mailing list