[med-svn] [Git][med-team/libbpp-phyl][master] Rename libraries for 64-bit time_t transition.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Mar 3 10:11:34 GMT 2024
Étienne Mollier pushed to branch master at Debian Med / libbpp-phyl
Commits:
c1a9105d by Lukas Märdian at 2024-03-03T11:10:48+01:00
Rename libraries for 64-bit time_t transition.
Closes: #1062234
Signed-off-by: Étienne Mollier <emollier at debian.org>
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/libbpp-phyl12t64.lintian-overrides
- debian/libbpp-phyl12.symbols.amd64 → debian/libbpp-phyl12t64.symbols.amd64
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libbpp-phyl (2.4.1-9.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062234
+
+ -- Lukas Märdian <slyon at debian.org> Thu, 29 Feb 2024 15:12:22 +0000
+
libbpp-phyl (2.4.1-9) 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~),
libbpp-seq-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/libbpp-phyl
@@ -18,7 +18,7 @@ Package: libbpp-phyl-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libbpp-phyl12 (= ${binary:Version}),
+Depends: libbpp-phyl12t64 (= ${binary:Version}),
${misc:Depends},
${devlibs:Depends},
libbpp-seq-dev
@@ -32,7 +32,10 @@ Description: Bio++ Phylogenetic library development files
This package contains the static library and the header files of the
Bio++ classes for phylogenetics.
-Package: libbpp-phyl12
+Package: libbpp-phyl12t64
+Provides: ${t64:Provides}
+Replaces: libbpp-phyl12
+Conflicts: libbpp-phyl12 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
=====================================
debian/libbpp-phyl12t64.lintian-overrides
=====================================
@@ -0,0 +1 @@
+libbpp-phyl12t64: package-name-doesnt-match-sonames libbpp-phyl12
=====================================
debian/libbpp-phyl12.symbols.amd64 → debian/libbpp-phyl12t64.symbols.amd64
=====================================
@@ -1,4 +1,4 @@
-libbpp-phyl.so.12 libbpp-phyl12 #MINVER#
+libbpp-phyl.so.12 libbpp-phyl12t64 #MINVER#
_ZN3bpp10BppBooleanD0Ev at Base 2.4.1
_ZN3bpp10BppBooleanD1Ev at Base 2.4.1
_ZN3bpp10EigenValueIdE4hqr2Ev 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-phyl/-/commit/c1a9105ddf736f3422794643db67baaf0c43b57b
--
View it on GitLab: https://salsa.debian.org/med-team/libbpp-phyl/-/commit/c1a9105ddf736f3422794643db67baaf0c43b57b
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/dcf7eb03/attachment-0001.htm>
More information about the debian-med-commit
mailing list