Your message dated Fri, 01 Mar 2024 12:37:25 +0000
with message-id <e1rg28j-00gejj...@fasolo.debian.org>
and subject line Bug#1063131: fixed in libnvme 1.8-2.1
has caused the Debian Bug report #1063131,
regarding libnvme: 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.)
--
1063131: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063131
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libnvme
Version: 1.7.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
libnvme 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 libnvme
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 libnvme-1.7.1/debian/changelog libnvme-1.7.1/debian/changelog
--- libnvme-1.7.1/debian/changelog 2023-12-24 07:51:57.000000000 +0000
+++ libnvme-1.7.1/debian/changelog 2024-02-05 07:57:45.000000000 +0000
@@ -1,3 +1,10 @@
+libnvme (1.7.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:57:45 +0000
+
libnvme (1.7.1-1) sid; urgency=medium
* Uploading to sid.
diff -Nru libnvme-1.7.1/debian/control libnvme-1.7.1/debian/control
--- libnvme-1.7.1/debian/control 2023-12-24 07:51:46.000000000 +0000
+++ libnvme-1.7.1/debian/control 2024-02-05 07:57:45.000000000 +0000
@@ -26,7 +26,7 @@
Depends:
libjson-c-dev,
libkeyutils-dev,
- libnvme1 (= ${binary:Version}),
+ libnvme1t64 (= ${binary:Version}),
libssl-dev,
${misc:Depends},
Description: NVMe management library (development)
@@ -37,7 +37,10 @@
.
This package contains the development files.
-Package: libnvme1
+Package: libnvme1t64
+Provides: ${t64:Provides}
+Replaces: libnvme1
+Breaks: libnvme1 (<< ${source:Version})
Section: libs
Architecture: any
Depends:
@@ -57,7 +60,7 @@
Section: python
Architecture: any
Depends:
- libnvme1 (= ${binary:Version}),
+ libnvme1t64 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
diff -Nru libnvme-1.7.1/debian/libnvme1.install
libnvme-1.7.1/debian/libnvme1.install
--- libnvme-1.7.1/debian/libnvme1.install 2023-12-24 07:51:46.000000000
+0000
+++ libnvme-1.7.1/debian/libnvme1.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libnvme-1.7.1/debian/libnvme1t64.install
libnvme-1.7.1/debian/libnvme1t64.install
--- libnvme-1.7.1/debian/libnvme1t64.install 1970-01-01 00:00:00.000000000
+0000
+++ libnvme-1.7.1/debian/libnvme1t64.install 2023-12-24 07:51:46.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru libnvme-1.7.1/debian/libnvme1t64.lintian-overrides
libnvme-1.7.1/debian/libnvme1t64.lintian-overrides
--- libnvme-1.7.1/debian/libnvme1t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libnvme-1.7.1/debian/libnvme1t64.lintian-overrides 2024-02-05
07:57:45.000000000 +0000
@@ -0,0 +1 @@
+libnvme1t64: package-name-doesnt-match-sonames libnvme1
--- End Message ---
--- Begin Message ---
Source: libnvme
Source-Version: 1.8-2.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libnvme, 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 libnvme 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:23:21 +0000
Source: libnvme
Architecture: source
Version: 1.8-2.1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann <daniel.baum...@progress-linux.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063131
Changes:
libnvme (1.8-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063131
Checksums-Sha1:
a03f7fc3c82b36f817641ed6f587a29fd0c527e3 2232 libnvme_1.8-2.1.dsc
a1b479467769bd568bffe7efd05dfea65e0fabe9 7232 libnvme_1.8-2.1.debian.tar.xz
1bd8afcb3aaef5c671af1f95508d4b048731ac7d 8174 libnvme_1.8-2.1_source.buildinfo
Checksums-Sha256:
3ca558cad6a04e85e4170ca34c71d5b00b13054f5d4f1046cb0d6399f1f4fa51 2232
libnvme_1.8-2.1.dsc
199a6bdb2c249e22f03dc66525712bf9f0fd262c03bc6178cb3da8389c3ce46c 7232
libnvme_1.8-2.1.debian.tar.xz
b9fc4a6746a23858edeff49952a7d4e09281516b541999c9599711fc2404d2dd 8174
libnvme_1.8-2.1_source.buildinfo
Files:
6b1d2189a58f8629e06c987cdd0676b0 2232 libs optional libnvme_1.8-2.1.dsc
f279f69d1c971ebb8887a9f24c647263 7232 libs optional
libnvme_1.8-2.1.debian.tar.xz
ca12c0e0a595674514f5f47f853ee9c4 8174 libs optional
libnvme_1.8-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhyNoACgkQFZ61xO/I
d0x7fg/+N+OlqEFl5hpFU4R0xib/NsQD91Cr3aPKFKcxCSIGw08NJKig1DTj67fM
XtgusnCJw1Afryq2ay+Mr7EpKv79xCBFf3JEbdii2K0W3jxhdNMnsZlJZCcy8IWz
6kOcSFT2JdbEIauPLnHa7m4wNO/XcGJKrVseks1LIwa6eL3uOQvXpb01PIWbGoDt
Y1QnWf84aQtWruYKojKPRye99fc32aCKD5EiYypbjmUMfyV4PRGw2B4z1hmgoKEE
zr1HD/v8ZQ0aPnkiOkcHxgKK5831dxUAKdz+V4wGZ5Dggls6mkA/h85P7OZo42pH
tkmn/pnTRxJ7C0aiykaGTNOZZOYsP6gI1AE6ESJsAuBZfZ4ryKB0WEEbRrgMOJya
ed0CBd4pfaXgmW2lbhoeCKyt6gPzZXcvO/mRoQAQd2kjTkLakxnBjB5N5OAzqBXB
IKpQXLXq4U8mVhkIdsK39VSb6wsO6jr1zUQ0Raq9vsY9xpCuQx0b0Hp66RZHOnGQ
XjziVTGKuAw7jASVTkHSbwXfRrbVpNLyBnCDxTLOyXyUVx+dT/7HRyw5CVvmW1eB
eMfYEgsiT5ek03UhK3WkYava2vmDyTRvtFx+50takRYhCFDYpAFmrXDVM4uSkbnd
EMmM/bfC3wfIqqf+QffYSRVY8Y48Ao2GThgnjYJoPntAXmc+wi8=
=l3s3
-----END PGP SIGNATURE-----
pgpB686mG1Ibx.pgp
Description: PGP signature
--- End Message ---