Andreas Tille pushed to branch master at Debian Med / bamtools
Commits: 26d50115 by Andreas Tille at 2021-10-15T15:08:52+02:00 SONAME is only MAJOR.MINOR - - - - - 50f03276 by Andreas Tille at 2021-10-15T15:10:10+02:00 Remove Dominique Belhachemi from Uploaders - - - - - 8b1099d9 by Andreas Tille at 2021-10-15T15:11:13+02:00 Remove unneeded lintian override - - - - - 2b4110c8 by Andreas Tille at 2021-10-15T15:12:50+02:00 Upload to unstable - - - - - 5 changed files: - − debian/bamtools.lintian-overrides - debian/changelog - debian/control - + debian/patches/fix_soversion.patch - debian/patches/series Changes: ===================================== debian/bamtools.lintian-overrides deleted ===================================== @@ -1,2 +0,0 @@ -# False positive -bamtools: description-contains-duplicated-word merge* ===================================== debian/changelog ===================================== @@ -1,10 +1,17 @@ bamtools (2.5.2+dfsg-1) unstable; urgency=medium + [ Michael R. Crusoe ] * New upstream version, fixes FTBFS with gcc-11. Closes: #983981 * Standards-Version: 4.6.0 (routine-update) * refresh patches including reworking the shared & static library patch - -- Michael R. Crusoe <[email protected]> Fri, 17 Sep 2021 16:43:49 +0200 + [ Andreas Tille ] + * SONAME is only MAJOR.MINOR + * Remove Dominique Belhachemi from Uploaders (Thanks Dominique for all + your work) + * Remove unneeded lintian override + + -- Andreas Tille <[email protected]> Fri, 15 Oct 2021 15:11:20 +0200 bamtools (2.5.1+dfsg-9) unstable; urgency=medium ===================================== debian/control ===================================== @@ -3,7 +3,6 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Michael R. Crusoe <[email protected]>, Andreas Tille <[email protected]>, Kevin Murray <[email protected]>, - Dominique Belhachemi <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), @@ -56,7 +55,7 @@ Package: libbamtools-dev Architecture: any Multi-Arch: same Section: libdevel -Depends: libbamtools2.5.2 (= ${binary:Version}), +Depends: libbamtools2.5 (= ${binary:Version}), ${misc:Depends}, ${devlibs:Depends} Suggests: libbamtools-doc (= ${binary:Version}) @@ -74,7 +73,7 @@ Description: C++ API for manipulating BAM (genome alignment) files . This is the developers API package. -Package: libbamtools2.5.2 +Package: libbamtools2.5 Architecture: any Multi-Arch: same Section: libs ===================================== debian/patches/fix_soversion.patch ===================================== @@ -0,0 +1,15 @@ +Description: SONAME is only MAJOR.MINOR +Author: Andreas Tille <[email protected]> +Last-Update: Fri, 15 Oct 2021 15:08:32 +0200 + +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -120,7 +120,7 @@ add_library( + # as Bamtools does not yet guarantee a stable ABI + set_target_properties( + BamTools PROPERTIES +- SOVERSION ${BamTools_VERSION} ++ SOVERSION "${BamTools_VERSION_MAJOR}.${BamTools_VERSION_MINOR}" + OUTPUT_NAME bamtools + CXX_STANDARD 11 + CXX_STANDARD_REQUIRED ON ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ 0001-ignore-thirdparty-and-fix-jsoncpp.patch shared_and_static.patch +fix_soversion.patch View it on GitLab: https://salsa.debian.org/med-team/bamtools/-/compare/f368869f1f7f8ee34635fdcf6e4c3c005e33379c...2b4110c88475808a96c46998e2e4977304178704 -- View it on GitLab: https://salsa.debian.org/med-team/bamtools/-/compare/f368869f1f7f8ee34635fdcf6e4c3c005e33379c...2b4110c88475808a96c46998e2e4977304178704 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
