Your message dated Thu, 29 Feb 2024 09:03:53 +0000
with message-id <[email protected]>
and subject line Bug#1062325: fixed in leatherman 1.12.1+dfsg-1.3
has caused the Debian Bug report #1062325,
regarding leatherman: 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.)


-- 
1062325: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062325
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: leatherman
Version: 1.12.1+dfsg-1.2
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
leatherman 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 leatherman
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'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, 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 leatherman-1.12.1+dfsg/debian/changelog 
leatherman-1.12.1+dfsg/debian/changelog
--- leatherman-1.12.1+dfsg/debian/changelog     2021-12-04 06:26:29.000000000 
+0000
+++ leatherman-1.12.1+dfsg/debian/changelog     2024-02-01 03:24:24.000000000 
+0000
@@ -1,3 +1,10 @@
+leatherman (1.12.1+dfsg-1.3) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Thu, 01 Feb 2024 03:24:24 +0000
+
 leatherman (1.12.1+dfsg-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru leatherman-1.12.1+dfsg/debian/control 
leatherman-1.12.1+dfsg/debian/control
--- leatherman-1.12.1+dfsg/debian/control       2021-12-04 06:26:29.000000000 
+0000
+++ leatherman-1.12.1+dfsg/debian/control       2024-02-01 03:24:24.000000000 
+0000
@@ -31,7 +31,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libleatherman1.12.1 (= ${binary:Version}),
+ libleatherman1.12.1t64 (= ${binary:Version}),
  libboost-dev,
  libboost-log-dev,
  libboost-locale-dev,
@@ -50,7 +50,10 @@
  .
  This package contains the C++ headers and the CMake utility libraries.
 
-Package: libleatherman1.12.1
+Package: libleatherman1.12.1t64
+Provides: ${t64:Provides}
+Replaces: libleatherman1.12.1
+Breaks: libleatherman1.12.1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.install 
leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.install
--- leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.install   2021-12-04 
06:26:29.000000000 +0000
+++ leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.lintian-overrides 
leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.lintian-overrides
--- leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.lintian-overrides 
2021-12-04 06:26:29.000000000 +0000
+++ leatherman-1.12.1+dfsg/debian/libleatherman1.12.1.lintian-overrides 
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-package-name-doesnt-match-sonames
diff -Nru leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.install 
leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.install
--- leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.install        
1970-01-01 00:00:00.000000000 +0000
+++ leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.install        
2021-12-04 06:26:29.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru 
leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.lintian-overrides 
leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.lintian-overrides
--- leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ leatherman-1.12.1+dfsg/debian/libleatherman1.12.1t64.lintian-overrides      
2024-02-01 03:24:24.000000000 +0000
@@ -0,0 +1,2 @@
+package-name-doesnt-match-sonames
+libleatherman1.12.1t64: package-name-doesnt-match-sonames libleatherman1.12.1

--- End Message ---
--- Begin Message ---
Source: leatherman
Source-Version: 1.12.1+dfsg-1.3
Done: Lukas Märdian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
leatherman, 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.
Lukas Märdian <[email protected]> (supplier of updated leatherman 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: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 08:21:44 +0000
Source: leatherman
Architecture: source
Version: 1.12.1+dfsg-1.3
Distribution: unstable
Urgency: medium
Maintainer: Puppet Package Maintainers 
<[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062325
Changes:
 leatherman (1.12.1+dfsg-1.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062325
Checksums-Sha1:
 6aa6a799773b8971311299ca3a46b2621acf9f9b 2435 leatherman_1.12.1+dfsg-1.3.dsc
 2f24b29c5bb8ca6af2e98036e111820ed7f64e89 7492 
leatherman_1.12.1+dfsg-1.3.debian.tar.xz
 0ccf29c7d26f5fe1ac18458fb1a8708837e9caee 9002 
leatherman_1.12.1+dfsg-1.3_source.buildinfo
Checksums-Sha256:
 03305fba48e62f87138dc3e6541c3200ff7eedb83e394642adaa028a75fc90f6 2435 
leatherman_1.12.1+dfsg-1.3.dsc
 c1a1838d69a40aa91f0ec0c7fef97e982b5f6dbbe61d2bbc4436dabcbd94c5b3 7492 
leatherman_1.12.1+dfsg-1.3.debian.tar.xz
 dddbbf08efdca7c4fd5a8b902bf04d236f9f49131bca3bae74e4bf686b3e903b 9002 
leatherman_1.12.1+dfsg-1.3_source.buildinfo
Files:
 484703bcd96f4c8526605975e4a16b39 2435 libs optional 
leatherman_1.12.1+dfsg-1.3.dsc
 13ffb73f87f73376e069edf54dcb2d93 7492 libs optional 
leatherman_1.12.1+dfsg-1.3.debian.tar.xz
 dacd70eef45357e9b2fa4e042c59770b 9002 libs optional 
leatherman_1.12.1+dfsg-1.3_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXgP2oRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIs50Q/9EKoSEv96spig5e5pyYPucG0y1pIkxGH8
u7VlF/jGMFRHNAsUhHvgMgW6MY2UrR77wzIi+DXkejIVQMiJYha20ESVZjPRZmbP
MJ0I/sNYf4TYmhHZzJN630IC3npGAn1TG07WcbrJRQdBt8UEcmxx1zaqjdVFb2br
tKkhSIUpR40xMgVDW2XDCDTuSR4ehAmR0Vtw5UqvFUqz6il2L8w/3O82TwPjBf6k
333nkCU7XHhOlExgK28gXLqJcr4vtFE37QPricGEAt8/iB51Ol6Q8GHf08yNsqmF
MO9qXzCnPFQBpcvytYfNsOYht6fXiEfE369f+AakpM1V7+TxOJ0ZNgGHjKMGlKn1
pYnkyx+YpgysaF/pWFe7Zzb1GFLSLElv2uh9XHxUebY0S+6o6upGObWqbm0YqTAP
GvWGS2evq2zTUwiX2PN3gUiXJ71Gnba0o4hVUlqlA2rLlfrdiork1iprrA5un9v9
Wr1oPa4uVGXXdhaBQfC3xylwo+Bo1aOUSpMiV15TOYjBp72vBi2v526Wp7qLp/UM
sk80zM9aILTpnQNV2X9hKjFuVWcs2SIl/J8qsVLXVv5L5kmbLgUKgJkHDrq2Pahe
7EV9nIGk1GYOMFt5mWjw9lGgL8Clb9RDJztrhjMWqhMcxVRkXPZvCjFBN7TXEzEq
0ssTh1575fk=
=YF0s
-----END PGP SIGNATURE-----

Attachment: pgpZrZIVL36zm.pgp
Description: PGP signature


--- End Message ---

Reply via email to