[med-svn] [mira] 01/02: Fix build issue with gcc-6
Andreas Tille
tille at debian.org
Mon Apr 25 21:49:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository mira.
commit 1d985ee5ecadd0de7ec05f8a9fa28c7ce6eb9e33
Author: Andreas Tille <tille at debian.org>
Date: Mon Apr 25 23:48:45 2016 +0200
Fix build issue with gcc-6
---
debian/changelog | 7 +++++++
debian/patches/gcc-6.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 24 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index bdfcb02..87e21a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mira (4.9.5-6) UNRELEASED; urgency=medium
+
+ * Fix build issue with gcc-6
+ Closes: #822474
+
+ -- Andreas Tille <tille at debian.org> Mon, 25 Apr 2016 23:46:32 +0200
+
mira (4.9.5-5) unstable; urgency=medium
* Make build reproducible; fix FTBFS on non-'C' locales
diff --git a/debian/patches/gcc-6.patch b/debian/patches/gcc-6.patch
new file mode 100644
index 0000000..1580bc9
--- /dev/null
+++ b/debian/patches/gcc-6.patch
@@ -0,0 +1,16 @@
+Description: Fix build issue with gcc-6
+Bug-Debian: http://bugs.debian.org/822474
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 25 Apr 2016 23:46:32 +0200
+
+--- a/src/mira/contig_consensus.C
++++ b/src/mira/contig_consensus.C
+@@ -30,7 +30,7 @@
+ #include "util/timer.H"
+
+ #include <boost/lexical_cast.hpp>
+-
++#include <numeric>
+
+ using namespace std;
+
diff --git a/debian/patches/series b/debian/patches/series
index ee9caac..13aa111 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
make-reproducible
fix_strange_link_issue.patch
spelling.patch
+gcc-6.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mira.git
More information about the debian-med-commit
mailing list