[libdap] 07/07: Fix for G++ 6 FTBFS.
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Feb 16 12:14:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch master
in repository libdap.
commit 48a14c113e74fa30083c1ea879bb3823288d57d5
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Mon Feb 15 20:25:42 2016 +0000
Fix for G++ 6 FTBFS.
---
debian/changelog | 6 ++++++
debian/patches/g++-6.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 25 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6731b97..a519f9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdap (3.15.1-8) unstable; urgency=medium
+
+ * Fix for G++ 6 FTBFS.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 15 Feb 2016 20:25:23 +0000
+
libdap (3.15.1-7) unstable; urgency=medium
* Disable more networ, tests. Closes: #809580.
diff --git a/debian/patches/g++-6.patch b/debian/patches/g++-6.patch
new file mode 100644
index 0000000..c21965c
--- /dev/null
+++ b/debian/patches/g++-6.patch
@@ -0,0 +1,18 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Patch needed for G++-6 (c++11 ABI) changes
+Forwarded: no
+Last-Updated: 2016-02-16
+
+Index: libdap-3.15.1/dds.yy
+===================================================================
+--- libdap-3.15.1.orig/dds.yy
++++ libdap-3.15.1/dds.yy
+@@ -262,7 +262,7 @@ declaration: base_type var ';'
+ | grid '{' SCAN_WORD ':'
+ {
+ if (is_keyword(string($3), "array")) {
+- part = array;
++ part = Part::array;
+ }
+ else {
+ ostringstream msg;
diff --git a/debian/patches/series b/debian/patches/series
index c38441f..26800ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ pkgconfig.patch
disable-cache-test.patch
disable-dmr-tests.patch
disable-net-tests.patch
+g++-6.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdap.git
More information about the debian-science-commits
mailing list