Andreas Tille pushed to branch master at Debian Med / libbpp-core
Commits: a6094c77 by Andreas Tille at 2018-02-15T15:41:44+01:00 Bump soversion due to ABI change - - - - - 3f14c3b0 by Andreas Tille at 2018-02-15T15:46:34+01:00 Add symbols file - - - - - 5 changed files: - debian/changelog - debian/control - + debian/libbpp-core4.symbols - + debian/patches/bump_soversion.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libbpp-core (2.3.2-2) UNRELEASED; urgency=medium + + * Bump soversion due to ABI change + Closes: #890400 + * Add symbols file + + -- Andreas Tille <[email protected]> Thu, 15 Feb 2018 15:34:56 +0100 + libbpp-core (2.3.2-1) unstable; urgency=medium [ Julien Dutheil ] ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -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 ===================================== debian/libbpp-core4.symbols ===================================== The diff for this file was not included because it is too large. ===================================== debian/patches/bump_soversion.patch ===================================== --- /dev/null +++ b/debian/patches/bump_soversion.patch @@ -0,0 +1,16 @@ +Description: Bump soversion due to ABI change +Bug-Debian: https://bugs.debian.org/890400 +Author: Andreas Tille <[email protected]> +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") + ===================================== debian/patches/series ===================================== --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ unforce-cxxflags.patch gcc-7.patch +bump_soversion.patch View it on GitLab: https://salsa.debian.org/med-team/libbpp-core/compare/88ba77c2a9700ecb4cb65643977100f6caa7086b...3f14c3b0fa96c19275cb33f17a82f82386849b3d --- View it on GitLab: https://salsa.debian.org/med-team/libbpp-core/compare/88ba77c2a9700ecb4cb65643977100f6caa7086b...3f14c3b0fa96c19275cb33f17a82f82386849b3d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
