Your message dated Thu, 29 Feb 2024 22:02:29 +0000
with message-id <e1rfou1-00db9w...@fasolo.debian.org>
and subject line Bug#1063229: fixed in pianobar 2022.04.01-1.1
has caused the Debian Bug report #1063229,
regarding pianobar: 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.)


-- 
1063229: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063229
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pianobar
Version: 2022.04.01-1
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
pianobar 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 pianobar
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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, 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 pianobar-2022.04.01/debian/changelog 
pianobar-2022.04.01/debian/changelog
--- pianobar-2022.04.01/debian/changelog        2022-04-01 20:15:30.000000000 
-0300
+++ pianobar-2022.04.01/debian/changelog        2024-02-05 15:49:13.000000000 
-0300
@@ -1,3 +1,10 @@
+pianobar (2022.04.01-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org>  Mon, 05 Feb 2024 15:49:13 -0300
+
 pianobar (2022.04.01-1) unstable; urgency=medium
 
   * New upstream version 2022.04.01.
diff -Nru pianobar-2022.04.01/debian/control pianobar-2022.04.01/debian/control
--- pianobar-2022.04.01/debian/control  2022-04-01 20:15:04.000000000 -0300
+++ pianobar-2022.04.01/debian/control  2024-02-05 15:49:13.000000000 -0300
@@ -43,7 +43,10 @@
  You need an account in order to use this player, so please consider
  create one for free before using pianobar at https://pandora.com.
 
-Package: libpiano0
+Package: libpiano0t64
+Provides: ${t64:Provides}
+Replaces: libpiano0
+Breaks: libpiano0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -74,7 +77,7 @@
 Multi-Arch: same
 Section: libdevel
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libpiano0 (= ${binary:Version}), ${misc:Depends}
+Depends: libpiano0t64 (= ${binary:Version}), ${misc:Depends}
 Description: library to interface with Pandora radio -- development
  libpiano is a cross-platform library to interface with the personalized
  web radio Pandora, supporting all important features the official Flashâ„¢
diff -Nru pianobar-2022.04.01/debian/libpiano0.install 
pianobar-2022.04.01/debian/libpiano0.install
--- pianobar-2022.04.01/debian/libpiano0.install        2019-01-25 
11:23:34.000000000 -0200
+++ pianobar-2022.04.01/debian/libpiano0.install        1969-12-31 
21:00:00.000000000 -0300
@@ -1,2 +0,0 @@
-usr/lib/*/libpiano.so.0.0.0
-usr/lib/*/libpiano.so.0
diff -Nru pianobar-2022.04.01/debian/libpiano0.symbols 
pianobar-2022.04.01/debian/libpiano0.symbols
--- pianobar-2022.04.01/debian/libpiano0.symbols        2020-12-01 
00:09:50.000000000 -0300
+++ pianobar-2022.04.01/debian/libpiano0.symbols        1969-12-31 
21:00:00.000000000 -0300
@@ -1,22 +0,0 @@
-libpiano.so.0 libpiano0 #MINVER#
-* Build-Depends-Package: libpiano-dev
- PianoDecryptString@Base 2011.04.19
- PianoDestroy@Base 2011.04.19
- PianoDestroyPlaylist@Base 2011.04.19
- PianoDestroyRequest@Base 2011.04.19
- PianoDestroySearchResult@Base 2011.04.19
- PianoDestroyStation@Base 2011.04.19
- PianoDestroyStationInfo@Base 2011.04.19
- PianoDestroyStationMode@Base 2020.11.28
- PianoDestroyUserInfo@Base 2012.05.06
- PianoEncryptString@Base 2011.04.19
- PianoErrorToStr@Base 2011.04.19
- PianoFindStationById@Base 2011.04.19
- PianoInit@Base 2011.04.19
- PianoListAppend@Base 2013.09.15
- PianoListCount@Base 2013.09.15
- PianoListDelete@Base 2013.09.15
- PianoListGet@Base 2013.09.15
- PianoListPrepend@Base 2013.09.15
- PianoRequest@Base 2011.04.19
- PianoResponse@Base 2011.04.19
diff -Nru pianobar-2022.04.01/debian/libpiano0t64.install 
pianobar-2022.04.01/debian/libpiano0t64.install
--- pianobar-2022.04.01/debian/libpiano0t64.install     1969-12-31 
21:00:00.000000000 -0300
+++ pianobar-2022.04.01/debian/libpiano0t64.install     2019-01-25 
11:23:34.000000000 -0200
@@ -0,0 +1,2 @@
+usr/lib/*/libpiano.so.0.0.0
+usr/lib/*/libpiano.so.0
diff -Nru pianobar-2022.04.01/debian/libpiano0t64.lintian-overrides 
pianobar-2022.04.01/debian/libpiano0t64.lintian-overrides
--- pianobar-2022.04.01/debian/libpiano0t64.lintian-overrides   1969-12-31 
21:00:00.000000000 -0300
+++ pianobar-2022.04.01/debian/libpiano0t64.lintian-overrides   2024-02-05 
15:49:13.000000000 -0300
@@ -0,0 +1 @@
+libpiano0t64: package-name-doesnt-match-sonames libpiano0
diff -Nru pianobar-2022.04.01/debian/libpiano0t64.symbols 
pianobar-2022.04.01/debian/libpiano0t64.symbols
--- pianobar-2022.04.01/debian/libpiano0t64.symbols     1969-12-31 
21:00:00.000000000 -0300
+++ pianobar-2022.04.01/debian/libpiano0t64.symbols     2024-02-05 
15:49:13.000000000 -0300
@@ -0,0 +1,22 @@
+libpiano.so.0 libpiano0t64 #MINVER#
+* Build-Depends-Package: libpiano-dev
+ PianoDecryptString@Base 2011.04.19
+ PianoDestroy@Base 2011.04.19
+ PianoDestroyPlaylist@Base 2011.04.19
+ PianoDestroyRequest@Base 2011.04.19
+ PianoDestroySearchResult@Base 2011.04.19
+ PianoDestroyStation@Base 2011.04.19
+ PianoDestroyStationInfo@Base 2011.04.19
+ PianoDestroyStationMode@Base 2020.11.28
+ PianoDestroyUserInfo@Base 2012.05.06
+ PianoEncryptString@Base 2011.04.19
+ PianoErrorToStr@Base 2011.04.19
+ PianoFindStationById@Base 2011.04.19
+ PianoInit@Base 2011.04.19
+ PianoListAppend@Base 2013.09.15
+ PianoListCount@Base 2013.09.15
+ PianoListDelete@Base 2013.09.15
+ PianoListGet@Base 2013.09.15
+ PianoListPrepend@Base 2013.09.15
+ PianoRequest@Base 2011.04.19
+ PianoResponse@Base 2011.04.19

--- End Message ---
--- Begin Message ---
Source: pianobar
Source-Version: 2022.04.01-1.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pianobar, 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.
Benjamin Drung <bdr...@debian.org> (supplier of updated pianobar 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 20:48:11 +0000
Source: pianobar
Architecture: source
Version: 2022.04.01-1.1
Distribution: unstable
Urgency: medium
Maintainer: Luke Faraone <lfara...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063229
Changes:
 pianobar (2022.04.01-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063229
Checksums-Sha1:
 dd8036bf07823623169469258eca73afe18fdf49 2492 pianobar_2022.04.01-1.1.dsc
 036c54a40acbad5e5809ae49e7c8d4f458f4794d 8124 
pianobar_2022.04.01-1.1.debian.tar.xz
 e2bd2227c450932416b12fdbd82c0b4900a75f60 12514 
pianobar_2022.04.01-1.1_source.buildinfo
Checksums-Sha256:
 0143ea94673515dfd8cd710b2f0fbe47142c7a68a531162e7741272985a98794 2492 
pianobar_2022.04.01-1.1.dsc
 1ad6266061300918f9210aa5fc2f92dabb91a941e169dda6fc3607181093ca67 8124 
pianobar_2022.04.01-1.1.debian.tar.xz
 d93d80efbc0088e96995dd7482e840db8d44bd440fb11f793408dbbccaa505bd 12514 
pianobar_2022.04.01-1.1_source.buildinfo
Files:
 1ae0edf79c3a2eb0748f16beb78df4d1 2492 sound optional 
pianobar_2022.04.01-1.1.dsc
 6087c10e1aa7d5817c3e6633aa4beaa3 8124 sound optional 
pianobar_2022.04.01-1.1.debian.tar.xz
 9b83778c0e66dd273fcb2bc7f6b8fdb1 12514 sound optional 
pianobar_2022.04.01-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg7ZYACgkQFZ61xO/I
d0yJbg//TS4qn4qeTw4pOmR2j7tLV1rybKasaXmWzgWPW86MfdVys0YeZMst0MfN
hSrFUvqL7GMyVPpg0QpjZzHDQO62rxXqC+NRsaxTSz5v1L34FfypX+BYsOro3FT+
3Yz38V8y1u4kl36JA96Nl0z6gkbIDlp+hTHPcDUcQWYRwInQN3vKOmN1LWgvdfzy
W2qoFT83WSiPxaWRnh3QL4FCPCi4ejZMj2pfFOzEdgepdLNPqNvCUrclpacx+byI
Pq2YMYGhh3oPxlYh/+dt8dHW1Q/af+gRv2wekb8rA6ehawfZiVozSu6CeXNYRjoT
CTtBhee3tDaJbp7gaMlw3XS/1eDyzw38KQ2o1wN8nWpOVr7j9yH78kxvl72QEDav
VPFSo0DoUseAWzZ+sv6Zbd9MXS81DlfgHmIfa28MJXlT//NmnmUaS75v/R2ppZZm
9gOAbz3HReZE8Mj8LAQJGPL1yxfhS2/WQ/slj2jSaVShOUXvmUOxFh4VicbEv0Sa
9OQtGYQ+/gzSlvrpOqks45hKIvcQuAZhLDZaHEVquiBSJuGsxoE3qqKTPZO7EqSg
QnZqMbuBRFn5Ua3RIkFvCzv7+/zCzb0TLUDLQ+4ffgQnHHxEk6xmyPGCXJnTwamT
534iHRjJHsNfBr/ntFNDGpDxYOOpce+JLD193ZDz+quWCmZcYXw=
=Ulak
-----END PGP SIGNATURE-----

Attachment: pgpnkBpozb5EJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to