This is an automated email from the git hooks/post-receive script. jdutheil-guest pushed a commit to branch master in repository libbpp-seq.
commit e6dacb350c1243c989cd79d1e234aacacc13d367 Author: Julien Y. Dutheil <[email protected]> Date: Mon Feb 5 20:48:22 2018 +0100 Version 2.3.2. --- CMakeLists.txt | 2 +- debian/changelog | 3 +-- debian/control | 2 +- debian/patches/unforce-cxxflags.patch | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a935b9a..a3be50c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required (VERSION 2.8.11) project (bpp-seq 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 diff --git a/debian/changelog b/debian/changelog index cd96451..60a517b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ libbpp-seq (2.3.2-1) UNRELEASED; urgency=medium - * Rebuild with gcc-7 - * Standards-Version: 4.0.1 + * Standards-Version: 4.1.2 -- Julien Dutheil <[email protected]> Mon, 05 Feb 2018 17:36:38 +0200 diff --git a/debian/control b/debian/control index b4e076f..de11fbd 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10), cmake, d-shlibs (>= 0.80), libbpp-core-dev (>= 2.3.2) -Standards-Version: 4.0.1 +Standards-Version: 4.1.2 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbpp-seq.git Vcs-Git: https://anonscm.debian.org/git/debian-med/libbpp-seq.git Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page diff --git a/debian/patches/unforce-cxxflags.patch b/debian/patches/unforce-cxxflags.patch index e36b063..643c66b 100644 --- a/debian/patches/unforce-cxxflags.patch +++ b/debian/patches/unforce-cxxflags.patch @@ -11,7 +11,7 @@ Comment: Upstream version 2.3.0 now has additional -std=c++11 which might # Compile options -set (CMAKE_CXX_FLAGS "-std=c++11 -Wall -Weffc++ -Wshadow -Wconversion") -+# set (CMAKE_CXX_FLAGS "-std=c++11 -Wall -Weffc++ -Wshadow -Wconversion") ++set (CMAKE_CXX_FLAGS "-std=c++11 -Wno-deprecated -g") 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-seq.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
