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

Bug#1062718: marked as done (qm-dsp: NMU diff for 64-bit time_t transition)



Your message dated Thu, 29 Feb 2024 22:07:57 +0000
with message-id <E1rfoZJ-00DCUu-3Z@fasolo.debian.org>
and subject line Bug#1062718: fixed in qm-dsp 1.7.1-7.1
has caused the Debian Bug report #1062718,
regarding qm-dsp: 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.)


-- 
1062718: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062718
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: qm-dsp
Version: 1.7.1-7
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
qm-dsp 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 qm-dsp
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'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru qm-dsp-1.7.1/debian/changelog qm-dsp-1.7.1/debian/changelog
--- qm-dsp-1.7.1/debian/changelog	2024-01-22 08:01:00.000000000 +0000
+++ qm-dsp-1.7.1/debian/changelog	2024-02-02 22:15:56.000000000 +0000
@@ -1,3 +1,10 @@
+qm-dsp (1.7.1-7.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergiodj@debian.org>  Fri, 02 Feb 2024 22:15:56 +0000
+
 qm-dsp (1.7.1-7) unstable; urgency=medium
 
   * B-D on liblapack-dev
diff -Nru qm-dsp-1.7.1/debian/control qm-dsp-1.7.1/debian/control
--- qm-dsp-1.7.1/debian/control	2024-01-22 08:01:00.000000000 +0000
+++ qm-dsp-1.7.1/debian/control	2024-02-02 22:15:56.000000000 +0000
@@ -16,7 +16,10 @@
 Vcs-Git: https://salsa.debian.org/multimedia-team/qm-dsp.git
 Vcs-Browser: https://salsa.debian.org/multimedia-team/qm-dsp
 
-Package: libqm-dsp0
+Package: libqm-dsp0t64
+Provides: ${t64:Provides}
+Replaces: libqm-dsp0
+Breaks: libqm-dsp0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
@@ -37,7 +40,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libqm-dsp0 (= ${binary:Version}),
+ libqm-dsp0t64 (= ${binary:Version}),
  ${misc:Depends},
 Multi-Arch: same
 Description: Development files (headers) for libqm-dsp library
diff -Nru qm-dsp-1.7.1/debian/libqm-dsp0.install qm-dsp-1.7.1/debian/libqm-dsp0.install
--- qm-dsp-1.7.1/debian/libqm-dsp0.install	2024-01-22 08:01:00.000000000 +0000
+++ qm-dsp-1.7.1/debian/libqm-dsp0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-lib*.so.*		/usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru qm-dsp-1.7.1/debian/libqm-dsp0t64.install qm-dsp-1.7.1/debian/libqm-dsp0t64.install
--- qm-dsp-1.7.1/debian/libqm-dsp0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ qm-dsp-1.7.1/debian/libqm-dsp0t64.install	2024-01-22 08:01:00.000000000 +0000
@@ -0,0 +1 @@
+lib*.so.*		/usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru qm-dsp-1.7.1/debian/libqm-dsp0t64.lintian-overrides qm-dsp-1.7.1/debian/libqm-dsp0t64.lintian-overrides
--- qm-dsp-1.7.1/debian/libqm-dsp0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ qm-dsp-1.7.1/debian/libqm-dsp0t64.lintian-overrides	2024-02-02 22:15:56.000000000 +0000
@@ -0,0 +1 @@
+libqm-dsp0t64: package-name-doesnt-match-sonames libqm-dsp0

--- End Message ---
--- Begin Message ---
Source: qm-dsp
Source-Version: 1.7.1-7.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
qm-dsp, 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 1062718@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 qm-dsp 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: Thu, 29 Feb 2024 21:37:40 +0000
Source: qm-dsp
Architecture: source
Version: 1.7.1-7.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062718
Changes:
 qm-dsp (1.7.1-7.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062718
Checksums-Sha1:
 6a5fe8ee1e043727349b93e67d64801cbc4fa2a1 2139 qm-dsp_1.7.1-7.1.dsc
 acfbb4e39816e230d874f9527ae22dda933c5d70 7280 qm-dsp_1.7.1-7.1.debian.tar.xz
 5fc78234ef9b766ca651c7eeac7c665b1d741800 7547 qm-dsp_1.7.1-7.1_source.buildinfo
Checksums-Sha256:
 2fae1d4eaedb1e72a5d07445590dae0cab77d43c0344fc45dff582c7d3301cff 2139 qm-dsp_1.7.1-7.1.dsc
 dcc0fc70d552af2cae6e9beb9bce04492de76c756c2fa3dfab9d25b6d9f3d554 7280 qm-dsp_1.7.1-7.1.debian.tar.xz
 31de1d4e8d864a6f2fce5b0dedd5e9c08f095499c38e33e9a7672fcadaeb296b 7547 qm-dsp_1.7.1-7.1_source.buildinfo
Files:
 b44aa8ce8adf24a65b3128dea71dc5ba 2139 sound optional qm-dsp_1.7.1-7.1.dsc
 009164bbe04811fe1275590342752892 7280 sound optional qm-dsp_1.7.1-7.1.debian.tar.xz
 cd6189803fba09b3f043205299b2fb42 7547 sound optional qm-dsp_1.7.1-7.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg+S8ACgkQFZ61xO/I
d0z1SRAAnJiWz09fFcYEGU5tIhUxcrGYrhqg4nHVpRYaL+P213PvljXIzkJeMy1h
3/VkAPjU4rDpMHGQ8+hbIKODxs7O5QdJ9su79j9eXqjq0Thlcdci/bMETiTbHxWl
OYQfPBWi9s96NCyuI2zLDvmkGrAEt6e6C3BzC2h7y6OqlMWO5WxnaKP9ImAS2Ew2
nBXtkrbKwOvdN7wdlSlUecGsRoSFkHc85uYu6BacjP1zQMSpFvgn+RgLzK02lBlF
4KIi2mStOhPdSEbaGA681Sa60IMppNJKBE0lOxX2hBPnB136orwHkTBD0Cha6tCE
/LICQ1KHIxsn285JgzFV0AE+ViLPiU987F54NlLd0faaGLJzpjCEA+knPv+ruyiK
jKWNvie2Aw3PfE8lQSwhntXth16PkPwHgjxsnSWXF+Detas/lMF7cWgLe3Z7/SSO
cV77bKtVqSn/retoKT0iKLXEoXsWDEUtWFet1ST8Wt2XyH+6G2Xc76TUTsdYT8Rw
KT6BqpNt29aeLyoUzp5Cq1mA1fmbM+1f1lVPPvU8wDRole2LkFKw0mvpfzpn5QZs
M1cGDwj1i0cYzQcfCi1JgAaPZ/hbe/5Qet85rMVxKbAixj27I9q2DrzN8Hmj3q/Y
nYJrefuhdVTSkKy1GrM5m7GNdzn+ETHNxW3r+C9/4HmpgnFQsl0=
=0HVI
-----END PGP SIGNATURE-----

Attachment: pgp5wfebThoVM.pgp
Description: PGP signature


--- End Message ---

Reply to: