Your message dated Wed, 28 Feb 2024 09:51:48 +0000
with message-id <[email protected]>
and subject line Bug#1062589: fixed in field3d 1.7.3-4.1
has caused the Debian Bug report #1062589,
regarding field3d: 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 [email protected]
immediately.)


-- 
1062589: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062589
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: field3d
Version: 1.7.3-4
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t

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
field3d 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 field3d
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-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru field3d-1.7.3/debian/changelog field3d-1.7.3/debian/changelog
--- field3d-1.7.3/debian/changelog      2023-12-27 12:39:37.000000000 +0000
+++ field3d-1.7.3/debian/changelog      2024-02-02 03:35:32.000000000 +0000
@@ -1,3 +1,10 @@
+field3d (1.7.3-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <[email protected]>  Fri, 02 Feb 2024 03:35:32 +0000
+
 field3d (1.7.3-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru field3d-1.7.3/debian/control field3d-1.7.3/debian/control
--- field3d-1.7.3/debian/control        2023-03-04 13:16:30.000000000 +0000
+++ field3d-1.7.3/debian/control        2024-02-02 03:35:32.000000000 +0000
@@ -18,7 +18,10 @@
 Vcs-Browser: https://salsa.debian.org/debian-phototools-team/field3d
 Vcs-Git: https://salsa.debian.org/debian-phototools-team/field3d.git
 
-Package: libfield3d1.7
+Package: libfield3d1.7t64
+Provides: ${t64:Provides}
+Replaces: libfield3d1.7
+Breaks: libfield3d1.7 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
@@ -40,7 +43,7 @@
 Depends: ${misc:Depends},
          libboost-system-dev,
          libboost-thread-dev,
-         libfield3d1.7 (= ${binary:Version}),
+         libfield3d1.7t64 (= ${binary:Version}),
          libhdf5-dev,
          libopenexr-dev
 Suggests: field3d-doc
diff -Nru field3d-1.7.3/debian/libfield3d1.7.install 
field3d-1.7.3/debian/libfield3d1.7.install
--- field3d-1.7.3/debian/libfield3d1.7.install  2023-02-18 19:01:29.000000000 
+0000
+++ field3d-1.7.3/debian/libfield3d1.7.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru field3d-1.7.3/debian/libfield3d1.7t64.install 
field3d-1.7.3/debian/libfield3d1.7t64.install
--- field3d-1.7.3/debian/libfield3d1.7t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ field3d-1.7.3/debian/libfield3d1.7t64.install       2023-02-18 
19:01:29.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru field3d-1.7.3/debian/libfield3d1.7t64.lintian-overrides 
field3d-1.7.3/debian/libfield3d1.7t64.lintian-overrides
--- field3d-1.7.3/debian/libfield3d1.7t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ field3d-1.7.3/debian/libfield3d1.7t64.lintian-overrides     2024-02-02 
03:35:32.000000000 +0000
@@ -0,0 +1 @@
+libfield3d1.7t64: package-name-doesnt-match-sonames libfield3d1.7

--- End Message ---
--- Begin Message ---
Source: field3d
Source-Version: 1.7.3-4.1
Done: Michael Hudson-Doyle <[email protected]>

We believe that the bug you reported is fixed in the latest version of
field3d, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Hudson-Doyle <[email protected]> (supplier of updated field3d 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 28 Feb 2024 08:35:41 +0000
Source: field3d
Architecture: source
Version: 1.7.3-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 
<[email protected]>
Changed-By: Michael Hudson-Doyle <[email protected]>
Closes: 1062589
Changes:
 field3d (1.7.3-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062589
Checksums-Sha1:
 46cc1199629f4bbc5fbf1ed982549a24e39a38b4 2435 field3d_1.7.3-4.1.dsc
 d9d699be9bc6becb18a6ec0d743b2e9051f386ca 7160 field3d_1.7.3-4.1.debian.tar.xz
 f437b28f9b11dfb3a385e5ddef0fb86235f509ca 9710 
field3d_1.7.3-4.1_source.buildinfo
Checksums-Sha256:
 415380526144e31591567b23fd4311d8aae6e6030a2f9d8cb7e8e99254b5afec 2435 
field3d_1.7.3-4.1.dsc
 5f752917bed6618ab2ff89cb3dfbb76d80453184f449be2e23525ec8806d3d09 7160 
field3d_1.7.3-4.1.debian.tar.xz
 300d76bd263e7a06d01269138dbbde2cb3d59ce0857d0fe9a7aa8cfab53a32e4 9710 
field3d_1.7.3-4.1_source.buildinfo
Files:
 c3115d2456b5c6c946b0c0cc47dde190 2435 libs optional field3d_1.7.3-4.1.dsc
 0a69064671ba7c706fea3a3bf7300c22 7160 libs optional 
field3d_1.7.3-4.1.debian.tar.xz
 bc89c2faa0e644d17511bf2be90d8cd1 9710 libs optional 
field3d_1.7.3-4.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCAAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXe8NsUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJOdIRAApvyarxieNM7IJKZRglMi2a7QVZ7g
sCfKsBRt0bn09uZZDoXciAhlqLnJG9Lxzg/U+M5qJ21n0evJWVdtMes5A0wBU6jc
l6zvf/au9W6oT0rmv3RGDu+xLMpyGfYvSoERhV9hCekNWDn4AXbITe46TWBKF5yq
sF7PF2yVw/nzrQY3DqoxIJP8CDUOrkNREaIW6cxtfZ4SEJiXG2MVNKChIOV5ikbg
lOiwmnuSUrxV60EnVOb/StQfUulzf0KYZgQXcd2+38ZXzGMjneUnJ+x5mGGxtnu1
FtAjlRkJcJeERTCPwkgH/nvmShUuxu3EraL4W0aXZnoGrZI3s1dx40t2U/jzaBnh
Cm1vh1d7hGIJNXvvIjWfoHg4No3uTa93zu2UlzM/9+MzajKSpPZURC150vkoI6kE
iIKNHor97gfBFL8c7/vneXbGmw1JfzaGpz4TZEegEJVnYN+Z+qmsL6JD7ZNP0PZB
xwXRDGPsLp+4pO0MCchoN2TKle15XbIBibjNsZWeYLLrV4PSMGctQKJiFTTbCZym
73HftrQ0oSRiTGgSTBzHAuZx2wOj8K2+lLO59XBiX8WvxkyoGTZGcdSK3pqdTcxJ
/a0NUOqEB6ROrNfUe6CfXU+Q/IY00Ff4kBXx71IVzARQcJmjrpgpQ/SJldA1toFJ
74FuLGdH4vffXs8=
=A/dE
-----END PGP SIGNATURE-----

Attachment: pgp7FubOE42rk.pgp
Description: PGP signature


--- End Message ---

Reply via email to