Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Bump soversion due to ABI change
· a6094c77
Andreas Tille
authored
Feb 15, 2018
a6094c77
Add symbols file
· 3f14c3b0
Andreas Tille
authored
Feb 15, 2018
3f14c3b0
Expand all
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3f14c3b0
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 ]
...
...
debian/control
View file @
3f14c3b0
...
...
@@ -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-core
3
(= ${binary:Version}),
Depends: libbpp-core
4
(= ${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-core
3
Package: libbpp-core
4
Architecture: any
Multi-Arch: same
Section: libs
...
...
debian/libbpp-core4.symbols
0 → 100644
View file @
3f14c3b0
This diff is collapsed.
Click to expand it.
debian/patches/bump_soversion.patch
0 → 100644
View file @
3f14c3b0
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")
debian/patches/series
View file @
3f14c3b0
unforce-cxxflags.patch
gcc-7.patch
bump_soversion.patch