[med-svn] [Git][med-team/libbpp-core][master] 2 commits: Rename libraries for 64-bit time_t transition.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Mar 3 11:13:08 GMT 2024
Étienne Mollier pushed to branch master at Debian Med / libbpp-core
Commits:
3b2dc16d by Lukas Märdian at 2024-03-03T12:10:42+01:00
Rename libraries for 64-bit time_t transition.
Closes: #1062230
Signed-off-by: Étienne Mollier <emollier at debian.org>
- - - - -
4ddbe526 by Étienne Mollier at 2024-03-03T12:12:37+01:00
Merge branch 'debian/t64'
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/libbpp-core4t64.lintian-overrides
- debian/libbpp-core4.symbols.amd64 → debian/libbpp-core4t64.symbols.amd64
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -5,6 +5,13 @@ libbpp-core (2.4.1-12) UNRELEASED; urgency=medium
-- Michael R. Crusoe <crusoe at debian.org> Sun, 13 Aug 2023 13:48:47 +0200
+libbpp-core (2.4.1-11.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062230
+
+ -- Lukas Märdian <slyon at debian.org> Thu, 29 Feb 2024 15:02:02 +0000
+
libbpp-core (2.4.1-11) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -4,9 +4,9 @@ Uploaders: Julien Dutheil <julien.dutheil at univ-montp2.fr>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
- d-shlibs
+ d-shlibs (>= 0.106~)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/libbpp-core
Vcs-Git: https://salsa.debian.org/med-team/libbpp-core.git
@@ -16,7 +16,7 @@ Rules-Requires-Root: no
Package: libbpp-core-dev
Architecture: any
Section: libdevel
-Depends: libbpp-core4 (= ${binary:Version}),
+Depends: libbpp-core4t64 (= ${binary:Version}),
${misc:Depends},
${devlibs:Depends}
Multi-Arch: same
@@ -30,7 +30,10 @@ Description: Bio++ Core library development files
This package contains the static library and the header files of the
Bio++ core classes.
-Package: libbpp-core4
+Package: libbpp-core4t64
+Provides: ${t64:Provides}
+Replaces: libbpp-core4
+Conflicts: libbpp-core4 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
=====================================
debian/libbpp-core4t64.lintian-overrides
=====================================
@@ -0,0 +1 @@
+libbpp-core4t64: package-name-doesnt-match-sonames libbpp-core4
=====================================
debian/libbpp-core4.symbols.amd64 → debian/libbpp-core4t64.symbols.amd64
=====================================
@@ -1,4 +1,4 @@
-libbpp-core.so.4 libbpp-core4 #MINVER#
+libbpp-core.so.4 libbpp-core4t64 #MINVER#
* Build-Depends-Package: libbpp-core-dev
_Z4compii at Base 2.4.1
_ZN3bpp10ColorTools3REDE at Base 2.4.1
=====================================
debian/rules
=====================================
@@ -12,6 +12,7 @@ CMAKE_EXTRA_FLAGS += -DBUILD_TESTING=OFF
override_dh_install:
dh_install
d-shlibmove --commit \
+ --t64 \
--multiarch \
--devunversioned \
--exclude-la \
View it on GitLab: https://salsa.debian.org/med-team/libbpp-core/-/compare/c3a46f7f7e29f97cc16e47b30afa5a1aa33c6fa9...4ddbe526864fe254ebd88c18c42acf652519a66b
--
View it on GitLab: https://salsa.debian.org/med-team/libbpp-core/-/compare/c3a46f7f7e29f97cc16e47b30afa5a1aa33c6fa9...4ddbe526864fe254ebd88c18c42acf652519a66b
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/20240303/ab0a5b22/attachment-0001.htm>
More information about the debian-med-commit
mailing list