Your message dated Thu, 29 Feb 2024 19:17:12 +0000
with message-id <[email protected]>
and subject line Bug#1062985: fixed in tinyframe 0.1.1-4.1
has caused the Debian Bug report #1062985,
regarding tinyframe: 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.)


-- 
1062985: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062985
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tinyframe
Version: 0.1.1-4
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
tinyframe 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 tinyframe
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.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 tinyframe-0.1.1/debian/changelog tinyframe-0.1.1/debian/changelog
--- tinyframe-0.1.1/debian/changelog    2023-02-14 14:20:17.000000000 +0000
+++ tinyframe-0.1.1/debian/changelog    2024-02-04 09:58:22.000000000 +0000
@@ -1,3 +1,10 @@
+tinyframe (0.1.1-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Sun, 04 Feb 2024 09:58:22 +0000
+
 tinyframe (0.1.1-4) sid; urgency=medium
 
   * Uploading to sid.
diff -Nru tinyframe-0.1.1/debian/control tinyframe-0.1.1/debian/control
--- tinyframe-0.1.1/debian/control      2023-02-14 14:19:57.000000000 +0000
+++ tinyframe-0.1.1/debian/control      2024-02-04 09:58:17.000000000 +0000
@@ -15,7 +15,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libtinyframe0 (= ${binary:Version}),
+ libtinyframe0t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Minimalistic Frame Streams library (development)
  tinyframe is a minimalistic library for reading and writing the Frame Streams
@@ -23,7 +23,10 @@
  .
  This package contains the development files.
 
-Package: libtinyframe0
+Package: libtinyframe0t64
+Provides: ${t64:Provides}
+Replaces: libtinyframe0
+Breaks: libtinyframe0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
diff -Nru tinyframe-0.1.1/debian/libtinyframe0.install 
tinyframe-0.1.1/debian/libtinyframe0.install
--- tinyframe-0.1.1/debian/libtinyframe0.install        2023-01-30 
17:52:31.000000000 +0000
+++ tinyframe-0.1.1/debian/libtinyframe0.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru tinyframe-0.1.1/debian/libtinyframe0t64.install 
tinyframe-0.1.1/debian/libtinyframe0t64.install
--- tinyframe-0.1.1/debian/libtinyframe0t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ tinyframe-0.1.1/debian/libtinyframe0t64.install     2023-01-30 
17:52:31.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru tinyframe-0.1.1/debian/libtinyframe0t64.lintian-overrides 
tinyframe-0.1.1/debian/libtinyframe0t64.lintian-overrides
--- tinyframe-0.1.1/debian/libtinyframe0t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ tinyframe-0.1.1/debian/libtinyframe0t64.lintian-overrides   2024-02-04 
09:58:18.000000000 +0000
@@ -0,0 +1 @@
+libtinyframe0t64: package-name-doesnt-match-sonames libtinyframe0

--- End Message ---
--- Begin Message ---
Source: tinyframe
Source-Version: 0.1.1-4.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tinyframe, 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.
Benjamin Drung <[email protected]> (supplier of updated tinyframe 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 18:20:46 +0000
Source: tinyframe
Architecture: source
Version: 0.1.1-4.1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062985
Changes:
 tinyframe (0.1.1-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062985
Checksums-Sha1:
 8eb8e5448446d387b9107eece3482a68ab1e88e3 2040 tinyframe_0.1.1-4.1.dsc
 bce08fc2f590bdc35583505ee2c81344487d96f9 2024 tinyframe_0.1.1-4.1.debian.tar.xz
 dd1c359cb6b4f17941adf4fb90700ae17c6c38d6 7314 
tinyframe_0.1.1-4.1_source.buildinfo
Checksums-Sha256:
 7b188e529b37cbcb0f38acb9ccfc4ec02409d1ec1328e312213eb0effe45c2a4 2040 
tinyframe_0.1.1-4.1.dsc
 abfc4bd3a38fe0524a49cbf73072481dca0fd9061a930652437cf3436697a677 2024 
tinyframe_0.1.1-4.1.debian.tar.xz
 4c9a89ebb8d45cea31d09a4fe95b8538c4d761d538f47c5d70d442bb56792407 7314 
tinyframe_0.1.1-4.1_source.buildinfo
Files:
 28df21d7dc573a2c671e3361c3d67532 2040 libs optional tinyframe_0.1.1-4.1.dsc
 b43e9ff545ad39dc731ca5468c63bb8e 2024 libs optional 
tinyframe_0.1.1-4.1.debian.tar.xz
 03ee745126585ea5f2b03d9c977c8129 7314 libs optional 
tinyframe_0.1.1-4.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgyw0ACgkQFZ61xO/I
d0yIMg/+PqSExSz6dP+JXOUMz4ibtDDNaOgzdzeTbeACMOjGnL5y/B4wqhY+il/b
4L4CsQGbexB37SvSLlkF2AXUxkboaNX3d3kyM/M/ng+ZL4tkfVMuxMMSKyDXWm1R
I/dUvzR/NfJi93GmfzHMyFRVX0fBrqjfp2no3b5QVO18sHSOjEYx7Jne51xMtKFA
0CBOIEFpqdbvTNh6h1EI4I3hyYsHHMXwzF8YCN5oLr3qaAJL3+sq9p4vv/ePA1O7
pQhdPHvwYG6XktNeHJgd0r25neknfwbH4PtL2u79zRXbHV3I8TBF4BHRP1oQsNSq
wtSlw8VMVumzxufn+PMs6jIRCu2H1ji59QBF7g5Alth33985Uc21d5A6iW5rR2Xm
9+3If2buZ2qyU17lk+UH+HzoVvP1Z6k/GgKKonf+d42VvpH+yEv3GindsCifrO0V
Z9b8BbglvXFW/YZgGKEge2qDPsk50AwcMcKUoT/Id3YegnLXxdPElcbL8zR7v9Dh
ccGImLoZvu54RyjMzmgIkkXRyFvoGeaVqF/xrEiAjIcEQ10o75/my4xwy1E+HM17
S//SQybrL0mhfDAcIhTqRta4V7AwAgxqPHD1fU4nxbwxXTuko5+sBttJaOgz01I5
W95kud7GfSeUVUA5FX35TSTHcSkT2j0gqvI6dicUuwwfmhPkvc8=
=z5QZ
-----END PGP SIGNATURE-----

Attachment: pgpuBLcjspWhv.pgp
Description: PGP signature


--- End Message ---

Reply via email to