summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2022-03-18 13:25:21 +0100
committerAndreas Tille <tille@debian.org>2022-03-18 13:25:21 +0100
commitd42f3a403a3fab1fedf6ebb94e40374d76a14312 (patch)
tree95670784195d63347ed33df723562b7b1e8731d0
parent83fcd0302ce3fc712beb00480f3ee2570bef712e (diff)
Leave SONAME as it is defined by upstream
-rw-r--r--debian/changelog4
-rw-r--r--debian/control4
-rw-r--r--debian/patches/fix_soversion.patch2
-rw-r--r--debian/patches/series2
4 files changed, 6 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 2941fdf..c685339 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,10 @@
-bamtools (2.5.2+dfsg-1) unstable; urgency=medium
+bamtools (2.5.2+dfsg-1) UNRELEASED; 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
[ Andreas Tille ]
- * SONAME is only MAJOR.MINOR
* Remove Dominique Belhachemi from Uploaders (Thanks Dominique for all
your work)
* Remove unneeded lintian override
diff --git a/debian/control b/debian/control
index 9de3364..bf14aa9 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,7 @@ Package: libbamtools-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libbamtools2.5 (= ${binary:Version}),
+Depends: libbamtools2.5.2 (= ${binary:Version}),
${misc:Depends},
${devlibs:Depends}
Suggests: libbamtools-doc (= ${binary:Version})
@@ -73,7 +73,7 @@ Description: C++ API for manipulating BAM (genome alignment) files
.
This is the developers API package.
-Package: libbamtools2.5
+Package: libbamtools2.5.2
Architecture: any
Multi-Arch: same
Section: libs
diff --git a/debian/patches/fix_soversion.patch b/debian/patches/fix_soversion.patch
index 5dc96a4..9aa8074 100644
--- a/debian/patches/fix_soversion.patch
+++ b/debian/patches/fix_soversion.patch
@@ -1,4 +1,6 @@
Description: SONAME is only MAJOR.MINOR
+ Ist turned out that this patch is not really a good idea and its
+ better to stick with upstream soname
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 15 Oct 2021 15:08:32 +0200
diff --git a/debian/patches/series b/debian/patches/series
index 00d7b8c..b318add 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
0001-ignore-thirdparty-and-fix-jsoncpp.patch
shared_and_static.patch
-fix_soversion.patch
+#fix_soversion.patch