Your message dated Thu, 29 Feb 2024 09:33:06 +0000
with message-id <e1rfcmo-00aa3e...@fasolo.debian.org>
and subject line Bug#1063283: fixed in xnee 3.19-9.1
has caused the Debian Bug report #1063283,
regarding xnee: 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 ow...@bugs.debian.org
immediately.)
--
1063283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063283
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xnee
Version: 3.19-9
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@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
xnee 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 xnee
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 xnee-3.19/debian/changelog xnee-3.19/debian/changelog
--- xnee-3.19/debian/changelog 2022-06-26 06:35:51.000000000 +0000
+++ xnee-3.19/debian/changelog 2024-02-06 00:30:05.000000000 +0000
@@ -1,3 +1,10 @@
+xnee (3.19-9.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Tue, 06 Feb 2024 00:30:05 +0000
+
xnee (3.19-9) unstable; urgency=medium
* d/control: remove dependency on install-info (Closes: #1013865)
diff -Nru xnee-3.19/debian/control xnee-3.19/debian/control
--- xnee-3.19/debian/control 2022-06-26 06:35:51.000000000 +0000
+++ xnee-3.19/debian/control 2024-02-06 00:30:05.000000000 +0000
@@ -42,7 +42,10 @@
implementation of Xnee (command line, graphical user interface or
GNOME panel).
-Package: libxnee0
+Package: libxnee0t64
+Provides: ${t64:Provides}
+Replaces: libxnee0
+Breaks: libxnee0 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -63,7 +66,7 @@
Package: libxnee-dev
Architecture: any
Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxnee0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxnee0t64 (= ${binary:Version})
Description: X event recorder/replayer - development files
GNU Xnee is a suite of programs that can record, replay and
distribute user actions under the X11 environment. Think of it as a
diff -Nru xnee-3.19/debian/libxnee0.install xnee-3.19/debian/libxnee0.install
--- xnee-3.19/debian/libxnee0.install 2022-06-26 06:35:51.000000000 +0000
+++ xnee-3.19/debian/libxnee0.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libxnee.so.*
diff -Nru xnee-3.19/debian/libxnee0t64.install
xnee-3.19/debian/libxnee0t64.install
--- xnee-3.19/debian/libxnee0t64.install 1970-01-01 00:00:00.000000000
+0000
+++ xnee-3.19/debian/libxnee0t64.install 2022-06-26 06:35:51.000000000
+0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libxnee.so.*
diff -Nru xnee-3.19/debian/libxnee0t64.lintian-overrides
xnee-3.19/debian/libxnee0t64.lintian-overrides
--- xnee-3.19/debian/libxnee0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ xnee-3.19/debian/libxnee0t64.lintian-overrides 2024-02-06
00:30:05.000000000 +0000
@@ -0,0 +1 @@
+libxnee0t64: package-name-doesnt-match-sonames libxnee0
--- End Message ---
--- Begin Message ---
Source: xnee
Source-Version: 3.19-9.1
Done: Steve Langasek <vor...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xnee, 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 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated xnee 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Feb 2024 07:46:12 +0000
Source: xnee
Architecture: source
Version: 3.19-9.1
Distribution: unstable
Urgency: medium
Maintainer: Vincent Bernat <ber...@debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063283
Changes:
xnee (3.19-9.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063283
Checksums-Sha1:
645ff34d2ac1f58cfc1fd7cf5f3a3551d904ec51 2248 xnee_3.19-9.1.dsc
3b23493cb6b2f2fd1d1b78e0e2d1d75208176d12 16531620 xnee_3.19-9.1.debian.tar.xz
b6a83741eabb5c3f6b0b087a9226c07b40b9a582 14021 xnee_3.19-9.1_source.buildinfo
Checksums-Sha256:
ef2efc8d31513afe3d62957b11dcf9985c0a4e343b72b96382d4806cc2993d03 2248
xnee_3.19-9.1.dsc
f1f4460173e3fad41b68614e4a209276e6ff7c8ab234a2a8313c33d2a0727327 16531620
xnee_3.19-9.1.debian.tar.xz
5258fd4bbc0571e6f75682e95010ed9d42acd0e8ee0022dc82eb2461ec0d76d5 14021
xnee_3.19-9.1_source.buildinfo
Files:
b61b1f17c941514eb8f56c7271f26ef4 2248 x11 optional xnee_3.19-9.1.dsc
662f6197c66fe7233be7fb33a216c711 16531620 x11 optional
xnee_3.19-9.1.debian.tar.xz
851e869d35355dcef8c577242ef7271a 14021 x11 optional
xnee_3.19-9.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgNo4SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM90dsP/0SfsO+L/90lDUMKTT4G9K8XXdHWhS1e
EdiJlDFf/cfBZbbO03FSAiVCEmtLUMFKk9uxAaSZ2oK4si8pKIIIEBsN7lP+M4P1
lsLSkKOrdXQvk91L0Vy7hH3MegpzCkULZ94UlCpTXV6XrtilP/oS753WasOAS6fd
n0aRp9p9AYKkiy8iLdBUUTuAceDXxENULWBqmCKKhxrPNr4YiOij8+Nsmcn9Q+TB
dh/GhoMZGfVuQ05UHWZGwbRgXe6tO57JSqqJQx9yyCJJsRDxoetnsg/ezhP/JLTi
xYimii37+mFGJaLha494IH3i5uZvwzD+1TUuqz1KebbvKH/RLrktZ89BJn1C6h0E
mf0lmZ6A8vRlTqzH9sedwz6L/HcGBTe/diCgIUaW6TQ54r6OjIt4KjxLgB6EcCpH
Fy5KA75FTzvSkDkTd/5EBx1YPnwKYy9T4crXB1z9pytf+gv7HnN19KzgGmrIWoFX
4iH+WoDrrL/hhUFjzYDgVwPoCbvLDE5O3NL1Z8ExO8eMXHXbEux2VL3wty+tZs9V
zrFh6YbdggnnykcHcjaQskf1XMUH6JNVmiZfelc1OjDbRcaLLvtkE++uJtZl5jgx
TV1VWKkXcdJqatnPjzpGZeJP5ykMvRxBcp1p5GUoWJ1vgQuZnwFqmYrB0FaUA7kJ
RpPJAXbddpZF
=fsJ7
-----END PGP SIGNATURE-----
pgp6txP17Z527.pgp
Description: PGP signature
--- End Message ---