[med-svn] [libbpp-core] 04/04: Removed unneeded patch.

Julien Dutheil jdutheil-guest at moszumanska.debian.org
Mon Feb 5 12:32:05 UTC 2018


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

jdutheil-guest pushed a commit to branch master
in repository libbpp-core.

commit 1d8dcffc47cb5382e4ffe31dfd0580be341d3a84
Author: Julien Y. Dutheil <dutheil at evolbio.mpg.de>
Date:   Mon Feb 5 13:26:57 2018 +0100

    Removed unneeded patch.
---
 debian/patches/gcc-6.patch | 25 -------------------------
 debian/patches/series      |  1 -
 2 files changed, 26 deletions(-)

diff --git a/debian/patches/gcc-6.patch b/debian/patches/gcc-6.patch
deleted file mode 100644
index 0ce7336..0000000
--- a/debian/patches/gcc-6.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Gert Wollny <gw.fossdev at gmail.com>
-Date: Wed, 29 Jun 2014 16:52:43 +0200
-Subject: Fix compilation with g++-6
-Bug-Debian: https://bugs.debian.org/811657
-
---- a/src/Bpp/Io/FileTools.cpp
-+++ b/src/Bpp/Io/FileTools.cpp
-@@ -54,7 +54,7 @@ char FileTools::DIR_SEP = '/';
- bool FileTools::fileExists(const std::string& filename)
- {
-   ifstream file(filename.c_str());
--  bool test = file ? true : false; //needed for CLang.
-+  bool test = file.good(); //needed for CLang.
-   file.close();
-   return test;
- }
-@@ -64,7 +64,7 @@ bool FileTools::fileExists(const std::st
- bool FileTools::directoryExists(const std::string& path)
- {
-   ifstream file(path.c_str());
--  bool test = file ? true : false; //needed for CLang.
-+  bool test = file.good(); //needed for CLang.
-   file.close();
-   return test;
- }
diff --git a/debian/patches/series b/debian/patches/series
index e16a2b7..8d138fc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-gcc-6.patch
 unforce-cxxflags.patch
 gcc-7.patch

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



More information about the debian-med-commit mailing list