Your message dated Wed, 28 Feb 2024 23:46:14 +0000
with message-id <[email protected]>
and subject line Bug#1062689: fixed in libtwin 13.05.03.15.06-g287d16c-2.3
has caused the Debian Bug report #1062689,
regarding libtwin: 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.)
--
1062689: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062689
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libtwin
Version: 13.05.03.15.06-g287d16c-2.2
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
libtwin 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 libtwin
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'), (500, 'stable'), (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 libtwin-13.05.03.15.06-g287d16c/debian/changelog
libtwin-13.05.03.15.06-g287d16c/debian/changelog
--- libtwin-13.05.03.15.06-g287d16c/debian/changelog 2016-01-22
11:56:48.000000000 +0000
+++ libtwin-13.05.03.15.06-g287d16c/debian/changelog 2024-02-02
18:12:58.000000000 +0000
@@ -1,3 +1,10 @@
+libtwin (13.05.03.15.06-g287d16c-2.3) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Fri, 02 Feb 2024 18:12:58 +0000
+
libtwin (13.05.03.15.06-g287d16c-2.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru libtwin-13.05.03.15.06-g287d16c/debian/control
libtwin-13.05.03.15.06-g287d16c/debian/control
--- libtwin-13.05.03.15.06-g287d16c/debian/control 2015-12-23
02:12:22.000000000 +0000
+++ libtwin-13.05.03.15.06-g287d16c/debian/control 2024-02-02
18:12:58.000000000 +0000
@@ -13,7 +13,7 @@
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: libtwin0 (= ${binary:Version}), ${misc:Depends}, libx11-dev,
libpng-dev, libjpeg-dev, libz-dev
+Depends: libtwin0t64 (= ${binary:Version}), ${misc:Depends}, libx11-dev,
libpng-dev, libjpeg-dev, libz-dev
Description: tiny window system (development files)
With embedded systems gaining high resolution displays and powerful CPUs, the
desire for sophisticated graphical user interfaces can be realized in even the
@@ -26,7 +26,10 @@
.
This package contains the header files for development.
-Package: libtwin0
+Package: libtwin0t64
+Provides: ${t64:Provides}
+Replaces: libtwin0
+Breaks: libtwin0 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
diff -Nru libtwin-13.05.03.15.06-g287d16c/debian/libtwin0.install
libtwin-13.05.03.15.06-g287d16c/debian/libtwin0.install
--- libtwin-13.05.03.15.06-g287d16c/debian/libtwin0.install 2013-05-22
02:34:47.000000000 +0000
+++ libtwin-13.05.03.15.06-g287d16c/debian/libtwin0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libtwin-13.05.03.15.06-g287d16c/debian/libtwin0t64.install
libtwin-13.05.03.15.06-g287d16c/debian/libtwin0t64.install
--- libtwin-13.05.03.15.06-g287d16c/debian/libtwin0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ libtwin-13.05.03.15.06-g287d16c/debian/libtwin0t64.install 2013-05-22
02:34:47.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libtwin-13.05.03.15.06-g287d16c/debian/libtwin0t64.lintian-overrides
libtwin-13.05.03.15.06-g287d16c/debian/libtwin0t64.lintian-overrides
--- libtwin-13.05.03.15.06-g287d16c/debian/libtwin0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ libtwin-13.05.03.15.06-g287d16c/debian/libtwin0t64.lintian-overrides
2024-02-02 18:12:58.000000000 +0000
@@ -0,0 +1 @@
+libtwin0t64: package-name-doesnt-match-sonames libtwin0
--- End Message ---
--- Begin Message ---
Source: libtwin
Source-Version: 13.05.03.15.06-g287d16c-2.3
Done: Graham Inggs <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libtwin, 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.
Graham Inggs <[email protected]> (supplier of updated libtwin 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 20:47:08 +0000
Source: libtwin
Architecture: source
Version: 13.05.03.15.06-g287d16c-2.3
Distribution: unstable
Urgency: medium
Maintainer: Geoff Levand <[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 1062689
Changes:
libtwin (13.05.03.15.06-g287d16c-2.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062689
Checksums-Sha1:
139b229209f62f5f6d8e56e042a89a8e0109d24e 2168
libtwin_13.05.03.15.06-g287d16c-2.3.dsc
d98ec0c865d84ff764e446872c034b90d25f01d6 5504
libtwin_13.05.03.15.06-g287d16c-2.3.debian.tar.xz
33b2d4a1266d4960e37f927f9f8acc31a2aa31a3 7455
libtwin_13.05.03.15.06-g287d16c-2.3_source.buildinfo
Checksums-Sha256:
8647854f3efc2bc58752704ab72ea1ae6f7b59653662206b42e532c78117101f 2168
libtwin_13.05.03.15.06-g287d16c-2.3.dsc
08b893632f30d8582a6e2243c694d15894c171f9ef77760cf4abc36b18cb569e 5504
libtwin_13.05.03.15.06-g287d16c-2.3.debian.tar.xz
f72d619ca20ab73d16efbc8df1a8d68a2e2244144e1e3de222522c5161a70f59 7455
libtwin_13.05.03.15.06-g287d16c-2.3_source.buildinfo
Files:
fc773db7f952e5ea75b426cdbbed5d85 2168 libs optional
libtwin_13.05.03.15.06-g287d16c-2.3.dsc
83dadb1cfbb88fead1ca62a5a3083d85 5504 libs optional
libtwin_13.05.03.15.06-g287d16c-2.3.debian.tar.xz
813b0eb41280be40eaf3d0a1f04e25b7 7455 libs optional
libtwin_13.05.03.15.06-g287d16c-2.3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXfm+QACgkQr8/sjmac
4cIa3Q//WSvgVlzxLTNZ4V71HYmJ/3iTfe0ks69/ze0bLf+E2IpeaHZSKk+I3wLo
XwjpXWRt5PCBQ+gs+gpie84tAOSw6aGlRs2S+7Vb3Sj+tiulEo3RumFhElh10C+6
mKB4KiCd6o+Bm9vDUgjWQf0BQOm6be6dpd8wY3OXwyiM5DQCkUXnjU5t7wDegqTm
281a0ZI8UJZz9f2Z0oXppIHIbnccoE5lPiAPA5d1ABGoeeNgqh37mOThISlfLInC
1Ig2EwZHz04xnM06NkWeY5tCLfAwmRrejfIqlRu3EoQ+TepMofCNxpjlZxzdVj0x
UJvNGi2E/hOdAsHwC7iHHKR/iaVWLNxFltdcWXRm9Syi5bYCDfRHdxkF69El7cLf
6EmX4gOjHyKrscIaFBskvuCbjpOMVzsS8nCXYwysXwnKFkNrbJlwaO406BWCyZDC
D6OKJ2XfKxA3TC+W2iR4uV0HAMnoBZa82zdN63kz+qL86EaH+WWvTltibUduyr/y
Z0kFJdOVIPhhdF7x64v8Asc3ttuWgS60Gvbcw2mn2xY2wE/hPIj94/+5V62mcW0d
Lu35Z4XPJiPe60vofvL3TJEmxI6I+fJ1qHi5hxYo0cAqlqAQMSvGezSZIpV8/tUp
Q6d0hDlEmW5lk5RiN92x4CNZD+W2VnavZpuL3n08zM0mAWj+E0I=
=6UJl
-----END PGP SIGNATURE-----
pgpxHbZmLH8rl.pgp
Description: PGP signature
--- End Message ---