Your message dated Wed, 28 Feb 2024 13:27:24 +0000
with message-id <[email protected]>
and subject line Bug#1062374: fixed in libieee1284 0.2.11-14.1
has caused the Debian Bug report #1062374,
regarding libieee1284: 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.)
--
1062374: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062374
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libieee1284
Version: 0.2.11-14
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
libieee1284 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 libieee1284
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 libieee1284-0.2.11/debian/changelog
libieee1284-0.2.11/debian/changelog
--- libieee1284-0.2.11/debian/changelog 2020-07-11 09:06:11.000000000 +0000
+++ libieee1284-0.2.11/debian/changelog 2024-02-01 07:32:54.000000000 +0000
@@ -1,3 +1,10 @@
+libieee1284 (0.2.11-14.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Thu, 01 Feb 2024 07:32:54 +0000
+
libieee1284 (0.2.11-14) unstable; urgency=medium
* Remove Python 2 bindings (closes: #936875).
diff -Nru libieee1284-0.2.11/debian/control libieee1284-0.2.11/debian/control
--- libieee1284-0.2.11/debian/control 2020-07-11 09:06:11.000000000 +0000
+++ libieee1284-0.2.11/debian/control 2024-02-01 07:32:54.000000000 +0000
@@ -9,7 +9,7 @@
Package: libieee1284-3-dev
Section: libdevel
Architecture: any
-Depends: libieee1284-3 (= ${binary:Version}), ${misc:Depends}
+Depends: libieee1284-3t64 (= ${binary:Version}), ${misc:Depends}
Description: cross-platform library for parallel port access [development
files]
This library was designed to ease the use of the parallel port. It will
automatically figure out which access method is available, depending on the
@@ -21,7 +21,10 @@
This package contains the development files needed to build your applications
using the libieee1284.
-Package: libieee1284-3
+Package: libieee1284-3t64
+Provides: ${t64:Provides}
+Replaces: libieee1284-3
+Breaks: libieee1284-3 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
diff -Nru libieee1284-0.2.11/debian/libieee1284-3.docs
libieee1284-0.2.11/debian/libieee1284-3.docs
--- libieee1284-0.2.11/debian/libieee1284-3.docs 2020-07-11
09:06:11.000000000 +0000
+++ libieee1284-0.2.11/debian/libieee1284-3.docs 1970-01-01
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-README
-TODO
diff -Nru libieee1284-0.2.11/debian/libieee1284-3.docs.in
libieee1284-0.2.11/debian/libieee1284-3.docs.in
--- libieee1284-0.2.11/debian/libieee1284-3.docs.in 2010-05-06
09:07:49.000000000 +0000
+++ libieee1284-0.2.11/debian/libieee1284-3.docs.in 1970-01-01
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-README
-TODO
diff -Nru libieee1284-0.2.11/debian/libieee1284-3.install
libieee1284-0.2.11/debian/libieee1284-3.install
--- libieee1284-0.2.11/debian/libieee1284-3.install 2011-06-13
09:20:42.000000000 +0000
+++ libieee1284-0.2.11/debian/libieee1284-3.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libieee1284-0.2.11/debian/libieee1284-3t64.docs
libieee1284-0.2.11/debian/libieee1284-3t64.docs
--- libieee1284-0.2.11/debian/libieee1284-3t64.docs 1970-01-01
00:00:00.000000000 +0000
+++ libieee1284-0.2.11/debian/libieee1284-3t64.docs 2020-07-11
09:06:11.000000000 +0000
@@ -0,0 +1,2 @@
+README
+TODO
diff -Nru libieee1284-0.2.11/debian/libieee1284-3t64.docs.in
libieee1284-0.2.11/debian/libieee1284-3t64.docs.in
--- libieee1284-0.2.11/debian/libieee1284-3t64.docs.in 1970-01-01
00:00:00.000000000 +0000
+++ libieee1284-0.2.11/debian/libieee1284-3t64.docs.in 2010-05-06
09:07:49.000000000 +0000
@@ -0,0 +1,2 @@
+README
+TODO
diff -Nru libieee1284-0.2.11/debian/libieee1284-3t64.install
libieee1284-0.2.11/debian/libieee1284-3t64.install
--- libieee1284-0.2.11/debian/libieee1284-3t64.install 1970-01-01
00:00:00.000000000 +0000
+++ libieee1284-0.2.11/debian/libieee1284-3t64.install 2011-06-13
09:20:42.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libieee1284-0.2.11/debian/libieee1284-3t64.lintian-overrides
libieee1284-0.2.11/debian/libieee1284-3t64.lintian-overrides
--- libieee1284-0.2.11/debian/libieee1284-3t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ libieee1284-0.2.11/debian/libieee1284-3t64.lintian-overrides
2024-02-01 07:32:54.000000000 +0000
@@ -0,0 +1 @@
+libieee1284-3t64: package-name-doesnt-match-sonames libieee1284-3
--- End Message ---
--- Begin Message ---
Source: libieee1284
Source-Version: 0.2.11-14.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libieee1284, 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 libieee1284 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: Wed, 28 Feb 2024 13:00:21 +0000
Source: libieee1284
Architecture: source
Version: 0.2.11-14.1
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062374
Changes:
libieee1284 (0.2.11-14.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062374
Checksums-Sha1:
b434cddecc0346063f7f246270648dcdf1ff6938 1882 libieee1284_0.2.11-14.1.dsc
b295215aee063e8bbdf5f93fcc3c9876da5007a4 67700
libieee1284_0.2.11-14.1.debian.tar.xz
f3dcb046c4f0ec64881294b60b973981d8bbfa0a 6242
libieee1284_0.2.11-14.1_source.buildinfo
Checksums-Sha256:
bb1429d077665b7df30f54c97cf5ccc59501638d2523e0f1b7af6798bed1a222 1882
libieee1284_0.2.11-14.1.dsc
a656189b1db6ccbc9900415232761da3aab8bd65b8a10f6d034388366a769ac8 67700
libieee1284_0.2.11-14.1.debian.tar.xz
7fb27199464b6e90e4155b475fb9baa61dc51a21f0cd7a8822b6b77deffc2fb0 6242
libieee1284_0.2.11-14.1_source.buildinfo
Files:
e5e63e3d802ca51c4c5b99a849b644b3 1882 libs optional libieee1284_0.2.11-14.1.dsc
08dae0116f659d503a0de99bb66e4145 67700 libs optional
libieee1284_0.2.11-14.1.debian.tar.xz
922c97a453f3f19131d28c5ae3c63b4d 6242 libs optional
libieee1284_0.2.11-14.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfLnIACgkQFZ61xO/I
d0xc5xAAr+gHXV6ExqiWoEOSfLwYbDMVmPmsuVznvAgkmrqxKvMxSkEBCGU5pxzC
XPuSDKmmdHPcqQq3HudAt020ZWO+auFdtTfLXv6O8Ut87Sn8j6S/0HhV8WeO0iTk
q5XVHe/BcUrQ4Udcn/kPl+E8L8P1CU41YaNkhQ1lzKIYX5sjqvGnNcDnunv1SJdC
B14cNCpdLlg4C1Kto5cuN3ZKNrRvoT5FvzKa+4gdJK6W6vRMTmCz3zUuwbpfbaG3
lZAqLPR4gesUYeyw9Aw6q89GIW6Bk716elQELDFhMTV3QCMiKGNNTpvORSCUVn1m
8yxWetlRd7wsvAZ+9a2HbzgSyI0gclEYOqb4lYrsifRHd6ZuWjGsQzV4viH4vA58
SDr9YRluFeSU6TpwzD5FlgZdmERZPuoB2kvWYYToQYbt4SDj0RY/zEvCZOlx2HCA
J0hZBiW0BFojBI3SH3ZykByBBpACbd6uHqxshuYR/snAzPR7rYZOWYv8/gt9acd4
zKQ5OwtEvAwF+uMaKx2U5hxd/Rt94+cwBZ5jhxRJtrHg5OZnJX5/Po4ZAqrBr26N
5Kf5G1gJdwhEI4lhjFMAlkVibY7fMb8Vb3QWPhMp0QbG7R7oinQejwgcVmTfM4n3
JyGvZSaktrW8XM0jpEe/2TD8zaQ2NAr9zOY6Sjqin8BGAchJNNs=
=rqbg
-----END PGP SIGNATURE-----
pgpUitpOQUFO2.pgp
Description: PGP signature
--- End Message ---