Your message dated Wed, 28 Feb 2024 21:52:11 +0000 with message-id <E1rfRqV-008GfR-4f@fasolo.debian.org> and subject line Bug#1062273: fixed in libdrumstick 2.9.0-1.1 has caused the Debian Bug report #1062273, regarding libdrumstick: 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.) -- 1062273: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062273 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: libdrumstick: NMU diff for 64-bit time_t transition
- From: Steve Langasek <vorlon@debian.org>
- Date: Wed, 31 Jan 2024 22:20:19 +0000
- Message-id: <170673961918.2093340.884308350181661308.reportbug@homer.dodds.net>
Source: libdrumstick Version: 2.9.0-1 Severity: serious Tags: patch pending Justification: library ABI skew on upgrade User: debian-arm@lists.debian.org 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 libdrumstick 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 libdrumstick 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 libdrumstick-2.9.0/debian/changelog libdrumstick-2.9.0/debian/changelog --- libdrumstick-2.9.0/debian/changelog 2024-01-14 12:30:37.000000000 +0000 +++ libdrumstick-2.9.0/debian/changelog 2024-01-31 22:17:26.000000000 +0000 @@ -1,3 +1,10 @@ +libdrumstick (2.9.0-1.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Steve Langasek <vorlon@debian.org> Wed, 31 Jan 2024 22:17:26 +0000 + libdrumstick (2.9.0-1) unstable; urgency=medium * New upstream version 2.9.0 diff -Nru libdrumstick-2.9.0/debian/control libdrumstick-2.9.0/debian/control --- libdrumstick-2.9.0/debian/control 2023-12-28 14:45:13.000000000 +0000 +++ libdrumstick-2.9.0/debian/control 2024-01-31 22:17:26.000000000 +0000 @@ -38,11 +38,11 @@ Architecture: any Multi-Arch: same Depends: - libdrumstick-alsa2 (= ${binary:Version}), - libdrumstick-file2 (= ${binary:Version}), + libdrumstick-alsa2t64 (= ${binary:Version}), + libdrumstick-file2t64 (= ${binary:Version}), libdrumstick-rt-backends (= ${binary:Version}), - libdrumstick-rt2 (= ${binary:Version}), - libdrumstick-widgets2 (= ${binary:Version}), + libdrumstick-rt2t64 (= ${binary:Version}), + libdrumstick-widgets2t64 (= ${binary:Version}), ${misc:Depends} Description: Qt6/C++ wrapper for ALSA Sequencer (development files) This library is a C++ wrapper around the ALSA library sequencer interface, @@ -52,7 +52,10 @@ . This package provides the development files. -Package: libdrumstick-alsa2 +Package: libdrumstick-alsa2t64 +Provides: ${t64:Provides} +Replaces: libdrumstick-alsa2 +Breaks: libdrumstick-alsa2 (<< ${source:Version}) Architecture: any Multi-Arch: same Depends: @@ -66,7 +69,10 @@ . This package provides the shared library. -Package: libdrumstick-file2 +Package: libdrumstick-file2t64 +Provides: ${t64:Provides} +Replaces: libdrumstick-file2 +Breaks: libdrumstick-file2 (<< ${source:Version}) Architecture: any Multi-Arch: same Depends: @@ -95,7 +101,10 @@ . This package contains the libdrumstick Qt designer plugins. -Package: libdrumstick-rt2 +Package: libdrumstick-rt2t64 +Provides: ${t64:Provides} +Replaces: libdrumstick-rt2 +Breaks: libdrumstick-rt2 (<< ${source:Version}) Architecture: any Multi-Arch: same Depends: @@ -127,7 +136,10 @@ . This package contains the backends for realtime MIDI I/O. -Package: libdrumstick-widgets2 +Package: libdrumstick-widgets2t64 +Provides: ${t64:Provides} +Replaces: libdrumstick-widgets2 +Breaks: libdrumstick-widgets2 (<< ${source:Version}) Architecture: any Multi-Arch: same Depends: diff -Nru libdrumstick-2.9.0/debian/libdrumstick-alsa2.install libdrumstick-2.9.0/debian/libdrumstick-alsa2.install --- libdrumstick-2.9.0/debian/libdrumstick-alsa2.install 2023-07-03 17:23:42.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-alsa2.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libdrumstick-alsa.so.* diff -Nru libdrumstick-2.9.0/debian/libdrumstick-alsa2t64.install libdrumstick-2.9.0/debian/libdrumstick-alsa2t64.install --- libdrumstick-2.9.0/debian/libdrumstick-alsa2t64.install 1970-01-01 00:00:00.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-alsa2t64.install 2023-07-03 17:23:42.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libdrumstick-alsa.so.* diff -Nru libdrumstick-2.9.0/debian/libdrumstick-alsa2t64.lintian-overrides libdrumstick-2.9.0/debian/libdrumstick-alsa2t64.lintian-overrides --- libdrumstick-2.9.0/debian/libdrumstick-alsa2t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-alsa2t64.lintian-overrides 2024-01-31 22:17:26.000000000 +0000 @@ -0,0 +1 @@ +libdrumstick-alsa2t64: package-name-doesnt-match-sonames libdrumstick-alsa2 diff -Nru libdrumstick-2.9.0/debian/libdrumstick-file2.install libdrumstick-2.9.0/debian/libdrumstick-file2.install --- libdrumstick-2.9.0/debian/libdrumstick-file2.install 2023-07-03 17:23:42.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-file2.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libdrumstick-file.so.* diff -Nru libdrumstick-2.9.0/debian/libdrumstick-file2t64.install libdrumstick-2.9.0/debian/libdrumstick-file2t64.install --- libdrumstick-2.9.0/debian/libdrumstick-file2t64.install 1970-01-01 00:00:00.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-file2t64.install 2023-07-03 17:23:42.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libdrumstick-file.so.* diff -Nru libdrumstick-2.9.0/debian/libdrumstick-file2t64.lintian-overrides libdrumstick-2.9.0/debian/libdrumstick-file2t64.lintian-overrides --- libdrumstick-2.9.0/debian/libdrumstick-file2t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-file2t64.lintian-overrides 2024-01-31 22:17:26.000000000 +0000 @@ -0,0 +1 @@ +libdrumstick-file2t64: package-name-doesnt-match-sonames libdrumstick-file2 diff -Nru libdrumstick-2.9.0/debian/libdrumstick-rt2.install libdrumstick-2.9.0/debian/libdrumstick-rt2.install --- libdrumstick-2.9.0/debian/libdrumstick-rt2.install 2023-07-03 17:23:42.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-rt2.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libdrumstick-rt.so.* diff -Nru libdrumstick-2.9.0/debian/libdrumstick-rt2t64.install libdrumstick-2.9.0/debian/libdrumstick-rt2t64.install --- libdrumstick-2.9.0/debian/libdrumstick-rt2t64.install 1970-01-01 00:00:00.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-rt2t64.install 2023-07-03 17:23:42.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libdrumstick-rt.so.* diff -Nru libdrumstick-2.9.0/debian/libdrumstick-rt2t64.lintian-overrides libdrumstick-2.9.0/debian/libdrumstick-rt2t64.lintian-overrides --- libdrumstick-2.9.0/debian/libdrumstick-rt2t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-rt2t64.lintian-overrides 2024-01-31 22:17:26.000000000 +0000 @@ -0,0 +1 @@ +libdrumstick-rt2t64: package-name-doesnt-match-sonames libdrumstick-rt2 diff -Nru libdrumstick-2.9.0/debian/libdrumstick-widgets2.install libdrumstick-2.9.0/debian/libdrumstick-widgets2.install --- libdrumstick-2.9.0/debian/libdrumstick-widgets2.install 2023-07-03 17:23:42.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-widgets2.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libdrumstick-widgets.so.* diff -Nru libdrumstick-2.9.0/debian/libdrumstick-widgets2t64.install libdrumstick-2.9.0/debian/libdrumstick-widgets2t64.install --- libdrumstick-2.9.0/debian/libdrumstick-widgets2t64.install 1970-01-01 00:00:00.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-widgets2t64.install 2023-07-03 17:23:42.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libdrumstick-widgets.so.* diff -Nru libdrumstick-2.9.0/debian/libdrumstick-widgets2t64.lintian-overrides libdrumstick-2.9.0/debian/libdrumstick-widgets2t64.lintian-overrides --- libdrumstick-2.9.0/debian/libdrumstick-widgets2t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ libdrumstick-2.9.0/debian/libdrumstick-widgets2t64.lintian-overrides 2024-01-31 22:17:26.000000000 +0000 @@ -0,0 +1 @@ +libdrumstick-widgets2t64: package-name-doesnt-match-sonames libdrumstick-widgets2
--- End Message ---
--- Begin Message ---
- To: 1062273-close@bugs.debian.org
- Subject: Bug#1062273: fixed in libdrumstick 2.9.0-1.1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Wed, 28 Feb 2024 21:52:11 +0000
- Message-id: <E1rfRqV-008GfR-4f@fasolo.debian.org>
- Reply-to: Benjamin Drung <bdrung@debian.org>
Source: libdrumstick Source-Version: 2.9.0-1.1 Done: Benjamin Drung <bdrung@debian.org> We believe that the bug you reported is fixed in the latest version of libdrumstick, 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 1062273@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 libdrumstick 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: Wed, 28 Feb 2024 18:53:30 +0000 Source: libdrumstick Architecture: source Version: 2.9.0-1.1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Benjamin Drung <bdrung@debian.org> Closes: 1062273 Changes: libdrumstick (2.9.0-1.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062273 Checksums-Sha1: 6692e613e0ebc8712a53008ae0b3df1a91c22961 2973 libdrumstick_2.9.0-1.1.dsc 1625ef5f38afc35fc49b96c2862c84d94e509414 17668 libdrumstick_2.9.0-1.1.debian.tar.xz 975297b0d02c28ba9b04a4357b7693f485e45df7 16572 libdrumstick_2.9.0-1.1_source.buildinfo Checksums-Sha256: 2da27193c5bd487015c6843019511cb71e269b5ffba50e837a551b40218776db 2973 libdrumstick_2.9.0-1.1.dsc aa2eb01092442ad23900c0f3396d680cd0673d7b714133d5cf50dc8b332d9900 17668 libdrumstick_2.9.0-1.1.debian.tar.xz 3c1daf12ca1ae2be0e298260b2bf737b9f4acb57dbe7140b1218f9ed6b450b2c 16572 libdrumstick_2.9.0-1.1_source.buildinfo Files: bde9e5a365eb4c9b77b28c2c0a681bf9 2973 libs optional libdrumstick_2.9.0-1.1.dsc e4ac264032f480c6340ec49d7845bf5f 17668 libs optional libdrumstick_2.9.0-1.1.debian.tar.xz 2f6f97bbdc0f1786b13a21bf3e8029a1 16572 libs optional libdrumstick_2.9.0-1.1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfgWIACgkQFZ61xO/I d0z3Zg//XoLZClwKHeYuyoWKR3rMM9bbs/qWQ4wmUBVhD9aA1nIBlPyxa0WAXXhh Wdmsu+VQGV/p79KBPiHCbUcgkNLCs/AihZ/8kcMCesgOoHfLw00R2lJeG3wFrjrT KTxbaAq6cvUpauiCnSepHkUAwwPPPwvsuo+3mT/vyTINjq7JpVoxtBn/L75qRXEP XfHWRLexFogkm1ssEiPzNjgVvlmR+lium3bFKxxmkBs3B9qdvDyNX9LDtTgRpjkH JvDO7vkRiUrGbKLqUskveS6tZ/6OqBtAbUHAKSZCrTigvgl095f4JH4d6/p/tCgu ifvIhrZ3eZCQKKEiR2j5nvwuPdnQ8T7MWTLnTj233DAeUATxghTH5Ro2pNZMyVpC rGd2UMAaBsRbpxAkwoj8uODX3GXMIwd+pHpoPCAyMwKnx1dyM9bSwtilAZCBugwm fvGPs/6lW7oDAudEbYOBwA7FDSArjFzdGaCTWaZdpztntHR64oEUDSZaEd/7v6qr /NhKdvYJF7XTIe9dki09cGt1Qqvt39VrJf2UEeBjelMEoNmds8xKjp52qPzt1IAi LuFea0cxMHSGKylrZnSZxD6w6tziKMTUAPUODDY6xpLyHEzvPZD0ubX0S+0+b94n 1V/3yP1SYudDHlMrwKMOCJf03hE4xSoh/kU4IVDZ6O14kFmMWYA= =CKb+ -----END PGP SIGNATURE-----Attachment: pgpIKZot5qCDg.pgp
Description: PGP signature
--- End Message ---