Your message dated Thu, 29 Feb 2024 22:49:30 +0000
with message-id <e1rfpdw-00dixq...@fasolo.debian.org>
and subject line Bug#1062720: fixed in qpxtool 0.8.1-2.1
has caused the Debian Bug report #1062720,
regarding qpxtool: 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.)


-- 
1062720: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062720
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qpxtool
Version: 0.8.1-2
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
qpxtool 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 qpxtool
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 qpxtool-0.8.1/debian/changelog qpxtool-0.8.1/debian/changelog
--- qpxtool-0.8.1/debian/changelog      2020-01-01 00:00:01.000000000 +0000
+++ qpxtool-0.8.1/debian/changelog      2024-02-02 22:18:24.000000000 +0000
@@ -1,3 +1,10 @@
+qpxtool (0.8.1-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org>  Fri, 02 Feb 2024 22:18:24 
+0000
+
 qpxtool (0.8.1-2) unstable; urgency=high
 
   [ Boris Pek ]
diff -Nru qpxtool-0.8.1/debian/control qpxtool-0.8.1/debian/control
--- qpxtool-0.8.1/debian/control        2020-01-01 00:00:01.000000000 +0000
+++ qpxtool-0.8.1/debian/control        2024-02-02 22:18:24.000000000 +0000
@@ -18,7 +18,7 @@
 
 Package: qpxtool
 Architecture: any
-Depends: libqpx0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libqpx0t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Suggests: pxfw
 Description: CD/DVD quality checker
  QPxTool gives you access to all available Quality Checks (Q-Checks) on written
@@ -32,7 +32,7 @@
 
 Package: pxfw
 Architecture: any
-Depends: libqpx0 (= ${binary:Version}),
+Depends: libqpx0t64 (= ${binary:Version}),
          qpxtool,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -45,7 +45,10 @@
  This package contains pxfw, a firmware flash program for Plextor optical
  drives.
 
-Package: libqpx0
+Package: libqpx0t64
+Provides: ${t64:Provides}
+Replaces: libqpx0
+Breaks: libqpx0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -60,7 +63,7 @@
 Package: libqpx-dev
 Architecture: any
 Section: libdevel
-Depends: libqpx0 (= ${binary:Version}), ${misc:Depends}
+Depends: libqpx0t64 (= ${binary:Version}), ${misc:Depends}
 Description: CD/DVD quality checker (development files)
  QPxTool gives you access to all available Quality Checks (Q-Checks) on written
  and blank media, that are available for your drive. This will help you to find
diff -Nru qpxtool-0.8.1/debian/libqpx0.install 
qpxtool-0.8.1/debian/libqpx0.install
--- qpxtool-0.8.1/debian/libqpx0.install        2020-01-01 00:00:01.000000000 
+0000
+++ qpxtool-0.8.1/debian/libqpx0.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*.so.*
diff -Nru qpxtool-0.8.1/debian/libqpx0.lintian-overrides 
qpxtool-0.8.1/debian/libqpx0.lintian-overrides
--- qpxtool-0.8.1/debian/libqpx0.lintian-overrides      2020-01-01 
00:00:01.000000000 +0000
+++ qpxtool-0.8.1/debian/libqpx0.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-# These libraries are for internal usage.
-libqpx0: package-name-doesnt-match-sonames
-libqpx0: no-symbols-control-file
diff -Nru qpxtool-0.8.1/debian/libqpx0t64.install 
qpxtool-0.8.1/debian/libqpx0t64.install
--- qpxtool-0.8.1/debian/libqpx0t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ qpxtool-0.8.1/debian/libqpx0t64.install     2020-01-01 00:00:01.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*.so.*
diff -Nru qpxtool-0.8.1/debian/libqpx0t64.lintian-overrides 
qpxtool-0.8.1/debian/libqpx0t64.lintian-overrides
--- qpxtool-0.8.1/debian/libqpx0t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ qpxtool-0.8.1/debian/libqpx0t64.lintian-overrides   2024-02-02 
22:18:24.000000000 +0000
@@ -0,0 +1,4 @@
+# These libraries are for internal usage.
+libqpx0t64: package-name-doesnt-match-sonames
+libqpx0t64: no-symbols-control-file
+libqpx0t64: package-name-doesnt-match-sonames libqpx0

--- End Message ---
--- Begin Message ---
Source: qpxtool
Source-Version: 0.8.1-2.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
qpxtool, 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 1062...@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 qpxtool 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 21:40:39 +0000
Source: qpxtool
Architecture: source
Version: 0.8.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Boris Pek <tehn...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062720
Changes:
 qpxtool (0.8.1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062720
Checksums-Sha1:
 22a9edf8e1a9550c0be823250331d9994489ed2c 2111 qpxtool_0.8.1-2.1.dsc
 edf82c1b03ad0dd6e14152703795e806213adb7a 7248 qpxtool_0.8.1-2.1.debian.tar.xz
 a3ca57d0d49a1dfeb6effacc7cc7cb1bc3d5447e 12386 
qpxtool_0.8.1-2.1_source.buildinfo
Checksums-Sha256:
 6c172a3f20fafc2d2e1372fd5feeaa9e984865f7cd32c7385ad1cd8f0e93d70e 2111 
qpxtool_0.8.1-2.1.dsc
 54acc9b5472edd7875d1375271cf3ef419e7623960f1b03bb4a71adf148f1721 7248 
qpxtool_0.8.1-2.1.debian.tar.xz
 498c1b55d5a95b0eb5e2086f7459820c198bc228236461a5799edb4853d3559d 12386 
qpxtool_0.8.1-2.1_source.buildinfo
Files:
 fc8ce49c13cbe734f61b78a760e695b8 2111 otherosfs optional qpxtool_0.8.1-2.1.dsc
 080680be4a46243eef41dd20599e896c 7248 otherosfs optional 
qpxtool_0.8.1-2.1.debian.tar.xz
 dcd6225a39cb06886941f850702902ef 12386 otherosfs optional 
qpxtool_0.8.1-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg+k4ACgkQFZ61xO/I
d0xLhg//fRFAmDWPaEYqOnllh3bf10EcgXuOolxmlgsiaXW1Z1q2XAlUqErM5mKK
+W/1tZd2/sjdrsegJedj882iTyfKmm8Uk3VKlEu21LMEPI6oFOovVP4su5XISSl6
+q+zYQRzqU/s0HN6LYRqXb9ohKbtHNbB3y/0gc1JW917wgd31yz4/+DfE8az1QrU
J/UiTLnUReIJCWdCdCCZKnPJsmtVQZP9tJzNJdVFnq2dfPFVVU162eFD9iFkmziF
Exr7PgITEZSXebS5AuhF+bIt9pw6wcf0ChTPeGoPO4qDaCl+op1pDE51o+LGPyva
jCT+190HAGMKlwgOu5FwIUiK+G3yDEWFF8fNaEfxfYqd6ecgPnl2teIZUUol2iQR
BNT9F6Yb6gEMJuOrieOdf1Ai3z1H+5aojOKpxBZKW0fAWfnf/gn9y+2WxOeM71J1
IbSjYRAmLXE7gfLIbU+VdyIYLmJOpDFmG+y0twL0dqQGjlOYcqet2iywsFGfK4bS
UZxuLo1jmrbvBiUGcuZphQeydCTof/5EnJWk0xLEip/XdTAO2njY+7d8J/JU1gLz
BaSZtO2Rp/AbwEU+rgJIYqtCaPbpEdtsM6ZdA/Ws/+a1vRnFlSP/9abnOEr5kfbf
B1a7WHp8w6KZRRA06bsctgf2zyLc4lQ75YIG+mZ45agAAYIG4Qc=
=BU9o
-----END PGP SIGNATURE-----

Attachment: pgpKPQscRZzG2.pgp
Description: PGP signature


--- End Message ---

Reply via email to