Skip to content
Commits on Source (2)
libbpp-core (2.3.2-2) UNRELEASED; urgency=medium
* Bump soversion due to ABI change
Closes: #890400
* Add symbols file
-- Andreas Tille <tille@debian.org> Thu, 15 Feb 2018 15:34:56 +0100
libbpp-core (2.3.2-1) unstable; urgency=medium
[ Julien Dutheil ]
......
......@@ -15,7 +15,7 @@ Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
Package: libbpp-core-dev
Architecture: any
Section: libdevel
Depends: libbpp-core3 (= ${binary:Version}),
Depends: libbpp-core4 (= ${binary:Version}),
${misc:Depends}
Description: Bio++ Core library development files
Bio++ is a set of C++ libraries for Bioinformatics, including sequence
......@@ -27,7 +27,7 @@ Description: Bio++ Core library development files
This package contains the static library and the header files of the
Bio++ core classes.
Package: libbpp-core3
Package: libbpp-core4
Architecture: any
Multi-Arch: same
Section: libs
......
This diff is collapsed.
Description: Bump soversion due to ABI change
Bug-Debian: https://bugs.debian.org/890400
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 15 Feb 2018 15:34:56 +0100
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ ENDIF(NOT CMAKE_BUILD_TYPE)
# library implements.
# In other words, the library implements all the interface numbers in the
# range from number current - age to current.
-SET(${PROJECT_NAME}_VERSION_CURRENT "3")
+SET(${PROJECT_NAME}_VERSION_CURRENT "4")
SET(${PROJECT_NAME}_VERSION_REVISION "0")
SET(${PROJECT_NAME}_VERSION_AGE "0")
unforce-cxxflags.patch
gcc-7.patch
bump_soversion.patch