Your message dated Thu, 29 Feb 2024 11:29:19 +0000
with message-id <[email protected]>
and subject line Bug#1062245: fixed in libcdio 2.1.0-4.1
has caused the Debian Bug report #1062245,
regarding libcdio: 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.)


-- 
1062245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062245
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcdio
Version: 2.1.0-4
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
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
libcdio 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
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 libcdio-2.1.0/debian/changelog libcdio-2.1.0/debian/changelog
--- libcdio-2.1.0/debian/changelog      2022-09-27 09:39:42.000000000 +0000
+++ libcdio-2.1.0/debian/changelog      2024-01-31 20:14:03.000000000 +0000
@@ -1,3 +1,10 @@
+libcdio (2.1.0-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Wed, 31 Jan 2024 20:14:03 +0000
+
 libcdio (2.1.0-4) unstable; urgency=medium
 
   * Cherry-pick patches from upstream (Closes: #1020431).
diff -Nru libcdio-2.1.0/debian/control libcdio-2.1.0/debian/control
--- libcdio-2.1.0/debian/control        2022-09-27 09:25:10.000000000 +0000
+++ libcdio-2.1.0/debian/control        2024-01-31 20:14:03.000000000 +0000
@@ -16,7 +16,7 @@
 Package: libcdio-dev
 Section: libdevel
 Architecture: any
-Depends: libcdio19 (= ${binary:Version}), ${libcdev}, libcam-dev 
[kfreebsd-any], ${misc:Depends}
+Depends: libcdio19t64 (= ${binary:Version}), ${libcdev}, libcam-dev 
[kfreebsd-any], ${misc:Depends}
 Description: library to read and control CD-ROM (development files)
  This package contains development files (headers and static library)
  for the libcdio library.
@@ -33,7 +33,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libcdio++1 (= ${binary:Version}), ${libcxxdev}, libcdio-dev (= 
${binary:Version}), ${misc:Depends}
+Depends: libcdio++1t64 (= ${binary:Version}), ${libcxxdev}, libcdio-dev (= 
${binary:Version}), ${misc:Depends}
 Description: C++ library to read and control CD-ROM (development files)
  This package contains development files (headers and static library)
  for the libcdio++ library.
@@ -46,7 +46,10 @@
  so applications that use this library also have the ability to read
  disc images as though they were CD's.
 
-Package: libcdio19
+Package: libcdio19t64
+Provides: ${t64:Provides}
+Replaces: libcdio19
+Breaks: libcdio19 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -60,7 +63,10 @@
  so applications that use this library also have the ability to read
  disc images as though they were CD's.
 
-Package: libcdio++1
+Package: libcdio++1t64
+Provides: ${t64:Provides}
+Replaces: libcdio++1
+Breaks: libcdio++1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -78,7 +84,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libiso9660-11 (= ${binary:Version}), libcdio-dev (= 
${binary:Version}), ${libcdev}, ${misc:Depends}
+Depends: libiso9660-11t64 (= ${binary:Version}), libcdio-dev (= 
${binary:Version}), ${libcdev}, ${misc:Depends}
 Description: library to work with ISO9660 filesystems (development files)
  This package contains development files (headers and static library)
  for the libiso9660 library.
@@ -90,7 +96,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libiso9660++0 (= ${binary:Version}), libcdio++-dev (= 
${binary:Version}), ${misc:Depends}
+Depends: libiso9660++0t64 (= ${binary:Version}), libcdio++-dev (= 
${binary:Version}), ${misc:Depends}
 Description: C++ library to work with ISO9660 filesystems (development files)
  This package contains C++ development files (headers and static library)
  for the libiso9660 library.
@@ -98,7 +104,10 @@
  This library is made to read and write ISO9660 filesystems; those
  filesystems are mainly used on CDROMs.
 
-Package: libiso9660-11
+Package: libiso9660-11t64
+Provides: ${t64:Provides}
+Replaces: libiso9660-11
+Breaks: libiso9660-11 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -107,7 +116,10 @@
  This library is made to read and write ISO9660 filesystems; those
  filesystems are mainly used on CDROMs.
 
-Package: libiso9660++0
+Package: libiso9660++0t64
+Provides: ${t64:Provides}
+Replaces: libiso9660++0
+Breaks: libiso9660++0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -120,7 +132,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libudf0 (= ${binary:Version}), libcdio-dev (= ${binary:Version}), 
${libcdev}, ${misc:Depends}
+Depends: libudf0t64 (= ${binary:Version}), libcdio-dev (= ${binary:Version}), 
${libcdev}, ${misc:Depends}
 Description: library to work with UDF filesystems (development files)
  This package contains development files (headers and static library)
  for the libudf library.
@@ -128,7 +140,10 @@
  This library is made to read and write UDF filesystems; those
  filesystems are mainly used on DVDs.
 
-Package: libudf0
+Package: libudf0t64
+Provides: ${t64:Provides}
+Replaces: libudf0
+Breaks: libudf0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru libcdio-2.1.0/debian/libcdio++1.install 
libcdio-2.1.0/debian/libcdio++1.install
--- libcdio-2.1.0/debian/libcdio++1.install     2020-12-15 18:46:21.000000000 
+0000
+++ libcdio-2.1.0/debian/libcdio++1.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libcdio++.so.*
diff -Nru libcdio-2.1.0/debian/libcdio++1.symbols 
libcdio-2.1.0/debian/libcdio++1.symbols
--- libcdio-2.1.0/debian/libcdio++1.symbols     2020-12-15 18:46:21.000000000 
+0000
+++ libcdio-2.1.0/debian/libcdio++1.symbols     1970-01-01 00:00:00.000000000 
+0000
@@ -1,35 +0,0 @@
-libcdio++.so.1 libcdio++1 #MINVER#
-* Build-Depends-Package: libcdio++-dev
- _Z10ejectMediaPKc@Base 2.1.0
- _Z10getDevices11driver_id_t@Base 2.1.0
- _Z10getDevicesPPciR11driver_id_tb@Base 2.1.0
- _Z10getDevicesPPcib@Base 2.1.0
- _Z10getDevicesR11driver_id_t@Base 2.1.0
- _Z10haveDriver11driver_id_t@Base 2.1.0
- _Z14driverDescribe11driver_id_t@Base 2.1.0
- _Z14freeDeviceListPPc@Base 2.1.0
- _Z16getDefaultDeviceR11driver_id_t@Base 2.1.0
- _Z31possible_throw_device_exception20driver_return_code_t@Base 2.1.0
- _Z6isNeroPKc@Base 2.1.0
- _Z8isDevicePKc11driver_id_t@Base 2.1.0
- _Z9closeTrayPKc@Base 2.1.0
- _Z9closeTrayPKcR11driver_id_t@Base 2.1.0
- _Z9isBinFilePKc@Base 2.1.0
- _Z9isCueFilePKc@Base 2.1.0
- _Z9isTocFilePKc@Base 2.1.0
- _ZTI13DriverOpError@Base 2.1.0
- _ZTI14DriverOpUninit@Base 2.1.0
- _ZTI16DriverOpNoDriver@Base 2.1.0
- _ZTI17DriverOpException@Base 2.1.0
- _ZTI18DriverOpBadPointer@Base 2.1.0
- _ZTI19DriverOpUnsupported@Base 2.1.0
- _ZTI20DriverOpBadParameter@Base 2.1.0
- _ZTI20DriverOpNotPermitted@Base 2.1.0
- _ZTS13DriverOpError@Base 2.1.0
- _ZTS14DriverOpUninit@Base 2.1.0
- _ZTS16DriverOpNoDriver@Base 2.1.0
- _ZTS17DriverOpException@Base 2.1.0
- _ZTS18DriverOpBadPointer@Base 2.1.0
- _ZTS19DriverOpUnsupported@Base 2.1.0
- _ZTS20DriverOpBadParameter@Base 2.1.0
- _ZTS20DriverOpNotPermitted@Base 2.1.0
diff -Nru libcdio-2.1.0/debian/libcdio++1t64.install 
libcdio-2.1.0/debian/libcdio++1t64.install
--- libcdio-2.1.0/debian/libcdio++1t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ libcdio-2.1.0/debian/libcdio++1t64.install  2020-12-15 18:46:21.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libcdio++.so.*
diff -Nru libcdio-2.1.0/debian/libcdio++1t64.lintian-overrides 
libcdio-2.1.0/debian/libcdio++1t64.lintian-overrides
--- libcdio-2.1.0/debian/libcdio++1t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-2.1.0/debian/libcdio++1t64.lintian-overrides        2024-01-31 
20:14:03.000000000 +0000
@@ -0,0 +1 @@
+libcdio++1t64: package-name-doesnt-match-sonames libcdio++1
diff -Nru libcdio-2.1.0/debian/libcdio++1t64.symbols 
libcdio-2.1.0/debian/libcdio++1t64.symbols
--- libcdio-2.1.0/debian/libcdio++1t64.symbols  1970-01-01 00:00:00.000000000 
+0000
+++ libcdio-2.1.0/debian/libcdio++1t64.symbols  2024-01-31 20:14:03.000000000 
+0000
@@ -0,0 +1,35 @@
+libcdio++.so.1 libcdio++1t64 #MINVER#
+* Build-Depends-Package: libcdio++-dev
+ _Z10ejectMediaPKc@Base 2.1.0
+ _Z10getDevices11driver_id_t@Base 2.1.0
+ _Z10getDevicesPPciR11driver_id_tb@Base 2.1.0
+ _Z10getDevicesPPcib@Base 2.1.0
+ _Z10getDevicesR11driver_id_t@Base 2.1.0
+ _Z10haveDriver11driver_id_t@Base 2.1.0
+ _Z14driverDescribe11driver_id_t@Base 2.1.0
+ _Z14freeDeviceListPPc@Base 2.1.0
+ _Z16getDefaultDeviceR11driver_id_t@Base 2.1.0
+ _Z31possible_throw_device_exception20driver_return_code_t@Base 2.1.0
+ _Z6isNeroPKc@Base 2.1.0
+ _Z8isDevicePKc11driver_id_t@Base 2.1.0
+ _Z9closeTrayPKc@Base 2.1.0
+ _Z9closeTrayPKcR11driver_id_t@Base 2.1.0
+ _Z9isBinFilePKc@Base 2.1.0
+ _Z9isCueFilePKc@Base 2.1.0
+ _Z9isTocFilePKc@Base 2.1.0
+ _ZTI13DriverOpError@Base 2.1.0
+ _ZTI14DriverOpUninit@Base 2.1.0
+ _ZTI16DriverOpNoDriver@Base 2.1.0
+ _ZTI17DriverOpException@Base 2.1.0
+ _ZTI18DriverOpBadPointer@Base 2.1.0
+ _ZTI19DriverOpUnsupported@Base 2.1.0
+ _ZTI20DriverOpBadParameter@Base 2.1.0
+ _ZTI20DriverOpNotPermitted@Base 2.1.0
+ _ZTS13DriverOpError@Base 2.1.0
+ _ZTS14DriverOpUninit@Base 2.1.0
+ _ZTS16DriverOpNoDriver@Base 2.1.0
+ _ZTS17DriverOpException@Base 2.1.0
+ _ZTS18DriverOpBadPointer@Base 2.1.0
+ _ZTS19DriverOpUnsupported@Base 2.1.0
+ _ZTS20DriverOpBadParameter@Base 2.1.0
+ _ZTS20DriverOpNotPermitted@Base 2.1.0
diff -Nru libcdio-2.1.0/debian/libcdio19.install 
libcdio-2.1.0/debian/libcdio19.install
--- libcdio-2.1.0/debian/libcdio19.install      2020-12-15 18:46:21.000000000 
+0000
+++ libcdio-2.1.0/debian/libcdio19.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libcdio.so.*
diff -Nru libcdio-2.1.0/debian/libcdio19.symbols 
libcdio-2.1.0/debian/libcdio19.symbols
--- libcdio-2.1.0/debian/libcdio19.symbols      2020-12-15 18:46:21.000000000 
+0000
+++ libcdio-2.1.0/debian/libcdio19.symbols      1970-01-01 00:00:00.000000000 
+0000
@@ -1,3 +0,0 @@
-libcdio.so.19 libcdio19 #MINVER#
-* Build-Depends-Package: libcdio-dev
- (symver)CDIO_19 2.1.0
diff -Nru libcdio-2.1.0/debian/libcdio19t64.install 
libcdio-2.1.0/debian/libcdio19t64.install
--- libcdio-2.1.0/debian/libcdio19t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ libcdio-2.1.0/debian/libcdio19t64.install   2020-12-15 18:46:21.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libcdio.so.*
diff -Nru libcdio-2.1.0/debian/libcdio19t64.lintian-overrides 
libcdio-2.1.0/debian/libcdio19t64.lintian-overrides
--- libcdio-2.1.0/debian/libcdio19t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-2.1.0/debian/libcdio19t64.lintian-overrides 2024-01-31 
20:14:03.000000000 +0000
@@ -0,0 +1 @@
+libcdio19t64: package-name-doesnt-match-sonames libcdio19
diff -Nru libcdio-2.1.0/debian/libcdio19t64.symbols 
libcdio-2.1.0/debian/libcdio19t64.symbols
--- libcdio-2.1.0/debian/libcdio19t64.symbols   1970-01-01 00:00:00.000000000 
+0000
+++ libcdio-2.1.0/debian/libcdio19t64.symbols   2024-01-31 20:14:03.000000000 
+0000
@@ -0,0 +1,3 @@
+libcdio.so.19 libcdio19t64 #MINVER#
+* Build-Depends-Package: libcdio-dev
+ (symver)CDIO_19 2.1.0
diff -Nru libcdio-2.1.0/debian/libiso9660++0.install 
libcdio-2.1.0/debian/libiso9660++0.install
--- libcdio-2.1.0/debian/libiso9660++0.install  2020-12-15 18:46:21.000000000 
+0000
+++ libcdio-2.1.0/debian/libiso9660++0.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libiso9660++.so.*
diff -Nru libcdio-2.1.0/debian/libiso9660++0.symbols 
libcdio-2.1.0/debian/libiso9660++0.symbols
--- libcdio-2.1.0/debian/libiso9660++0.symbols  2020-12-15 18:46:21.000000000 
+0000
+++ libcdio-2.1.0/debian/libiso9660++0.symbols  1970-01-01 00:00:00.000000000 
+0000
@@ -1,27 +0,0 @@
-libiso9660++.so.0 libiso9660++0 #MINVER#
-* Build-Depends-Package: libiso9660++-dev
- _ZN7ISO96602FS15read_superblockEh@Base 2.1.0
- _ZN7ISO96602FS7readdirEPKcRSt6vectorIPNS_4StatESaIS5_EE@Base 2.1.0
- _ZN7ISO96602FS8find_lsnEi@Base 2.1.0
- _ZN7ISO96602FS8read_pvdEv@Base 2.1.0
- _ZN7ISO96603IFS10open_fuzzyEPKcht@Base 2.1.0
- _ZN7ISO96603IFS15read_superblockEht@Base 2.1.0
- _ZN7ISO96603IFS16get_joliet_levelEv@Base 2.1.0
- _ZN7ISO96603IFS21read_superblock_fuzzyEht@Base 2.1.0
- _ZN7ISO96603IFS5closeEv@Base 2.1.0
- _ZN7ISO96603IFS5is_xaEv@Base 2.1.0
- _ZN7ISO96603IFS8find_lsnEi@Base 2.1.0
- _ZN7ISO96603IFS8read_pvdEv@Base 2.1.0
- _ZN7ISO96603PVD10get_pvd_idEv@Base 2.1.0
- _ZN7ISO96603PVD12get_pvd_typeEv@Base 2.1.0
- _ZN7ISO96603PVD12get_root_lsnEv@Base 2.1.0
- _ZN7ISO96603PVD13get_system_idEv@Base 2.1.0
- _ZN7ISO96603PVD13get_volume_idEv@Base 2.1.0
- _ZN7ISO96603PVD15get_preparer_idEv@Base 2.1.0
- _ZN7ISO96603PVD15get_pvd_versionEv@Base 2.1.0
- _ZN7ISO96603PVD16get_publisher_idEv@Base 2.1.0
- _ZN7ISO96603PVD16get_volumeset_idEv@Base 2.1.0
- _ZN7ISO96603PVD18get_application_idEv@Base 2.1.0
- _ZN7ISO96603PVD18get_pvd_block_sizeEv@Base 2.1.0
- _ZN7ISO96603PVD18get_pvd_space_sizeEv@Base 2.1.0
- 
(optional=templinst|arch=amd64)_ZNSt6vectorIPN7ISO96604StatESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base
 2.1.0
diff -Nru libcdio-2.1.0/debian/libiso9660++0t64.install 
libcdio-2.1.0/debian/libiso9660++0t64.install
--- libcdio-2.1.0/debian/libiso9660++0t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-2.1.0/debian/libiso9660++0t64.install       2020-12-15 
18:46:21.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libiso9660++.so.*
diff -Nru libcdio-2.1.0/debian/libiso9660++0t64.lintian-overrides 
libcdio-2.1.0/debian/libiso9660++0t64.lintian-overrides
--- libcdio-2.1.0/debian/libiso9660++0t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-2.1.0/debian/libiso9660++0t64.lintian-overrides     2024-01-31 
20:14:03.000000000 +0000
@@ -0,0 +1 @@
+libiso9660++0t64: package-name-doesnt-match-sonames libiso9660++0
diff -Nru libcdio-2.1.0/debian/libiso9660++0t64.symbols 
libcdio-2.1.0/debian/libiso9660++0t64.symbols
--- libcdio-2.1.0/debian/libiso9660++0t64.symbols       1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-2.1.0/debian/libiso9660++0t64.symbols       2024-01-31 
20:14:03.000000000 +0000
@@ -0,0 +1,27 @@
+libiso9660++.so.0 libiso9660++0t64 #MINVER#
+* Build-Depends-Package: libiso9660++-dev
+ _ZN7ISO96602FS15read_superblockEh@Base 2.1.0
+ _ZN7ISO96602FS7readdirEPKcRSt6vectorIPNS_4StatESaIS5_EE@Base 2.1.0
+ _ZN7ISO96602FS8find_lsnEi@Base 2.1.0
+ _ZN7ISO96602FS8read_pvdEv@Base 2.1.0
+ _ZN7ISO96603IFS10open_fuzzyEPKcht@Base 2.1.0
+ _ZN7ISO96603IFS15read_superblockEht@Base 2.1.0
+ _ZN7ISO96603IFS16get_joliet_levelEv@Base 2.1.0
+ _ZN7ISO96603IFS21read_superblock_fuzzyEht@Base 2.1.0
+ _ZN7ISO96603IFS5closeEv@Base 2.1.0
+ _ZN7ISO96603IFS5is_xaEv@Base 2.1.0
+ _ZN7ISO96603IFS8find_lsnEi@Base 2.1.0
+ _ZN7ISO96603IFS8read_pvdEv@Base 2.1.0
+ _ZN7ISO96603PVD10get_pvd_idEv@Base 2.1.0
+ _ZN7ISO96603PVD12get_pvd_typeEv@Base 2.1.0
+ _ZN7ISO96603PVD12get_root_lsnEv@Base 2.1.0
+ _ZN7ISO96603PVD13get_system_idEv@Base 2.1.0
+ _ZN7ISO96603PVD13get_volume_idEv@Base 2.1.0
+ _ZN7ISO96603PVD15get_preparer_idEv@Base 2.1.0
+ _ZN7ISO96603PVD15get_pvd_versionEv@Base 2.1.0
+ _ZN7ISO96603PVD16get_publisher_idEv@Base 2.1.0
+ _ZN7ISO96603PVD16get_volumeset_idEv@Base 2.1.0
+ _ZN7ISO96603PVD18get_application_idEv@Base 2.1.0
+ _ZN7ISO96603PVD18get_pvd_block_sizeEv@Base 2.1.0
+ _ZN7ISO96603PVD18get_pvd_space_sizeEv@Base 2.1.0
+ 
(optional=templinst|arch=amd64)_ZNSt6vectorIPN7ISO96604StatESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base
 2.1.0
diff -Nru libcdio-2.1.0/debian/libiso9660-11.install 
libcdio-2.1.0/debian/libiso9660-11.install
--- libcdio-2.1.0/debian/libiso9660-11.install  2020-12-15 18:46:21.000000000 
+0000
+++ libcdio-2.1.0/debian/libiso9660-11.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libiso9660.so.*
diff -Nru libcdio-2.1.0/debian/libiso9660-11.symbols 
libcdio-2.1.0/debian/libiso9660-11.symbols
--- libcdio-2.1.0/debian/libiso9660-11.symbols  2020-12-15 18:46:21.000000000 
+0000
+++ libcdio-2.1.0/debian/libiso9660-11.symbols  1970-01-01 00:00:00.000000000 
+0000
@@ -1,3 +0,0 @@
-libiso9660.so.11 libiso9660-11 #MINVER#
-* Build-Depends-Package: libiso9660-dev
- (symver)ISO9660_11 2.0.0
diff -Nru libcdio-2.1.0/debian/libiso9660-11t64.install 
libcdio-2.1.0/debian/libiso9660-11t64.install
--- libcdio-2.1.0/debian/libiso9660-11t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-2.1.0/debian/libiso9660-11t64.install       2020-12-15 
18:46:21.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libiso9660.so.*
diff -Nru libcdio-2.1.0/debian/libiso9660-11t64.lintian-overrides 
libcdio-2.1.0/debian/libiso9660-11t64.lintian-overrides
--- libcdio-2.1.0/debian/libiso9660-11t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-2.1.0/debian/libiso9660-11t64.lintian-overrides     2024-01-31 
20:14:03.000000000 +0000
@@ -0,0 +1 @@
+libiso9660-11t64: package-name-doesnt-match-sonames libiso9660-11
diff -Nru libcdio-2.1.0/debian/libiso9660-11t64.symbols 
libcdio-2.1.0/debian/libiso9660-11t64.symbols
--- libcdio-2.1.0/debian/libiso9660-11t64.symbols       1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-2.1.0/debian/libiso9660-11t64.symbols       2024-01-31 
20:14:03.000000000 +0000
@@ -0,0 +1,3 @@
+libiso9660.so.11 libiso9660-11t64 #MINVER#
+* Build-Depends-Package: libiso9660-dev
+ (symver)ISO9660_11 2.0.0
diff -Nru libcdio-2.1.0/debian/libudf0.install 
libcdio-2.1.0/debian/libudf0.install
--- libcdio-2.1.0/debian/libudf0.install        2020-12-15 18:46:21.000000000 
+0000
+++ libcdio-2.1.0/debian/libudf0.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-usr/lib/*/libudf.so.0
-usr/lib/*/libudf.so.0.*
diff -Nru libcdio-2.1.0/debian/libudf0.symbols 
libcdio-2.1.0/debian/libudf0.symbols
--- libcdio-2.1.0/debian/libudf0.symbols        2020-12-15 18:46:21.000000000 
+0000
+++ libcdio-2.1.0/debian/libudf0.symbols        1970-01-01 00:00:00.000000000 
+0000
@@ -1,44 +0,0 @@
-libudf.so.0 libudf0 #MINVER#
-* Build-Depends-Package: libudf-dev
- VSD_STD_ID_BEA01@Base 0.78.2+dfsg1
- VSD_STD_ID_BOOT2@Base 0.78.2+dfsg1
- VSD_STD_ID_CD001@Base 0.78.2+dfsg1
- VSD_STD_ID_CDW01@Base 0.78.2+dfsg1
- VSD_STD_ID_NSR03@Base 0.78.2+dfsg1
- VSD_STD_ID_TEA01@Base 0.78.2+dfsg1
- debug_ecma_167_enum1@Base 0.78.2+dfsg1
- debug_ecma_167_timezone_enum@Base 0.78.2+dfsg1
- debug_file_characteristics@Base 0.78.2+dfsg1
- debug_flag_enum@Base 0.78.2+dfsg1
- debug_icbtag_file_type_enum@Base 0.78.2+dfsg1
- debug_tagid@Base 0.78.2+dfsg1
- debug_udf_enum1@Base 0.78.2+dfsg1
- debug_udf_time_enum@Base 0.78.2+dfsg1
- udf_checktag@Base 0.78.2+dfsg1
- udf_close@Base 0.78.2+dfsg1
- udf_dirent_free@Base 0.78.2+dfsg1
- udf_fopen@Base 0.78.2+dfsg1
- udf_get_access_time@Base 0.78.2+dfsg1
- udf_get_attribute_time@Base 0.78.2+dfsg1
- udf_get_file_entry@Base 0.78.2+dfsg1
- udf_get_file_length@Base 0.78.2+dfsg1
- udf_get_fileid_descriptor@Base 0.78.2+dfsg1
- udf_get_filename@Base 0.78.2+dfsg1
- udf_get_lba@Base 0.78.2+dfsg1
- udf_get_link_count@Base 0.78.2+dfsg1
- udf_get_logical_volume_id@Base 0.92
- udf_get_modification_time@Base 0.78.2+dfsg1
- udf_get_part_number@Base 0.78.2+dfsg1
- udf_get_posix_filemode@Base 0.78.2+dfsg1
- udf_get_root@Base 0.78.2+dfsg1
- udf_get_volume_id@Base 0.78.2+dfsg1
- udf_get_volumeset_id@Base 0.78.2+dfsg1
- udf_is_dir@Base 0.78.2+dfsg1
- udf_mode_string@Base 0.78.2+dfsg1
- udf_open@Base 0.78.2+dfsg1
- udf_opendir@Base 0.78.2+dfsg1
- udf_read_block@Base 0.78.2+dfsg1
- udf_read_sectors@Base 0.78.2+dfsg1
- udf_readdir@Base 0.78.2+dfsg1
- udf_stamp_to_time@Base 0.78.2+dfsg1
- udf_timespec_to_stamp@Base 0.78.2+dfsg1
diff -Nru libcdio-2.1.0/debian/libudf0t64.install 
libcdio-2.1.0/debian/libudf0t64.install
--- libcdio-2.1.0/debian/libudf0t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ libcdio-2.1.0/debian/libudf0t64.install     2020-12-15 18:46:21.000000000 
+0000
@@ -0,0 +1,2 @@
+usr/lib/*/libudf.so.0
+usr/lib/*/libudf.so.0.*
diff -Nru libcdio-2.1.0/debian/libudf0t64.lintian-overrides 
libcdio-2.1.0/debian/libudf0t64.lintian-overrides
--- libcdio-2.1.0/debian/libudf0t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ libcdio-2.1.0/debian/libudf0t64.lintian-overrides   2024-01-31 
20:14:03.000000000 +0000
@@ -0,0 +1 @@
+libudf0t64: package-name-doesnt-match-sonames libudf0
diff -Nru libcdio-2.1.0/debian/libudf0t64.symbols 
libcdio-2.1.0/debian/libudf0t64.symbols
--- libcdio-2.1.0/debian/libudf0t64.symbols     1970-01-01 00:00:00.000000000 
+0000
+++ libcdio-2.1.0/debian/libudf0t64.symbols     2024-01-31 20:14:03.000000000 
+0000
@@ -0,0 +1,44 @@
+libudf.so.0 libudf0t64 #MINVER#
+* Build-Depends-Package: libudf-dev
+ VSD_STD_ID_BEA01@Base 0.78.2+dfsg1
+ VSD_STD_ID_BOOT2@Base 0.78.2+dfsg1
+ VSD_STD_ID_CD001@Base 0.78.2+dfsg1
+ VSD_STD_ID_CDW01@Base 0.78.2+dfsg1
+ VSD_STD_ID_NSR03@Base 0.78.2+dfsg1
+ VSD_STD_ID_TEA01@Base 0.78.2+dfsg1
+ debug_ecma_167_enum1@Base 0.78.2+dfsg1
+ debug_ecma_167_timezone_enum@Base 0.78.2+dfsg1
+ debug_file_characteristics@Base 0.78.2+dfsg1
+ debug_flag_enum@Base 0.78.2+dfsg1
+ debug_icbtag_file_type_enum@Base 0.78.2+dfsg1
+ debug_tagid@Base 0.78.2+dfsg1
+ debug_udf_enum1@Base 0.78.2+dfsg1
+ debug_udf_time_enum@Base 0.78.2+dfsg1
+ udf_checktag@Base 0.78.2+dfsg1
+ udf_close@Base 0.78.2+dfsg1
+ udf_dirent_free@Base 0.78.2+dfsg1
+ udf_fopen@Base 0.78.2+dfsg1
+ udf_get_access_time@Base 0.78.2+dfsg1
+ udf_get_attribute_time@Base 0.78.2+dfsg1
+ udf_get_file_entry@Base 0.78.2+dfsg1
+ udf_get_file_length@Base 0.78.2+dfsg1
+ udf_get_fileid_descriptor@Base 0.78.2+dfsg1
+ udf_get_filename@Base 0.78.2+dfsg1
+ udf_get_lba@Base 0.78.2+dfsg1
+ udf_get_link_count@Base 0.78.2+dfsg1
+ udf_get_logical_volume_id@Base 0.92
+ udf_get_modification_time@Base 0.78.2+dfsg1
+ udf_get_part_number@Base 0.78.2+dfsg1
+ udf_get_posix_filemode@Base 0.78.2+dfsg1
+ udf_get_root@Base 0.78.2+dfsg1
+ udf_get_volume_id@Base 0.78.2+dfsg1
+ udf_get_volumeset_id@Base 0.78.2+dfsg1
+ udf_is_dir@Base 0.78.2+dfsg1
+ udf_mode_string@Base 0.78.2+dfsg1
+ udf_open@Base 0.78.2+dfsg1
+ udf_opendir@Base 0.78.2+dfsg1
+ udf_read_block@Base 0.78.2+dfsg1
+ udf_read_sectors@Base 0.78.2+dfsg1
+ udf_readdir@Base 0.78.2+dfsg1
+ udf_stamp_to_time@Base 0.78.2+dfsg1
+ udf_timespec_to_stamp@Base 0.78.2+dfsg1

--- End Message ---
--- Begin Message ---
Source: libcdio
Source-Version: 2.1.0-4.1
Done: Lukas Märdian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libcdio, 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.
Lukas Märdian <[email protected]> (supplier of updated libcdio 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 10:35:17 +0000
Source: libcdio
Architecture: source
Version: 2.1.0-4.1
Distribution: unstable
Urgency: medium
Maintainer: Gabriel F. T. Gomes <[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062245
Changes:
 libcdio (2.1.0-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062245
Checksums-Sha1:
 ef0bf5b886c16256b84ec08e80b2457f955b3d21 2577 libcdio_2.1.0-4.1.dsc
 eb7343e2faaca9dfbb83256d98b6f790d87183a4 13864 libcdio_2.1.0-4.1.debian.tar.xz
 0fa99fdb907a49f8155d9b6fc65a6e679661c730 6518 
libcdio_2.1.0-4.1_source.buildinfo
Checksums-Sha256:
 c8b8810f1607a872da6bd62889044019c1575095a38d4622dba6537d70c65aca 2577 
libcdio_2.1.0-4.1.dsc
 695a2ee15c9233a7bd67aeefa69cfdbf8e1f421fc09d4de0bab4d08ed9ac59a4 13864 
libcdio_2.1.0-4.1.debian.tar.xz
 d910e9cab9d81fa48fe64d474a95d82d8312a215e08acb2adbf2773eab5bc477 6518 
libcdio_2.1.0-4.1_source.buildinfo
Files:
 81d859a4d0552995fa70dc38d19992b7 2577 libs optional libcdio_2.1.0-4.1.dsc
 b2972eb6ec18f2e597a9227379d80524 13864 libs optional 
libcdio_2.1.0-4.1.debian.tar.xz
 7e4ce5dffa7b21bfde4bb4aa5baafb39 6518 libs optional 
libcdio_2.1.0-4.1_source.buildinfo

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

iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXgXgURHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrItR/w//Zn8mZod0dELnS1JjHhhj2LDUbBDPuHOH
qK4Z8030iUwCIjn3EpMlRH8LVCBlRUP0NSlaLNGN+Uevr6a3shZd4j4GEDOO9Ut9
soLjAED9rtUEW/HcfXFjzzfkTjjYb7fx7GFAqKK0eEA6dMirm7aioy9AW45ty5Ru
2r/ltdFvaoS6u1EhB2H0lcX5+6Oc7zSY+bOiGyxXYVFRBhmzrdrknRSlJe1wXSkt
yu6QSn0D/vS8sT+4LKmuVs8ejE+DBh1j+xAvfpFeTzrbO4QPkKaPWEPwEuzbgkKH
DJioL4QzFcfiKMrNK5OUiFETneRhL+m/B8vf3+riQmiFXCgjBVGOWDWVTrl9Wfyt
3/Xz0tplOxDLA5fwny9SJZAtFKD9KlqAhPEgz4O8Yz5Ie4POkk53HykDPn0pMMt7
aNdDVwpmblLJGG2i5bv//W9joWDJOPYFKbUwcuAouBKEtnEbb+2JwvTmrTdF5vQ4
AKblyquClZI/n05B2Y2bWUDacoGGoc69NwgZjGj83Jzhe7QeK6fnTGJPk0Pw3SsK
zgJ47TR/S0EFf7XNjVw3+LtPf0Vg0xifawXNm2lDJB3LrijSh+fZ7L/VRF/0qwje
RYHYbz1zURG3UJ8AXfskFcrT0oTAh0FIy6623VNfgaMp03XOwitHxOE1k61AAbF/
mlt9F62l0mY=
=OdTd
-----END PGP SIGNATURE-----

Attachment: pgpIU5Hr65dv7.pgp
Description: PGP signature


--- End Message ---

Reply via email to