[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062921: marked as done (srecord: NMU diff for 64-bit time_t transition)



Your message dated Thu, 29 Feb 2024 18:14:16 +0000
with message-id <E1rfkvA-00CGQC-6T@fasolo.debian.org>
and subject line Bug#1062921: fixed in srecord 1.64-4.1
has caused the Debian Bug report #1062921,
regarding srecord: 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 owner@bugs.debian.org
immediately.)


-- 
1062921: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062921
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: srecord
Version: 1.64-4
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm@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
srecord 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 srecord
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 srecord-1.64/debian/changelog srecord-1.64/debian/changelog
--- srecord-1.64/debian/changelog	2023-06-21 21:48:23.000000000 +0000
+++ srecord-1.64/debian/changelog	2024-02-03 23:57:05.000000000 +0000
@@ -1,3 +1,10 @@
+srecord (1.64-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Sat, 03 Feb 2024 23:57:05 +0000
+
 srecord (1.64-4) unstable; urgency=medium
 
   * QA upload.
diff -Nru srecord-1.64/debian/control srecord-1.64/debian/control
--- srecord-1.64/debian/control	2023-06-21 21:48:23.000000000 +0000
+++ srecord-1.64/debian/control	2024-02-03 23:57:04.000000000 +0000
@@ -35,7 +35,7 @@
 Section: libdevel
 Multi-Arch: same
 Architecture: any
-Depends: libsrecord0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsrecord0t64 (= ${binary:Version}), ${misc:Depends}
 Description: library for manipulating EPROM load files (development)
  The srecord library is a collection of powerful C++ classes for manipulating
  EPROM load files. It reads and writes numerous EPROM file formats, and can
@@ -44,7 +44,10 @@
  This package contains the static libraries and headers for developing
  applications that use the srecord library.
 
-Package: libsrecord0
+Package: libsrecord0t64
+Provides: ${t64:Provides}
+Replaces: libsrecord0
+Breaks: libsrecord0 (<< ${source:Version})
 Section: libs
 Multi-Arch: same
 Architecture: any
diff -Nru srecord-1.64/debian/libsrecord0.install srecord-1.64/debian/libsrecord0.install
--- srecord-1.64/debian/libsrecord0.install	2023-06-21 21:48:23.000000000 +0000
+++ srecord-1.64/debian/libsrecord0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libsrecord.so.*
diff -Nru srecord-1.64/debian/libsrecord0t64.install srecord-1.64/debian/libsrecord0t64.install
--- srecord-1.64/debian/libsrecord0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ srecord-1.64/debian/libsrecord0t64.install	2023-06-21 21:48:23.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libsrecord.so.*
diff -Nru srecord-1.64/debian/libsrecord0t64.lintian-overrides srecord-1.64/debian/libsrecord0t64.lintian-overrides
--- srecord-1.64/debian/libsrecord0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ srecord-1.64/debian/libsrecord0t64.lintian-overrides	2024-02-03 23:57:04.000000000 +0000
@@ -0,0 +1 @@
+libsrecord0t64: package-name-doesnt-match-sonames libsrecord0

--- End Message ---
--- Begin Message ---
Source: srecord
Source-Version: 1.64-4.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
srecord, 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 1062921@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated srecord 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 17:24:48 +0000
Source: srecord
Architecture: source
Version: 1.64-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062921
Changes:
 srecord (1.64-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062921
Checksums-Sha1:
 1960f794aba19dacc7a95ed2c85b49fc7af7daf2 2024 srecord_1.64-4.1.dsc
 59c79881b3ddda9cca235694633cbc3424a4dd61 7880 srecord_1.64-4.1.debian.tar.xz
 95226f90fcf92de6d2ab0c920df2b85ec7710dff 8795 srecord_1.64-4.1_source.buildinfo
Checksums-Sha256:
 4e701dad36c921cc1cbdfdecf1ef526b8f3c6546dcd3c74f6f4baccf9dff2cd5 2024 srecord_1.64-4.1.dsc
 94ad69c9cec14166253d367fde0f5f67870909fa2e3e0a14a7e89397692f3dc7 7880 srecord_1.64-4.1.debian.tar.xz
 e6725f4b5729b3e7f28dc79acce0a5bf2e1d7177aee666759187049f5cd47d01 8795 srecord_1.64-4.1_source.buildinfo
Files:
 e3f8062d1a78e24bef22fe7878a3acc6 2024 utils optional srecord_1.64-4.1.dsc
 e4e3a8096956ca45350f42ea874316a7 7880 utils optional srecord_1.64-4.1.debian.tar.xz
 1417eaf33fee3bdfb90da468d52f0179 8795 utils optional srecord_1.64-4.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgvgoACgkQFZ61xO/I
d0y2mw/9ECBM+1w9SeGjN68Hf2waMWVjp5THHaPGAA7T9k2yWwhHB4nhzk56BtnY
M/K/lQR1iHPOWoKJb5u3QOSuDo9vqbC/s08Q3RFYc4d9vhg00GTyctjSDyQTHFnp
GmI32tI/rfKoad6spDZKYjHnWdHXSXGYj6/Mbfo4XFuCGt+kC06D6YzI8ueMusbn
XC80Bo4r8XNVAgOZ6vZX9a26x1whl5jjKGhugj/NlIOLqPFLZKuwFm+8/bKY32FQ
5eigr2oVrSPcV+nESxDwxcsbHj5y8pT1epKnVaZPUSSlcNJLrzP9vf7W2ZKgxR6c
qNy1u3sgm7maUJDlT84MQc+vhYbObdPSDV/OtXv0Ml9v2/ZEGNv1WnHr0ci/AhqL
NhYCOftlSAoFzNsQFfzNOtqNGGxZs32E2YSO5eluH/LoS5OpywfgtjKWGUun6kTr
S38lO1nYhSZtZV5aKhLhpdvBeub0TG/ddVV1c+0qUp7kcR/iGKDRYyetylMbm1VU
2fKZsv1/zxRRSuBrOAdWQLa+xSl4HtpdbbivQUKnPS4RX80oVxqNuF/zjR49iHt5
iH1ejRjgiPTjHphH6TsMtt84VUpYqTEKtps+IZfGGexb0iTyYol4xwnx3OE7HyAq
CDBYrp2x026dSfhpGnrn4ygju5qZ1GMi8wvOSBC1I/zaFjfrm1E=
=atk7
-----END PGP SIGNATURE-----

Attachment: pgpJg2eWbSnbk.pgp
Description: PGP signature


--- End Message ---

Reply to: