Your message dated Wed, 20 Mar 2024 22:24:11 +0000
with message-id <e1rn4lz-008t1g...@fasolo.debian.org>
and subject line Bug#1063266: fixed in polylib 5.22.5-4.2+dfsg
has caused the Debian Bug report #1063266,
regarding polylib: NMU diff for 64-bit time_t transition
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1063266: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063266
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: polylib
Version: 5.22.5-4+dfsg
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet!
Dear maintainer,
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
polylib as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).
To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.
Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time. Therefore I have prepared a 0-day NMU for polylib
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.
Please find the patch for this NMU attached.
If you have any concerns about this patch, please reach out ASAP. Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru polylib-5.22.5/debian/changelog polylib-5.22.5/debian/changelog
--- polylib-5.22.5/debian/changelog 2018-01-26 13:47:38.000000000 -0200
+++ polylib-5.22.5/debian/changelog 2024-02-05 19:17:40.000000000 -0300
@@ -1,3 +1,10 @@
+polylib (5.22.5-4+0.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org> Mon, 05 Feb 2024 19:17:40 -0300
+
polylib (5.22.5-4+dfsg) unstable; urgency=medium
* Team upload.
diff -Nru polylib-5.22.5/debian/control polylib-5.22.5/debian/control
--- polylib-5.22.5/debian/control 2018-01-26 13:47:38.000000000 -0200
+++ polylib-5.22.5/debian/control 2024-02-05 19:17:40.000000000 -0300
@@ -9,7 +9,10 @@
Vcs-Git: https://salsa.debian.org/science-team/polylib.git
Homepage: http://icps.u-strasbg.fr/polylib/polylib_src
-Package: libpolylib64-8
+Package: libpolylib64-8t64
+Provides: ${t64:Provides}
+Replaces: libpolylib64-8
+Breaks: libpolylib64-8 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
@@ -25,7 +28,7 @@
Package: libpolylib64-dev
Architecture: any
Section: libdevel
-Depends: libpolylib64-8 (= ${binary:Version}),
+Depends: libpolylib64-8t64 (= ${binary:Version}),
${misc:Depends}
Description: Development files for the long int version of PolyLib
Polylib is a free C library for doing computations on polyhedra.
@@ -41,7 +44,7 @@
Architecture: any
Section: math
Depends: ${shlibs:Depends},
- libpolylib64-8 (=${binary:Version}),
+ libpolylib64-8t64 (=${binary:Version}),
${misc:Depends}
Description: Various tools using libpolylib
Polylib is a free C library for doing computations on polyhedra.
diff -Nru polylib-5.22.5/debian/libpolylib64-8.install
polylib-5.22.5/debian/libpolylib64-8.install
--- polylib-5.22.5/debian/libpolylib64-8.install 2018-01-26
13:47:38.000000000 -0200
+++ polylib-5.22.5/debian/libpolylib64-8.install 1969-12-31
21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru polylib-5.22.5/debian/libpolylib64-8t64.install
polylib-5.22.5/debian/libpolylib64-8t64.install
--- polylib-5.22.5/debian/libpolylib64-8t64.install 1969-12-31
21:00:00.000000000 -0300
+++ polylib-5.22.5/debian/libpolylib64-8t64.install 2018-01-26
13:47:38.000000000 -0200
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru polylib-5.22.5/debian/libpolylib64-8t64.lintian-overrides
polylib-5.22.5/debian/libpolylib64-8t64.lintian-overrides
--- polylib-5.22.5/debian/libpolylib64-8t64.lintian-overrides 1969-12-31
21:00:00.000000000 -0300
+++ polylib-5.22.5/debian/libpolylib64-8t64.lintian-overrides 2024-02-05
19:17:40.000000000 -0300
@@ -0,0 +1 @@
+libpolylib64-8t64: package-name-doesnt-match-sonames libpolylib64-8
--- End Message ---
--- Begin Message ---
Source: polylib
Source-Version: 5.22.5-4.2+dfsg
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
polylib, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated polylib package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 20 Mar 2024 13:47:53 +0000
Source: polylib
Built-For-Profiles: noudeb
Architecture: source
Version: 5.22.5-4.2+dfsg
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063266
Changes:
polylib (5.22.5-4.2+dfsg) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063266
Checksums-Sha1:
c7173d2e7a2f0547fb17d555cbda29c838099408 2139 polylib_5.22.5-4.2+dfsg.dsc
dfb0e7092a6e4e2faac3138481f25b2c318ad8e3 3860
polylib_5.22.5-4.2+dfsg.debian.tar.xz
45bac82038ce960775aa2204d84527ca0173b6ec 6915
polylib_5.22.5-4.2+dfsg_source.buildinfo
Checksums-Sha256:
9d8ea1e65684cd0f0f42db10b6f6e9011624709d8bc1fafbc7f65fbfaf01aae0 2139
polylib_5.22.5-4.2+dfsg.dsc
f543bacb91067018426d8f66de021cb7a4dac152a3a357e590a04513399d0443 3860
polylib_5.22.5-4.2+dfsg.debian.tar.xz
8c3062663448f5c863657f740468a87ed89cd5b89ff9eb1805fa3f32604d31df 6915
polylib_5.22.5-4.2+dfsg_source.buildinfo
Files:
eb66a7308a879c0a9668cb2938a267ac 2139 science optional
polylib_5.22.5-4.2+dfsg.dsc
9302cbe3a23a89316dfac2be062a91c6 3860 science optional
polylib_5.22.5-4.2+dfsg.debian.tar.xz
1746689a6346c978972508f7714db372 6915 science optional
polylib_5.22.5-4.2+dfsg_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmX7WegACgkQFZ61xO/I
d0zjfg//QtWleAjTuWYO+YCQN1YKusGoTzx1eI9CFToBs/G75JvqqcKq4y/o5T2D
JKhtoeH/Ie3kOM5r+C74HbcDxC2QtWKuc1Hy9fIBwGw8BKWdS1CTiiTqKd9hBOdR
bdwN3C3a+bfLkT95d1bGeIEZ3Pp64YB0TiLQKNIhFCXlVt3gMUYVnGzfaA9BHJjf
HXQLSUpqmheE5qhhl1tT6KY87Bxui0Lw0QjcvaAf3z89mi9sD8w0OBGMFsmWGWe5
F/ovDAhGYtYcHExWZ7qW5Q7wskdE0HbWwZkA/qNzeuICPw8MyBLhYRA4YgkIz9xW
5ye9+HU5ETeh8NIe5+mYGU8mF3Fzn24TN+loiCJR9VyUxYgtK401j6+TtHambU2Q
40XqycUVlW1CsBgRkKLuJmicseOJx4coLzSpQmF4JPvfFvNb8NXg2lqJ/l2XIwq7
DmBSBEvTFC9daYYBWB/Ei3TeHSQAnhrwD5PkQmdZ/VDeIakYJcmFKC2RKHZwzOBw
wEBCU3L25gId+18lOHJ/Ue7pUuTs6GDPmQi8oxcEE7ariv5Y8FpPImwCDSRUN9f2
RaHbEzXgT+9hs3YTnxhnK+eIqmb+WLZNJxoT6pldK2/LEB+Sda5NPqYJJSbxGG6m
zniEdmogReEM/SnX6wyLxp4AGfiCKpuolkEM8dvKAtoaaSx21Uo=
=RftY
-----END PGP SIGNATURE-----
pgp4CkcXq5HbO.pgp
Description: PGP signature
--- End Message ---