Your message dated Thu, 29 Feb 2024 17:50:34 +0000
with message-id <e1rfkye-00cc8y...@fasolo.debian.org>
and subject line Bug#1062919: fixed in spherepack 3.3~a1-5.1
has caused the Debian Bug report #1062919,
regarding spherepack: 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.)
--
1062919: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062919
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spherepack
Version: 3.3~a1-5
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
spherepack 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 spherepack
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'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru spherepack-3.3~a1/debian/changelog spherepack-3.3~a1/debian/changelog
--- spherepack-3.3~a1/debian/changelog 2021-08-23 11:01:41.000000000 +0000
+++ spherepack-3.3~a1/debian/changelog 2024-02-03 23:24:34.000000000 +0000
@@ -1,3 +1,10 @@
+spherepack (3.3~a1-5.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org> Sat, 03 Feb 2024 23:24:34
+0000
+
spherepack (3.3~a1-5) unstable; urgency=medium
* Standards-Version: 4.6.1
diff -Nru spherepack-3.3~a1/debian/control spherepack-3.3~a1/debian/control
--- spherepack-3.3~a1/debian/control 2021-08-23 11:01:41.000000000 +0000
+++ spherepack-3.3~a1/debian/control 2024-02-03 23:24:34.000000000 +0000
@@ -17,7 +17,7 @@
Section: libdevel
Multi-Arch: same
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libsphere0d (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libsphere0t64 (=
${binary:Version})
Description: Development files for Spherepack scientific library
SPHEREPACK is a collection of FORTRAN programs that facilitates computer
modeling of geophysical processes. The package contains programs for computing
@@ -36,7 +36,11 @@
equally-spaced and Gauss distributed latitudinal points as well as programs
that transfer data between these grids.
-Package: libsphere0d
+Package: libsphere0t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libsphere0d
+Replaces: libsphere0d
+Breaks: libsphere0d (<< ${source:Version})
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -54,7 +58,7 @@
Section: python
Architecture: any
Multi-Arch: foreign
-Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, libsphere0d
(=${binary:Version}), python3-numpy
+Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, libsphere0t64
(=${binary:Version}), python3-numpy
Description: Python3 interface to the spherepack scientific library.
This is a python3 interface to spherepack, a library for geophysical
processes.
diff -Nru spherepack-3.3~a1/debian/libsphere0d.install
spherepack-3.3~a1/debian/libsphere0d.install
--- spherepack-3.3~a1/debian/libsphere0d.install 2021-08-23
11:01:41.000000000 +0000
+++ spherepack-3.3~a1/debian/libsphere0d.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/libsphere-*.so.0d
diff -Nru spherepack-3.3~a1/debian/libsphere0t64.install
spherepack-3.3~a1/debian/libsphere0t64.install
--- spherepack-3.3~a1/debian/libsphere0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ spherepack-3.3~a1/debian/libsphere0t64.install 2021-08-23
11:01:41.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/libsphere-*.so.0d
diff -Nru spherepack-3.3~a1/debian/libsphere0t64.lintian-overrides
spherepack-3.3~a1/debian/libsphere0t64.lintian-overrides
--- spherepack-3.3~a1/debian/libsphere0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ spherepack-3.3~a1/debian/libsphere0t64.lintian-overrides 2024-02-03
23:24:34.000000000 +0000
@@ -0,0 +1 @@
+libsphere0t64: package-name-doesnt-match-sonames libsphere0d
--- End Message ---
--- Begin Message ---
Source: spherepack
Source-Version: 3.3~a1-5.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
spherepack, 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 1062...@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 spherepack 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: Thu, 29 Feb 2024 17:14:54 +0000
Source: spherepack
Architecture: source
Version: 3.3~a1-5.1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062919
Changes:
spherepack (3.3~a1-5.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062919
Checksums-Sha1:
6c8269264c74c33751867ad9baf2f63c6a8fdb2d 2199 spherepack_3.3~a1-5.1.dsc
3ec556aeb8b2f1d56af7d7944c16da4ad778f6d2 21204
spherepack_3.3~a1-5.1.debian.tar.xz
1113b2f689f5b930e8790c98b3b53a79206754ab 8513
spherepack_3.3~a1-5.1_source.buildinfo
Checksums-Sha256:
4a70017d0050aa783a48a945fc7d54f36322e605e73305f6b53786026f1736ae 2199
spherepack_3.3~a1-5.1.dsc
bd189d1d4422ab1b49865ead528f70e90f451177b946d7c623b8e358e47f5198 21204
spherepack_3.3~a1-5.1.debian.tar.xz
ca1b64152d82169437c4e90a9ce9fa336707e5e49f933fb556e0d82cca72bde8 8513
spherepack_3.3~a1-5.1_source.buildinfo
Files:
42cc7c5b57a8c9a91888b73c8b9fd831 2199 utils optional spherepack_3.3~a1-5.1.dsc
dbcf164f98f1d57dbf752bac7d95b3b2 21204 utils optional
spherepack_3.3~a1-5.1.debian.tar.xz
23c1b4c560932152e845dccbd7554f44 8513 utils optional
spherepack_3.3~a1-5.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgu8gACgkQFZ61xO/I
d0zk9Q//b9rkghlQ7/V6kjD5Xlm8umyZGYwIZh7srytRWrRug2M6FhuKLGhYTHLk
YGpSTWYwuXO6un8x4GN1F/lQVDdQ6n5hl7gRRCyhsLs6J07vBlQSH2WLU5wBoUhS
O6KLoNiMAaJmW8FVmXdiikfO/ryaXWDSXLueAGea+j1zr8uwQD8nRzOkxlxD+EZ8
OKtV5fYIDhLYyMsU+gaFeQ7ztnN4gIHXFaK1QEAXkGwWzlgKCAZ/YQCUrALNX70r
6RPk8lDCv/a/Ah0ILaabrrI9PEiKjk9FIzMtYTDVTIfefRl4ARM2cS28egkKs7YF
dbG3ad/5j8wbKDHBSX8MMhXKJ7mCDG/ElRA51w+S3dtt/WQxOWMGSgzIQFuyHr4t
eF32JcXxFb+F5TKcTvvmw9Pp0nOvfyX3CdORojMmnZmB69AdvVIYa3SS5mKgAEai
lGLDJ5uEqgL3Eu7eGcDfKcJbtnr3NxPRK1fxJV4vs1Efs5eTrZ3quAsPcJzvlGkH
cWk53jyebj8fQMfBkDOi1JfsY2KkK00VCCrvpCHcD8CL51gnsofdOBjgAPQ7H/09
y5ogDLqW11gHo6yY4ryWAgIQWT6gCx5bwJBu/00xFt6bpNsDb+Sz5kggtoIfIDi+
sE3CinFICijc7FB/QwL64tGv0XwB6Rx5pMJcze/tlOOOVtbKJpk=
=8qVx
-----END PGP SIGNATURE-----
pgpAH20VylIjp.pgp
Description: PGP signature
--- End Message ---