[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1063127: marked as done (libdvdread: NMU diff for 64-bit time_t transition)



Your message dated Fri, 01 Mar 2024 12:36:45 +0000
with message-id <E1rg285-00GEZT-0b@fasolo.debian.org>
and subject line Bug#1063127: fixed in libdvdread 6.1.3-1.1
has caused the Debian Bug report #1063127,
regarding libdvdread: 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.)


-- 
1063127: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063127
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libdvdread
Version: 6.1.3-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm@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
libdvdread 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 libdvdread
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 libdvdread-6.1.3/debian/changelog libdvdread-6.1.3/debian/changelog
--- libdvdread-6.1.3/debian/changelog	2022-06-08 17:04:02.000000000 +0000
+++ libdvdread-6.1.3/debian/changelog	2024-02-05 07:53:51.000000000 +0000
@@ -1,3 +1,10 @@
+libdvdread (6.1.3-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 05 Feb 2024 07:53:51 +0000
+
 libdvdread (6.1.3-1) unstable; urgency=medium
 
   * Team upload
diff -Nru libdvdread-6.1.3/debian/control libdvdread-6.1.3/debian/control
--- libdvdread-6.1.3/debian/control	2022-06-08 16:53:30.000000000 +0000
+++ libdvdread-6.1.3/debian/control	2024-02-05 07:53:51.000000000 +0000
@@ -11,7 +11,10 @@
 Vcs-Git: https://salsa.debian.org/multimedia-team/libdvdread.git
 Rules-Requires-Root: no
 
-Package: libdvdread8
+Package: libdvdread8t64
+Provides: ${t64:Provides}
+Replaces: libdvdread8
+Breaks: libdvdread8 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -30,7 +33,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libdvdread8 (= ${binary:Version}), pkg-config, ${misc:Depends}
+Depends: libdvdread8t64 (= ${binary:Version}), pkg-config, ${misc:Depends}
 Suggests: libdvdcss-dev
 Description: library for reading DVDs (development)
  libdvdread provides the functionality that is required to access many DVDs. It
diff -Nru libdvdread-6.1.3/debian/libdvdread8.bug-control libdvdread-6.1.3/debian/libdvdread8.bug-control
--- libdvdread-6.1.3/debian/libdvdread8.bug-control	2022-06-08 16:47:06.000000000 +0000
+++ libdvdread-6.1.3/debian/libdvdread8.bug-control	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-Report-With: libdvdnav4 libdvdcss2
diff -Nru libdvdread-6.1.3/debian/libdvdread8.docs libdvdread-6.1.3/debian/libdvdread8.docs
--- libdvdread-6.1.3/debian/libdvdread8.docs	2022-06-08 16:47:06.000000000 +0000
+++ libdvdread-6.1.3/debian/libdvdread8.docs	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/docs/*
diff -Nru libdvdread-6.1.3/debian/libdvdread8.install libdvdread-6.1.3/debian/libdvdread8.install
--- libdvdread-6.1.3/debian/libdvdread8.install	2022-06-08 16:47:06.000000000 +0000
+++ libdvdread-6.1.3/debian/libdvdread8.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libdvdread-6.1.3/debian/libdvdread8.symbols libdvdread-6.1.3/debian/libdvdread8.symbols
--- libdvdread-6.1.3/debian/libdvdread8.symbols	2022-06-08 16:47:06.000000000 +0000
+++ libdvdread-6.1.3/debian/libdvdread8.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,61 +0,0 @@
-libdvdread.so.8 #PACKAGE# #MINVER#
-* Build-Depends-Package: libdvdread-dev
- DVDClose@Base 4.1.3
- DVDCloseFile@Base 4.1.3
- DVDDiscID@Base 4.1.3
- DVDFileSeek@Base 4.1.3
- DVDFileSeekForce@Base 4.1.3
- DVDFileSize@Base 4.1.3
- DVDFileStat@Base 4.1.3-4~
- DVDISOVolumeInfo@Base 4.1.3
- DVDOpen2@Base 6.1.0
- DVDOpen@Base 4.1.3
- DVDOpenFile@Base 4.1.3
- DVDOpenStream2@Base 6.1.0
- DVDOpenStream@Base 5.0.2
- DVDReadBlocks@Base 4.1.3
- DVDReadBytes@Base 4.1.3
- DVDReadLog@Base 6.1.0
- DVDUDFCacheLevel@Base 4.1.3
- DVDUDFVolumeInfo@Base 4.1.3
- UDFFindFile@Base 4.1.3
- UDFGetVolumeIdentifier@Base 4.1.3
- UDFGetVolumeSetIdentifier@Base 4.1.3
- dvdread_getbits@Base 4.1.3
- dvdread_getbits_init@Base 4.1.3
- dvdread_print_time@Base 4.1.3
- ifoClose@Base 4.1.3
- ifoFree_C_ADT@Base 4.1.3
- ifoFree_FP_PGC@Base 4.1.3
- ifoFree_PGCIT@Base 4.1.3
- ifoFree_PGCI_UT@Base 4.1.3
- ifoFree_PTL_MAIT@Base 4.1.3
- ifoFree_TITLE_C_ADT@Base 4.1.3
- ifoFree_TITLE_VOBU_ADMAP@Base 4.1.3
- ifoFree_TT_SRPT@Base 4.1.3
- ifoFree_TXTDT_MGI@Base 4.1.3
- ifoFree_VOBU_ADMAP@Base 4.1.3
- ifoFree_VTS_ATRT@Base 4.1.3
- ifoFree_VTS_PTT_SRPT@Base 4.1.3
- ifoFree_VTS_TMAPT@Base 4.1.3
- ifoOpen@Base 4.1.3
- ifoOpenVMGI@Base 4.1.3
- ifoOpenVTSI@Base 4.1.3
- ifoRead_C_ADT@Base 4.1.3
- ifoRead_FP_PGC@Base 4.1.3
- ifoRead_PGCIT@Base 4.1.3
- ifoRead_PGCI_UT@Base 4.1.3
- ifoRead_PTL_MAIT@Base 4.1.3
- ifoRead_TITLE_C_ADT@Base 4.1.3
- ifoRead_TITLE_VOBU_ADMAP@Base 4.1.3
- ifoRead_TT_SRPT@Base 4.1.3
- ifoRead_TXTDT_MGI@Base 4.1.3
- ifoRead_VOBU_ADMAP@Base 4.1.3
- ifoRead_VTS_ATRT@Base 4.1.3
- ifoRead_VTS_PTT_SRPT@Base 4.1.3
- ifoRead_VTS_TMAPT@Base 4.1.3
- ifo_print@Base 4.1.3
- navPrint_DSI@Base 4.1.3
- navPrint_PCI@Base 4.1.3
- navRead_DSI@Base 4.1.3
- navRead_PCI@Base 4.1.3
diff -Nru libdvdread-6.1.3/debian/libdvdread8t64.bug-control libdvdread-6.1.3/debian/libdvdread8t64.bug-control
--- libdvdread-6.1.3/debian/libdvdread8t64.bug-control	1970-01-01 00:00:00.000000000 +0000
+++ libdvdread-6.1.3/debian/libdvdread8t64.bug-control	2022-06-08 16:47:06.000000000 +0000
@@ -0,0 +1 @@
+Report-With: libdvdnav4 libdvdcss2
diff -Nru libdvdread-6.1.3/debian/libdvdread8t64.docs libdvdread-6.1.3/debian/libdvdread8t64.docs
--- libdvdread-6.1.3/debian/libdvdread8t64.docs	1970-01-01 00:00:00.000000000 +0000
+++ libdvdread-6.1.3/debian/libdvdread8t64.docs	2022-06-08 16:47:06.000000000 +0000
@@ -0,0 +1 @@
+debian/docs/*
diff -Nru libdvdread-6.1.3/debian/libdvdread8t64.install libdvdread-6.1.3/debian/libdvdread8t64.install
--- libdvdread-6.1.3/debian/libdvdread8t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libdvdread-6.1.3/debian/libdvdread8t64.install	2022-06-08 16:47:06.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru libdvdread-6.1.3/debian/libdvdread8t64.lintian-overrides libdvdread-6.1.3/debian/libdvdread8t64.lintian-overrides
--- libdvdread-6.1.3/debian/libdvdread8t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libdvdread-6.1.3/debian/libdvdread8t64.lintian-overrides	2024-02-05 07:53:51.000000000 +0000
@@ -0,0 +1 @@
+libdvdread8t64: package-name-doesnt-match-sonames libdvdread8
diff -Nru libdvdread-6.1.3/debian/libdvdread8t64.symbols libdvdread-6.1.3/debian/libdvdread8t64.symbols
--- libdvdread-6.1.3/debian/libdvdread8t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libdvdread-6.1.3/debian/libdvdread8t64.symbols	2024-02-05 07:53:51.000000000 +0000
@@ -0,0 +1,61 @@
+libdvdread.so.8 #PACKAGE# #MINVER#
+* Build-Depends-Package: libdvdread-dev
+ DVDClose@Base 4.1.3
+ DVDCloseFile@Base 4.1.3
+ DVDDiscID@Base 4.1.3
+ DVDFileSeek@Base 4.1.3
+ DVDFileSeekForce@Base 4.1.3
+ DVDFileSize@Base 4.1.3
+ DVDFileStat@Base 4.1.3-4~
+ DVDISOVolumeInfo@Base 4.1.3
+ DVDOpen2@Base 6.1.0
+ DVDOpen@Base 4.1.3
+ DVDOpenFile@Base 4.1.3
+ DVDOpenStream2@Base 6.1.0
+ DVDOpenStream@Base 5.0.2
+ DVDReadBlocks@Base 4.1.3
+ DVDReadBytes@Base 4.1.3
+ DVDReadLog@Base 6.1.0
+ DVDUDFCacheLevel@Base 4.1.3
+ DVDUDFVolumeInfo@Base 4.1.3
+ UDFFindFile@Base 4.1.3
+ UDFGetVolumeIdentifier@Base 4.1.3
+ UDFGetVolumeSetIdentifier@Base 4.1.3
+ dvdread_getbits@Base 4.1.3
+ dvdread_getbits_init@Base 4.1.3
+ dvdread_print_time@Base 4.1.3
+ ifoClose@Base 4.1.3
+ ifoFree_C_ADT@Base 4.1.3
+ ifoFree_FP_PGC@Base 4.1.3
+ ifoFree_PGCIT@Base 4.1.3
+ ifoFree_PGCI_UT@Base 4.1.3
+ ifoFree_PTL_MAIT@Base 4.1.3
+ ifoFree_TITLE_C_ADT@Base 4.1.3
+ ifoFree_TITLE_VOBU_ADMAP@Base 4.1.3
+ ifoFree_TT_SRPT@Base 4.1.3
+ ifoFree_TXTDT_MGI@Base 4.1.3
+ ifoFree_VOBU_ADMAP@Base 4.1.3
+ ifoFree_VTS_ATRT@Base 4.1.3
+ ifoFree_VTS_PTT_SRPT@Base 4.1.3
+ ifoFree_VTS_TMAPT@Base 4.1.3
+ ifoOpen@Base 4.1.3
+ ifoOpenVMGI@Base 4.1.3
+ ifoOpenVTSI@Base 4.1.3
+ ifoRead_C_ADT@Base 4.1.3
+ ifoRead_FP_PGC@Base 4.1.3
+ ifoRead_PGCIT@Base 4.1.3
+ ifoRead_PGCI_UT@Base 4.1.3
+ ifoRead_PTL_MAIT@Base 4.1.3
+ ifoRead_TITLE_C_ADT@Base 4.1.3
+ ifoRead_TITLE_VOBU_ADMAP@Base 4.1.3
+ ifoRead_TT_SRPT@Base 4.1.3
+ ifoRead_TXTDT_MGI@Base 4.1.3
+ ifoRead_VOBU_ADMAP@Base 4.1.3
+ ifoRead_VTS_ATRT@Base 4.1.3
+ ifoRead_VTS_PTT_SRPT@Base 4.1.3
+ ifoRead_VTS_TMAPT@Base 4.1.3
+ ifo_print@Base 4.1.3
+ navPrint_DSI@Base 4.1.3
+ navPrint_PCI@Base 4.1.3
+ navRead_DSI@Base 4.1.3
+ navRead_PCI@Base 4.1.3

--- End Message ---
--- Begin Message ---
Source: libdvdread
Source-Version: 6.1.3-1.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
libdvdread, 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 1063127@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 libdvdread 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: Fri, 01 Mar 2024 12:20:48 +0000
Source: libdvdread
Architecture: source
Version: 6.1.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1063127
Changes:
 libdvdread (6.1.3-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063127
Checksums-Sha1:
 76765dc7635030c56b920da3d76dd0f689652913 2371 libdvdread_6.1.3-1.1.dsc
 454cba0d7fb23ff8ade4e408bf44f49fe1a3cf0f 11288 libdvdread_6.1.3-1.1.debian.tar.xz
 5bd58e39ddf23052a1a55f12d343e826289dad48 6311 libdvdread_6.1.3-1.1_source.buildinfo
Checksums-Sha256:
 318f1cf48e0c66843fd9ee1ef3ef8bb56595c30cd400b8a8265f50946c6b6f10 2371 libdvdread_6.1.3-1.1.dsc
 2c5ba5c9e7f489fbdf0593dfcded80e3429ddaddc55136bcf2ba3a70c38d6bc1 11288 libdvdread_6.1.3-1.1.debian.tar.xz
 6d5947260acacde156a3ecbe0e1a0db0cde4f1bf0592acd66efe21b059180a27 6311 libdvdread_6.1.3-1.1_source.buildinfo
Files:
 8c11ae61e0dac086750cfb3f056f7664 2371 graphics optional libdvdread_6.1.3-1.1.dsc
 a40a9513d3aa2a14f01e8900c4ad5705 11288 graphics optional libdvdread_6.1.3-1.1.debian.tar.xz
 29fcc75cc61616bc1fbc5e6359673e74 6311 graphics optional libdvdread_6.1.3-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhyC8ACgkQFZ61xO/I
d0x0khAAus+BCL0+tHiVHC8J8IQsTtFvnp0WCDrII4Wz0bxdNfG5SpmSA5174XGy
blxQpjTj0j0BZYt6iHc6WcaHL8uzmLOFJ989Wn4NOe1RgzMkB6ShS8ck5IPMuA5I
kmTubR+64iYncAOwsLcFEX2ZB7mSolA/8Ooc7XMdYC6QgvrXA71V2XmeVqVQafq+
5UHNiZW2HRpydaZ+FMwyEodoIqFYDazD34C6d455O8D+ZBxiyFtcIKvyx1iXG0yC
6Or2zxdQXkU10Sa0tKfMRCQGLIatay/oIWj2YkVw3fcrkaLwTFWj3ygiT4VjCCH6
HTXp2FDs1fR1tQUETRw9w3GNfmajkKLUSCBk8m48yjnpJ4/qqhdGd3a3K64xScH1
TPk5TT2j5c1HKewhd5FUAE7QaNFuq/poSCxvB6n2YchJCsZn1Yy7sTkAS2uxZh3k
bcfL60Z7tB7DfPURuIMqNNlFq0uQ3JybeMOIY01Yj00LIkFnnViWDU1vdblhtCFd
o7uLovamf/Y4CEn+j6DySUuOqKYaPbTPeHjc3G7PBsV7q3ArMgWUebrgvXkbWW1R
TD2xShgydAori4XDJfC1yEam9em5fVy8pqrTL1PRVibYRG82XoIpr/G2mPFoAyUX
nrJGQXVq8/6WbJ8/OrSCx8rQhbKgF0s89jqC1K5xnDc1GQKrrBA=
=/u6K
-----END PGP SIGNATURE-----

Attachment: pgpsWGuLrzRhl.pgp
Description: PGP signature


--- End Message ---

Reply to: