[Pkg-ocaml-maint-commits] [gmetadom] 03/06: Rebuild against GCC 7 (Closes: #871277)

Stéphane Glondu glondu at moszumanska.debian.org
Tue Aug 8 10:32:34 UTC 2017


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

glondu pushed a commit to branch master
in repository gmetadom.

commit c53eb80b815fddd28892fc8ff8643083e746edcc
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Aug 8 11:36:25 2017 +0200

    Rebuild against GCC 7 (Closes: #871277)
---
 debian/control | 1 +
 debian/rules   | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/control b/debian/control
index c238695..f8cb5d8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends:
  ocaml-findlib (>= 1.2.4),
  libgdome2-dev,
  pkg-config,
+ g++ (>= 4:7),
  dh-ocaml (>= 0.9.1)
 Standards-Version: 3.8.3
 Homepage: http://gmetadom.sourceforge.net/
diff --git a/debian/rules b/debian/rules
index 198e13d..e03f421 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,7 @@ override_dh_install:
 	dh_install
 	-find debian/ -type f -size 0 -exec rm {} \;
 	-find debian/libgdome2-ocaml-dev -type d -name CVS -exec rm -rf {} \;
+
+override_dh_makeshlibs:
+# For new symbols when compiled with GCC 7 (#871277)
+	dh_makeshlibs -V'libgdome2-cpp-smart0v5 (>= 0.2.6-7~)'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/gmetadom.git



More information about the Pkg-ocaml-maint-commits mailing list