Your message dated Wed, 28 Feb 2024 23:47:11 +0000
with message-id <[email protected]>
and subject line Bug#1062695: fixed in libvbz-hdf-plugin 1.0.2-3.1
has caused the Debian Bug report #1062695,
regarding libvbz-hdf-plugin: 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.)
--
1062695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062695
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libvbz-hdf-plugin
Version: 1.0.2-3
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
libvbz-hdf-plugin 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 libvbz-hdf-plugin
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'), (500, 'stable'), (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 libvbz-hdf-plugin-1.0.2/debian/changelog
libvbz-hdf-plugin-1.0.2/debian/changelog
--- libvbz-hdf-plugin-1.0.2/debian/changelog 2023-07-23 08:52:45.000000000
+0000
+++ libvbz-hdf-plugin-1.0.2/debian/changelog 2024-02-02 18:17:23.000000000
+0000
@@ -1,3 +1,10 @@
+libvbz-hdf-plugin (1.0.2-3.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Fri, 02 Feb 2024 18:17:23 +0000
+
libvbz-hdf-plugin (1.0.2-3) unstable; urgency=medium
* gcc-13.patch: new: fix build failures with gcc 13. (Closes: #1037746)
diff -Nru libvbz-hdf-plugin-1.0.2/debian/control
libvbz-hdf-plugin-1.0.2/debian/control
--- libvbz-hdf-plugin-1.0.2/debian/control 2023-07-23 08:52:45.000000000
+0000
+++ libvbz-hdf-plugin-1.0.2/debian/control 2024-02-02 18:17:23.000000000
+0000
@@ -16,7 +16,10 @@
Homepage: https://github.com/nanoporetech/vbz_compression/
Rules-Requires-Root: no
-Package: libvbz-hdf-plugin0
+Package: libvbz-hdf-plugin0t64
+Provides: ${t64:Provides}
+Replaces: libvbz-hdf-plugin0
+Breaks: libvbz-hdf-plugin0 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
@@ -38,7 +41,7 @@
Package: libvbz-hdf-plugin-dev
Architecture: any
Section: libdevel
-Depends: libvbz-hdf-plugin0 (= ${binary:Version}),
+Depends: libvbz-hdf-plugin0t64 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Multi-Arch: same
diff -Nru libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0.install
libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0.install
--- libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0.install 2023-07-23
08:52:45.000000000 +0000
+++ libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0.lintian-overrides
libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0.lintian-overrides
--- libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0.lintian-overrides
2023-07-23 08:52:45.000000000 +0000
+++ libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# See https://wiki.debian.org/UsingSymbolsFiles#C.2B-.2B-_libraries
-libvbz-hdf-plugin0: no-symbols-control-file
diff -Nru libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0t64.install
libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0t64.install
--- libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0t64.install
1970-01-01 00:00:00.000000000 +0000
+++ libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0t64.install
2023-07-23 08:52:45.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru
libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0t64.lintian-overrides
libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0t64.lintian-overrides
--- libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ libvbz-hdf-plugin-1.0.2/debian/libvbz-hdf-plugin0t64.lintian-overrides
2024-02-02 18:17:23.000000000 +0000
@@ -0,0 +1,3 @@
+# See https://wiki.debian.org/UsingSymbolsFiles#C.2B-.2B-_libraries
+libvbz-hdf-plugin0t64: no-symbols-control-file
+libvbz-hdf-plugin0t64: package-name-doesnt-match-sonames libvbz-hdf-plugin0
--- End Message ---
--- Begin Message ---
Source: libvbz-hdf-plugin
Source-Version: 1.0.2-3.1
Done: Graham Inggs <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libvbz-hdf-plugin, 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.
Graham Inggs <[email protected]> (supplier of updated libvbz-hdf-plugin 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: Wed, 28 Feb 2024 21:02:18 +0000
Source: libvbz-hdf-plugin
Architecture: source
Version: 1.0.2-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 1062695
Changes:
libvbz-hdf-plugin (1.0.2-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062695
Checksums-Sha1:
a3b7cb9c237ba1fccc6dcb0884ca7c4391cb4799 2241 libvbz-hdf-plugin_1.0.2-3.1.dsc
aa069ac09d4adf98757aaba55c011eae67b69a04 8000
libvbz-hdf-plugin_1.0.2-3.1.debian.tar.xz
235bef9d521f2e5b27fe6e74e3cd7b35c1732abb 8240
libvbz-hdf-plugin_1.0.2-3.1_source.buildinfo
Checksums-Sha256:
a4abf9aa1e215009babacf4f82cc97a84f5288d0fb82660cfd58f991e2c5e689 2241
libvbz-hdf-plugin_1.0.2-3.1.dsc
5fef29f36ce54ffb1572e79db3eb3d6b40c64056c47fd530b8b54945cd98e392 8000
libvbz-hdf-plugin_1.0.2-3.1.debian.tar.xz
95e2d7c1cecf0d9e5f2cdbc0223be5717a06abc07cfc5b6febf9a3e0f6dec4c7 8240
libvbz-hdf-plugin_1.0.2-3.1_source.buildinfo
Files:
104c2740799d86c3d45a1c070398d475 2241 science optional
libvbz-hdf-plugin_1.0.2-3.1.dsc
bffa610d12cbc26c5ccfa5e2f4806702 8000 science optional
libvbz-hdf-plugin_1.0.2-3.1.debian.tar.xz
ccdd1794d86bd2d03459dc337f1b216a 8240 science optional
libvbz-hdf-plugin_1.0.2-3.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXfn2kACgkQr8/sjmac
4cKOLhAAp0Elo2gCoD3osN/CnFDEzQ64CCLSgnxYLNXSNtNwokzzCRf1QqiTNDcl
1xkwEqmH1CM0qF9F6ToFW7V8MRwNR6xhvYo6cc9LQl18m7OeHKNu26cyz6rpwKU0
z8xLljATJnigngW54FAx/izYWKEaoBDPe/tYeiw8onx9PxV9srS0MCP95ZIz+Bt0
x2MHdsjVqGdxtYFfPN+4HpZZE+g7HeHGULxDQ9UZ4XAp1c7tunLeyAXsFiZ5Bzfa
rNJJRqhzGS5CR+mne/aFTGfMW+YgHB95w2oL/q+jnjapW1VyWWFq9WG4MbnHgKYR
TVqnqL06fSKelIdQagKCJhmq9ZwNKbLtOMShrvGIhjpnWMrIWBYHdajI7sMIRZau
nc1vS+yqYyB6cUjbB61P+Dhkhbz5uhQWXHHbxuz7u6DVymBN1zdOwJsv0fxhl8qu
T2txMnJm4dUJXPrTAocTbtbWB6P7DNUBf155k8KyqEIuqQbJtyAf9PI/AWN1mrDt
ihMAzCO0GCXjE0+iwakle4Oj63y36OlWUW0bfuJKP7QsxWiQsqIJwTFqqVd8gmdV
E7IcTb8HL2/ORmWrHLiPwub5DDRG6v+OG9mIOx55xAJvyaN3cwHhV8Gsm5JstDYJ
3DqWa5EACQRioNhcHmCm+cjoFQ2UQH+UBbDRaclI2LLVedeg5s8=
=nomc
-----END PGP SIGNATURE-----
pgpJq4EaJl1Ta.pgp
Description: PGP signature
--- End Message ---