[med-svn] [Git][med-team/bamtools][master] 4 commits: SONAME is only MAJOR.MINOR

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Oct 15 14:17:31 BST 2021



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 <crusoe at debian.org>  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 <tille at debian.org>  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 <debian-med-packaging at lists.alioth.debian.
 Uploaders: Michael R. Crusoe <crusoe at debian.org>,
            Andreas Tille <tille at debian.org>,
            Kevin Murray <spam at kdmurray.id.au>,
-           Dominique Belhachemi <domibel at debian.org>
 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 <tille at debian.org>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211015/9189a23d/attachment-0001.htm>


More information about the debian-med-commit mailing list