Your message dated Fri, 01 Mar 2024 12:36:36 +0000
with message-id <e1rg27w-00gexb...@fasolo.debian.org>
and subject line Bug#1063125: fixed in libcdio-paranoia 10.2+2.0.1-1.1
has caused the Debian Bug report #1063125,
regarding libcdio-paranoia: 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.)


-- 
1063125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063125
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libcdio-paranoia
Version: 10.2+2.0.1-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
libcdio-paranoia 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 libcdio-paranoia
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.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 libcdio-paranoia-10.2+2.0.1/debian/changelog 
libcdio-paranoia-10.2+2.0.1/debian/changelog
--- libcdio-paranoia-10.2+2.0.1/debian/changelog        2022-08-18 
18:43:37.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/changelog        2024-02-05 
07:52:54.000000000 +0000
@@ -1,3 +1,10 @@
+libcdio-paranoia (10.2+2.0.1-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Mon, 05 Feb 2024 07:52:54 +0000
+
 libcdio-paranoia (10.2+2.0.1-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru libcdio-paranoia-10.2+2.0.1/debian/control 
libcdio-paranoia-10.2+2.0.1/debian/control
--- libcdio-paranoia-10.2+2.0.1/debian/control  2022-08-18 18:43:37.000000000 
+0000
+++ libcdio-paranoia-10.2+2.0.1/debian/control  2024-02-05 07:52:54.000000000 
+0000
@@ -19,7 +19,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libcdio-cdda2 (= ${binary:Version}), libcdio-dev (>= 0.94), 
${libcdev}, ${misc:Depends}
+Depends: libcdio-cdda2t64 (= ${binary:Version}), libcdio-dev (>= 0.94), 
${libcdev}, ${misc:Depends}
 Description: library to read and control digital audio CDs (development files)
  This package contains development files (headers and static library)
  for the libcdio-cdda library.
@@ -29,7 +29,10 @@
  a backend, it supports the same kind of CDROM drives (and images) as
  libcdio.
 
-Package: libcdio-cdda2
+Package: libcdio-cdda2t64
+Provides: ${t64:Provides}
+Replaces: libcdio-cdda2
+Breaks: libcdio-cdda2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -44,7 +47,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libcdio-paranoia2 (= ${binary:Version}), libcdio-cdda-dev, 
libcdio-dev (>= 0.94), ${libcdev}, ${misc:Depends}
+Depends: libcdio-paranoia2t64 (= ${binary:Version}), libcdio-cdda-dev, 
libcdio-dev (>= 0.94), ${libcdev}, ${misc:Depends}
 Description: library to read digital audio CDs with error correction 
(development files)
  This package contains development files (headers and static library)
  for the libcdio-paranoia library.
@@ -54,7 +57,10 @@
  when reading such discs. As it uses libcdio as a backend, it supports
  the same kind of CDROM drives (and images) as libcdio.
 
-Package: libcdio-paranoia2
+Package: libcdio-paranoia2t64
+Provides: ${t64:Provides}
+Replaces: libcdio-paranoia2
+Breaks: libcdio-paranoia2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2.install 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2.install
--- libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2.install    2022-08-18 
18:43:37.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2.install    1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcdio_cdda.so.*
diff -Nru libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2.symbols 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2.symbols
--- libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2.symbols    2022-08-18 
18:43:37.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2.symbols    1970-01-01 
00:00:00.000000000 +0000
@@ -1,28 +0,0 @@
-libcdio_cdda.so.2 libcdio-cdda2 #MINVER#
-* Build-Depends-Package: libcdio-cdda-dev
- CDIO_CDDA_2@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_close@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_close_no_free_cdio@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_disc_firstsector@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_disc_lastsector@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_errors@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_find_a_cdrom@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_free_messages@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_identify@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_identify_cdio@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_messages@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_open@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_read@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_read_timed@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_sector_gettrack@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_speed_set@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_track_audiop@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_track_channels@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_track_copyp@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_track_firstsector@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_track_lastsector@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_track_preemp@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_tracks@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_verbose_set@CDIO_CDDA_2 10.2+2.0.0
- cdio_cddap_version@CDIO_CDDA_2 10.2+2.0.0
- data_bigendianp@CDIO_CDDA_2 10.2+2.0.0
diff -Nru libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.install 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.install
--- libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.install 1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.install 2022-08-18 
18:43:37.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcdio_cdda.so.*
diff -Nru libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.lintian-overrides 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.lintian-overrides
--- libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.lintian-overrides       
1970-01-01 00:00:00.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.lintian-overrides       
2024-02-05 07:52:54.000000000 +0000
@@ -0,0 +1 @@
+libcdio-cdda2t64: package-name-doesnt-match-sonames libcdio-cdda2
diff -Nru libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.symbols 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.symbols
--- libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.symbols 1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/libcdio-cdda2t64.symbols 2024-02-05 
07:52:54.000000000 +0000
@@ -0,0 +1,28 @@
+libcdio_cdda.so.2 libcdio-cdda2t64 #MINVER#
+* Build-Depends-Package: libcdio-cdda-dev
+ CDIO_CDDA_2@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_close@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_close_no_free_cdio@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_disc_firstsector@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_disc_lastsector@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_errors@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_find_a_cdrom@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_free_messages@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_identify@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_identify_cdio@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_messages@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_open@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_read@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_read_timed@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_sector_gettrack@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_speed_set@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_track_audiop@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_track_channels@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_track_copyp@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_track_firstsector@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_track_lastsector@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_track_preemp@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_tracks@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_verbose_set@CDIO_CDDA_2 10.2+2.0.0
+ cdio_cddap_version@CDIO_CDDA_2 10.2+2.0.0
+ data_bigendianp@CDIO_CDDA_2 10.2+2.0.0
diff -Nru libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2.install 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2.install
--- libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2.install        
2022-08-18 18:43:37.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2.install        
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcdio_paranoia.so.*
diff -Nru libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2.symbols 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2.symbols
--- libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2.symbols        
2022-08-18 18:43:37.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2.symbols        
1970-01-01 00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
-libcdio_paranoia.so.2 libcdio-paranoia2 #MINVER#
-* Build-Depends-Package: libcdio-paranoia-dev
- CDIO_PARANOIA_2@CDIO_PARANOIA_2 10.2+2.0.0
- cdio_paranoia_cachemodel_size@CDIO_PARANOIA_2 10.2+2.0.0
- cdio_paranoia_free@CDIO_PARANOIA_2 10.2+2.0.0
- cdio_paranoia_init@CDIO_PARANOIA_2 10.2+2.0.0
- cdio_paranoia_modeset@CDIO_PARANOIA_2 10.2+2.0.0
- cdio_paranoia_overlapset@CDIO_PARANOIA_2 10.2+2.0.0
- cdio_paranoia_read@CDIO_PARANOIA_2 10.2+2.0.0
- cdio_paranoia_read_limited@CDIO_PARANOIA_2 10.2+2.0.0
- cdio_paranoia_seek@CDIO_PARANOIA_2 10.2+2.0.0
- cdio_paranoia_set_range@CDIO_PARANOIA_2 10.2+2.0.0
- cdio_paranoia_version@CDIO_PARANOIA_2 10.2+2.0.0
- paranoia_cb_mode2str@CDIO_PARANOIA_2 10.2+2.0.0
diff -Nru libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.install 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.install
--- libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.install     
1970-01-01 00:00:00.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.install     
2022-08-18 18:43:37.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcdio_paranoia.so.*
diff -Nru 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.lintian-overrides 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.lintian-overrides
--- libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.lintian-overrides   
1970-01-01 00:00:00.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.lintian-overrides   
2024-02-05 07:52:54.000000000 +0000
@@ -0,0 +1 @@
+libcdio-paranoia2t64: package-name-doesnt-match-sonames libcdio-paranoia2
diff -Nru libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.symbols 
libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.symbols
--- libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.symbols     
1970-01-01 00:00:00.000000000 +0000
+++ libcdio-paranoia-10.2+2.0.1/debian/libcdio-paranoia2t64.symbols     
2024-02-05 07:52:54.000000000 +0000
@@ -0,0 +1,14 @@
+libcdio_paranoia.so.2 libcdio-paranoia2t64 #MINVER#
+* Build-Depends-Package: libcdio-paranoia-dev
+ CDIO_PARANOIA_2@CDIO_PARANOIA_2 10.2+2.0.0
+ cdio_paranoia_cachemodel_size@CDIO_PARANOIA_2 10.2+2.0.0
+ cdio_paranoia_free@CDIO_PARANOIA_2 10.2+2.0.0
+ cdio_paranoia_init@CDIO_PARANOIA_2 10.2+2.0.0
+ cdio_paranoia_modeset@CDIO_PARANOIA_2 10.2+2.0.0
+ cdio_paranoia_overlapset@CDIO_PARANOIA_2 10.2+2.0.0
+ cdio_paranoia_read@CDIO_PARANOIA_2 10.2+2.0.0
+ cdio_paranoia_read_limited@CDIO_PARANOIA_2 10.2+2.0.0
+ cdio_paranoia_seek@CDIO_PARANOIA_2 10.2+2.0.0
+ cdio_paranoia_set_range@CDIO_PARANOIA_2 10.2+2.0.0
+ cdio_paranoia_version@CDIO_PARANOIA_2 10.2+2.0.0
+ paranoia_cb_mode2str@CDIO_PARANOIA_2 10.2+2.0.0

--- End Message ---
--- Begin Message ---
Source: libcdio-paranoia
Source-Version: 10.2+2.0.1-1.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libcdio-paranoia, 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 libcdio-paranoia 
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: Fri, 01 Mar 2024 12:20:14 +0000
Source: libcdio-paranoia
Architecture: source
Version: 10.2+2.0.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Philippe SWARTVAGHER <phil.sw...@gmx.fr>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063125
Changes:
 libcdio-paranoia (10.2+2.0.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063125
Checksums-Sha1:
 604e5c28912fff2e37284e9c44adfd41735f03bb 2438 
libcdio-paranoia_10.2+2.0.1-1.1.dsc
 7c47ddcc842b7136b71ab7488757f6247420d3e2 9936 
libcdio-paranoia_10.2+2.0.1-1.1.debian.tar.xz
 d0314edcfa55c0e64bc411714904b6565dde8d40 6599 
libcdio-paranoia_10.2+2.0.1-1.1_source.buildinfo
Checksums-Sha256:
 8a8f5081324105e3180caa8f1edbcc03f3e95c506f57b9dbd7324c8f42cbe2bb 2438 
libcdio-paranoia_10.2+2.0.1-1.1.dsc
 2282626208dd83deabc05c1e2a6ad636843dc4d8f78f8ca79357114fa801174c 9936 
libcdio-paranoia_10.2+2.0.1-1.1.debian.tar.xz
 c58bdfaae8c1d3882e998d70f373e2c73b7060e34df47e3f4b1762de6cdc8b36 6599 
libcdio-paranoia_10.2+2.0.1-1.1_source.buildinfo
Files:
 c3ffd2478aa6edab5cfbeefd4d0c6697 2438 libs optional 
libcdio-paranoia_10.2+2.0.1-1.1.dsc
 45ac6c742ee8d3092a91e29695be7a19 9936 libs optional 
libcdio-paranoia_10.2+2.0.1-1.1.debian.tar.xz
 762ef1b7da3726f3230b8318bd95aaca 6599 libs optional 
libcdio-paranoia_10.2+2.0.1-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhyBAACgkQFZ61xO/I
d0w+rg/8Dircnsy6ZHWZL0FRzpKKLsnErH5fvOu8jyVYy5KGyZXM98O/NJXy4Oxl
76lc2h3wVyXD9Glibne9I7tORmaFBO1dgsezOtUNuLZQAAeQsBvFEnhAJM7gFyUy
vzUHg7jxphTdpTNkl+Rin+9sk5miywLExw2h4jUFtGfMqnKL7STuQUpHlNh5Z5Vl
kxW4oEJgDnCXFflRjLBlDvdwD6XpgmDb9eEmC7HAN0qUqAr5MhM5auT1NYISUYGl
x9N0ca0K9u3aQb1UET7e/cSrzdjBS31TD3+M+y6j/WX6TYY6XCMcoZGMMpAl/uzV
c4UQv04BVbyzpKM9+9xvHfyEgexRPAefsz+fIf3fg44AFyWbKUTRtLLjK/T81F01
2P1AHF9qveeIUAQCvUXEPYrhiET82FENPgJppUlofEb1YCZa7ByLlG9w+GYWdGlt
8Dl0V5hy3JMc9qxU/FFLhgZSvlSdXnEIdYZOCwedYG/HIFZKj4eXf5bznpUy/ncT
UZVj8GUK2m5sAPW4exsPJIut6ngwV/lcU0yhc9sZ4213uaqaHN9NmGljgtZrTapi
i8xCH5xvEeWYjrUrdGIfAhCsReHD0LiFiUTMp3kusFGuQhTQAZP/QhriFgtQ/4Jn
IvRMQa5OouF7B75y2RcwjC1DRp6P4gCh29QOPgxjGRcQk7pNQhg=
=xTTt
-----END PGP SIGNATURE-----

Attachment: pgpLxxjNsFroT.pgp
Description: PGP signature


--- End Message ---

Reply via email to