[med-svn] [cufflinks] 01/03: Add patch fixing FTBFS with upcoming boost1.65+

Alex Mestiashvili malex-guest at moszumanska.debian.org
Tue Oct 31 19:04:14 UTC 2017


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

malex-guest pushed a commit to branch master
in repository cufflinks.

commit fe55ea699deaed5417f29b8a673c8dd72db35965
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Tue Oct 31 16:12:50 2017 +0100

    Add patch fixing FTBFS with upcoming boost1.65+
---
 debian/patches/boost1.65.patch | 13 +++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/boost1.65.patch b/debian/patches/boost1.65.patch
new file mode 100644
index 0000000..c58e7fd
--- /dev/null
+++ b/debian/patches/boost1.65.patch
@@ -0,0 +1,13 @@
+Description: Fix FTBFS, boost::tr1 no longer exists.
+Author: Dimitri John Ledkov <xnox at ubuntu.com>
+
+--- cufflinks-2.2.1+dfsg.1.orig/src/biascorrection.h
++++ cufflinks-2.2.1+dfsg.1/src/biascorrection.h
+@@ -15,7 +15,7 @@
+ #include <vector>
+ #include <list>
+ #include <string>
+-#include <boost/tr1/unordered_map.hpp>
++#include <boost/unordered_map.hpp>
+ #include <boost/thread.hpp>
+ #include "common.h"
diff --git a/debian/patches/series b/debian/patches/series
index 6320ad0..41386ac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+boost1.65.patch
 fix_gcc-7_ftbfs.patch
 gffread_show_usage.patch
 0004-fix-m64-usage-and-lfs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cufflinks.git



More information about the debian-med-commit mailing list