Your message dated Thu, 29 Feb 2024 09:33:50 +0000
with message-id <[email protected]>
and subject line Bug#1063299: fixed in xwiimote 2-4.1
has caused the Debian Bug report #1063299,
regarding xwiimote: 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.)


-- 
1063299: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063299
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xwiimote
Version: 2-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
xwiimote 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 xwiimote
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 xwiimote-2/debian/changelog xwiimote-2/debian/changelog
--- xwiimote-2/debian/changelog 2020-11-30 06:39:54.000000000 +0000
+++ xwiimote-2/debian/changelog 2024-02-06 03:14:11.000000000 +0000
@@ -1,3 +1,10 @@
+xwiimote (2-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Tue, 06 Feb 2024 03:14:11 +0000
+
 xwiimote (2-4) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru xwiimote-2/debian/control xwiimote-2/debian/control
--- xwiimote-2/debian/control   2020-11-30 06:39:54.000000000 +0000
+++ xwiimote-2/debian/control   2024-02-06 03:14:11.000000000 +0000
@@ -12,8 +12,8 @@
 Package: xwiimote
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: libxwiimote2 (<< 2-2), libxwiimote1
-Replaces: libxwiimote2 (<< 2-2), libxwiimote1
+Breaks: libxwiimote2t64 (<< 2-2), libxwiimote1
+Replaces: libxwiimote2t64 (<< 2-2), libxwiimote1
 Description: Nintendo Wii Remote Linux Device Driver Tools
  This provides tools related to the open source Nintendo Wii
  Remote linux device driver.
@@ -21,13 +21,15 @@
  This contains the tool for displaying Wii remote connected and the setting
  tool which uses operation of Wii remote as keyboard.
 
-Package: libxwiimote2
+Package: libxwiimote2t64
+Provides: ${t64:Provides}
+Replaces: libxwiimote2
 Section: libs
 Architecture: linux-any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: libxwiimote1 (<< 0.3+20120630-6)
+Breaks: libxwiimote2 (<< ${source:Version}), libxwiimote1 (<< 0.3+20120630-6)
 Description: xwiimote library - runtime
  This package contains the runtime library files needed to run software
  using xwiimote.
@@ -35,9 +37,9 @@
 Package: libxwiimote-dev
 Section: libdevel
 Architecture: linux-any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxwiimote2 (= 
${binary:Version}), libudev-dev
-Breaks: libxwiimote2 (<< 2-2)
-Replaces: libxwiimote2 (<< 2-2)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxwiimote2t64 (= 
${binary:Version}), libudev-dev
+Breaks: libxwiimote2t64 (<< 2-2)
+Replaces: libxwiimote2t64 (<< 2-2)
 Description: xwiimote library - development
  This package contains the header and development files needed to build
  programs and packages using xwiimote.
diff -Nru xwiimote-2/debian/libxwiimote2.install 
xwiimote-2/debian/libxwiimote2.install
--- xwiimote-2/debian/libxwiimote2.install      2020-11-30 06:39:54.000000000 
+0000
+++ xwiimote-2/debian/libxwiimote2.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-usr/lib/*/libxwiimote.so.2
-usr/lib/*/libxwiimote.so.2.*
diff -Nru xwiimote-2/debian/libxwiimote2.symbols 
xwiimote-2/debian/libxwiimote2.symbols
--- xwiimote-2/debian/libxwiimote2.symbols      2020-11-30 06:39:54.000000000 
+0000
+++ xwiimote-2/debian/libxwiimote2.symbols      1970-01-01 00:00:00.000000000 
+0000
@@ -1,26 +0,0 @@
-libxwiimote.so.2 libxwiimote2 #MINVER#
- LIBXWIIMOTE_2@LIBXWIIMOTE_2 2
- xwii_iface_available@LIBXWIIMOTE_2 2
- xwii_iface_close@LIBXWIIMOTE_2 2
- xwii_iface_dispatch@LIBXWIIMOTE_2 2
- xwii_iface_get_battery@LIBXWIIMOTE_2 2
- xwii_iface_get_devtype@LIBXWIIMOTE_2 2
- xwii_iface_get_extension@LIBXWIIMOTE_2 2
- xwii_iface_get_fd@LIBXWIIMOTE_2 2
- xwii_iface_get_led@LIBXWIIMOTE_2 2
- xwii_iface_get_mp_normalization@LIBXWIIMOTE_2 2
- xwii_iface_new@LIBXWIIMOTE_2 2
- xwii_iface_open@LIBXWIIMOTE_2 2
- xwii_iface_opened@LIBXWIIMOTE_2 2
- xwii_iface_poll@LIBXWIIMOTE_2 2
- xwii_iface_ref@LIBXWIIMOTE_2 2
- xwii_iface_rumble@LIBXWIIMOTE_2 2
- xwii_iface_set_led@LIBXWIIMOTE_2 2
- xwii_iface_set_mp_normalization@LIBXWIIMOTE_2 2
- xwii_iface_unref@LIBXWIIMOTE_2 2
- xwii_iface_watch@LIBXWIIMOTE_2 2
- xwii_monitor_get_fd@LIBXWIIMOTE_2 2
- xwii_monitor_new@LIBXWIIMOTE_2 2
- xwii_monitor_poll@LIBXWIIMOTE_2 2
- xwii_monitor_ref@LIBXWIIMOTE_2 2
- xwii_monitor_unref@LIBXWIIMOTE_2 2
diff -Nru xwiimote-2/debian/libxwiimote2t64.install 
xwiimote-2/debian/libxwiimote2t64.install
--- xwiimote-2/debian/libxwiimote2t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ xwiimote-2/debian/libxwiimote2t64.install   2020-11-30 06:39:54.000000000 
+0000
@@ -0,0 +1,2 @@
+usr/lib/*/libxwiimote.so.2
+usr/lib/*/libxwiimote.so.2.*
diff -Nru xwiimote-2/debian/libxwiimote2t64.lintian-overrides 
xwiimote-2/debian/libxwiimote2t64.lintian-overrides
--- xwiimote-2/debian/libxwiimote2t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ xwiimote-2/debian/libxwiimote2t64.lintian-overrides 2024-02-06 
03:14:11.000000000 +0000
@@ -0,0 +1 @@
+libxwiimote2t64: package-name-doesnt-match-sonames libxwiimote2
diff -Nru xwiimote-2/debian/libxwiimote2t64.symbols 
xwiimote-2/debian/libxwiimote2t64.symbols
--- xwiimote-2/debian/libxwiimote2t64.symbols   1970-01-01 00:00:00.000000000 
+0000
+++ xwiimote-2/debian/libxwiimote2t64.symbols   2024-02-06 03:14:11.000000000 
+0000
@@ -0,0 +1,26 @@
+libxwiimote.so.2 libxwiimote2t64 #MINVER#
+ LIBXWIIMOTE_2@LIBXWIIMOTE_2 2
+ xwii_iface_available@LIBXWIIMOTE_2 2
+ xwii_iface_close@LIBXWIIMOTE_2 2
+ xwii_iface_dispatch@LIBXWIIMOTE_2 2
+ xwii_iface_get_battery@LIBXWIIMOTE_2 2
+ xwii_iface_get_devtype@LIBXWIIMOTE_2 2
+ xwii_iface_get_extension@LIBXWIIMOTE_2 2
+ xwii_iface_get_fd@LIBXWIIMOTE_2 2
+ xwii_iface_get_led@LIBXWIIMOTE_2 2
+ xwii_iface_get_mp_normalization@LIBXWIIMOTE_2 2
+ xwii_iface_new@LIBXWIIMOTE_2 2
+ xwii_iface_open@LIBXWIIMOTE_2 2
+ xwii_iface_opened@LIBXWIIMOTE_2 2
+ xwii_iface_poll@LIBXWIIMOTE_2 2
+ xwii_iface_ref@LIBXWIIMOTE_2 2
+ xwii_iface_rumble@LIBXWIIMOTE_2 2
+ xwii_iface_set_led@LIBXWIIMOTE_2 2
+ xwii_iface_set_mp_normalization@LIBXWIIMOTE_2 2
+ xwii_iface_unref@LIBXWIIMOTE_2 2
+ xwii_iface_watch@LIBXWIIMOTE_2 2
+ xwii_monitor_get_fd@LIBXWIIMOTE_2 2
+ xwii_monitor_new@LIBXWIIMOTE_2 2
+ xwii_monitor_poll@LIBXWIIMOTE_2 2
+ xwii_monitor_ref@LIBXWIIMOTE_2 2
+ xwii_monitor_unref@LIBXWIIMOTE_2 2

--- End Message ---
--- Begin Message ---
Source: xwiimote
Source-Version: 2-4.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xwiimote, 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.
Steve Langasek <[email protected]> (supplier of updated xwiimote 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 08:07:03 +0000
Source: xwiimote
Architecture: source
Version: 2-4.1
Distribution: unstable
Urgency: medium
Maintainer: Nobuhiro Iwamatsu <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063299
Changes:
 xwiimote (2-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063299
Checksums-Sha1:
 f796bdc7b8ae4ed18f209df47235d87d53cc84c1 2044 xwiimote_2-4.1.dsc
 46b1d3d78163a57d320ae88ea24cd3b2d8a85999 4644 xwiimote_2-4.1.debian.tar.xz
 e6d030a5b0033dd872b1b009b9c6d5660af862ef 7017 xwiimote_2-4.1_source.buildinfo
Checksums-Sha256:
 992cdbfa46be644f2b7dc2a1fb06034b677f97fd186a18a5d7edaa356490632d 2044 
xwiimote_2-4.1.dsc
 faed21780ae8e7b8fe28d5bc7e94d77548875d064c1b1f953520e4b7c1d90e21 4644 
xwiimote_2-4.1.debian.tar.xz
 da3e8b34aab909607eff269f3f56bcf5b66fe10c70e1567f8e632468afdcb1e3 7017 
xwiimote_2-4.1_source.buildinfo
Files:
 04f01e987127dd07d78f0c553bbd339b 2044 devel optional xwiimote_2-4.1.dsc
 4b98191aedc8e89bcc891f23552abe7f 4644 devel optional 
xwiimote_2-4.1.debian.tar.xz
 49df53419aa860b5a162f60727244dfd 7017 devel optional 
xwiimote_2-4.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgO04SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9OpgP/A/YtHt0+eyREvJEKQI+w9EtdEHHNPVQ
2HH+4tii9GDnWL9udcm7uEvPkVyKLZaInfVACgjRbp5QzoRktz1Hsj3TGnreKoJ0
dlCUHprpFcxnojB0AT7gCI5fYUmTWZlaEKy8TkuYnz9MlV971H1n7tlheTEpgH9u
RYZNJXxmDYkr11UKLmy4mabeutcA1arivtbt0mj4mBaB7dFVVNuWlwZ91SoHOj5o
IhfqavxvwOWzAJwdMwLQBQ53a+ZlSdlnIYLh2GjYC8kZXMn6uUfisaFPJyekbVb+
QXWqjVKcjqpsp3sbfR+N50EsUuEtHAMrBhgILtZpAx3xxZzoApbDT4VmXEV2W4aL
RAqPU+R0vJuFEKOixJ/dkWov1PySGtVl1fXwnQn2TRTCbrztXllqW37FQfFnFXy1
4MwmvEz+raVorK1M8oaPA+vYCa1nlv7+Tg+3kVJXHKzBw2nVanGKgIKirJY2QKKS
qV9g7oVt9KXR+qLa0RoBU005WeYT174g7yFGT0SAp+AEEsr4Ca54udDvKi3AUDRU
BcQZyFXms3XMlMcPJsmXBHbUlp7+4u5Fb10ifLd5o1j0mwv//7VVTOTIYPayAusz
cMTKy4srR5L39ZXK8lgOnjLmJYC1p8n18oE8awnwfKCo9AS+gB9gchrQgJzIAZwT
XOCzHY52UD72
=qxcq
-----END PGP SIGNATURE-----

Attachment: pgpSqZVAeIq41.pgp
Description: PGP signature


--- End Message ---

Reply via email to