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

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

commit 6198d9829cb33fe575eff8d7fc8834702b280640
Author: Julien Y. Dutheil <duth...@evolbio.mpg.de>
Date:   Wed Aug 9 16:32:21 2017 +0200

    Added unforce-cxxflags.patch.
---
 debian/changelog                      |  7 +++++++
 debian/patches/series                 |  1 +
 debian/patches/unforce-cxxflags.patch | 17 +++++++++++++++++
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7f5482b..bca8bf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libbpp-phyl-omics (2.3.1-5) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Does not override debian cxx flags anymore.
+
+ -- Julien Y. Dutheil <jduth...@virtualdeb.evolbio.mpg.de>  Wed, 09 Aug 2017 
16:31:41 +0200
+
 libbpp-phyl-omics (2.3.1-4) unstable; urgency=medium
 
   * removed postinst scripts
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..af33dcc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+unforce-cxxflags.patch
diff --git a/debian/patches/unforce-cxxflags.patch 
b/debian/patches/unforce-cxxflags.patch
new file mode 100644
index 0000000..6fa9e81
--- /dev/null
+++ b/debian/patches/unforce-cxxflags.patch
@@ -0,0 +1,17 @@
+From: Gert Wollny <gw.foss...@gmail.com>
+Date: Wed, 29 Jun 2014 16:52:43 +0200
+Subject: Do not override Debian CXX flags
+Comment: Upstream version 2.3.0 now has additional -std=c++11 which might
+         be needed to be added explicitly
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -9,7 +9,7 @@ cmake_minimum_required (VERSION 2.8.11)
+ project (bpp-phyl-omics CXX)
+ 
+ # Compile options
+-set (CMAKE_CXX_FLAGS "-std=c++11 -Wall -Weffc++ -Wshadow -Wconversion")
++# set (CMAKE_CXX_FLAGS "-std=c++11 -Wall -Weffc++ -Wshadow -Wconversion")
+ 
+ IF(NOT CMAKE_BUILD_TYPE)
+   SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING

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

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to