Your message dated Fri, 01 Mar 2024 12:52:26 +0000
with message-id <e1rg2ng-00ghgt...@fasolo.debian.org>
and subject line Bug#1063138: fixed in libzbd 2.0.4-1.1
has caused the Debian Bug report #1063138,
regarding libzbd: 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.)


-- 
1063138: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063138
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libzbd
Version: 2.0.4-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
libzbd 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 libzbd
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 libzbd-2.0.4/debian/changelog libzbd-2.0.4/debian/changelog
--- libzbd-2.0.4/debian/changelog       2023-02-05 00:21:11.000000000 +0000
+++ libzbd-2.0.4/debian/changelog       2024-02-05 08:29:31.000000000 +0000
@@ -1,3 +1,10 @@
+libzbd (2.0.4-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 08:29:31 +0000
+
 libzbd (2.0.4-1) unstable; urgency=medium
 
   * New upstream version 2.0.4
diff -Nru libzbd-2.0.4/debian/control libzbd-2.0.4/debian/control
--- libzbd-2.0.4/debian/control 2023-02-05 00:15:23.000000000 +0000
+++ libzbd-2.0.4/debian/control 2024-02-05 08:29:31.000000000 +0000
@@ -12,7 +12,7 @@
 Section: libdevel
 Architecture: linux-any
 Multi-Arch: same
-Depends: libzbd2 (= ${binary:Version}), ${misc:Depends}
+Depends: libzbd2t64 (= ${binary:Version}), ${misc:Depends}
 Description: Library to manipulate zoned block devices (development files)
  libzbd uses the kernel provided zoned block device interface based on the
  ioctl() system call. It provides functions for discovering and managing the
@@ -21,7 +21,10 @@
  .
  This package is needed to compile programs against libzbd.
 
-Package: libzbd2
+Package: libzbd2t64
+Provides: ${t64:Provides}
+Replaces: libzbd2
+Breaks: libzbd2 (<< ${source:Version})
 Architecture: linux-any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru libzbd-2.0.4/debian/libzbd2.install 
libzbd-2.0.4/debian/libzbd2.install
--- libzbd-2.0.4/debian/libzbd2.install 2022-02-13 22:50:20.000000000 +0000
+++ libzbd-2.0.4/debian/libzbd2.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libzbd.so.*
diff -Nru libzbd-2.0.4/debian/libzbd2.symbols 
libzbd-2.0.4/debian/libzbd2.symbols
--- libzbd-2.0.4/debian/libzbd2.symbols 2022-02-14 13:50:08.000000000 +0000
+++ libzbd-2.0.4/debian/libzbd2.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-libzbd.so.2 libzbd2 #MINVER#
- ZBD_GLOBAL@ZBD_GLOBAL 1.1.0
- zbd_close@ZBD_GLOBAL 1.1.0
- zbd_device_is_zoned@ZBD_GLOBAL 1.1.0
- zbd_device_model_str@ZBD_GLOBAL 1.1.0
- zbd_get_info@ZBD_GLOBAL 2.0.2
- zbd_list_zones@ZBD_GLOBAL 1.1.0
- zbd_open@ZBD_GLOBAL 1.1.0
- zbd_report_zones@ZBD_GLOBAL 1.1.0
- zbd_set_log_level@ZBD_GLOBAL 1.1.0
- zbd_zone_cond_str@ZBD_GLOBAL 1.1.0
- zbd_zone_type_str@ZBD_GLOBAL 1.1.0
- zbd_zones_operation@ZBD_GLOBAL 1.1.0
diff -Nru libzbd-2.0.4/debian/libzbd2t64.install 
libzbd-2.0.4/debian/libzbd2t64.install
--- libzbd-2.0.4/debian/libzbd2t64.install      1970-01-01 00:00:00.000000000 
+0000
+++ libzbd-2.0.4/debian/libzbd2t64.install      2022-02-13 22:50:20.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libzbd.so.*
diff -Nru libzbd-2.0.4/debian/libzbd2t64.lintian-overrides 
libzbd-2.0.4/debian/libzbd2t64.lintian-overrides
--- libzbd-2.0.4/debian/libzbd2t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ libzbd-2.0.4/debian/libzbd2t64.lintian-overrides    2024-02-05 
08:29:31.000000000 +0000
@@ -0,0 +1 @@
+libzbd2t64: package-name-doesnt-match-sonames libzbd2
diff -Nru libzbd-2.0.4/debian/libzbd2t64.symbols 
libzbd-2.0.4/debian/libzbd2t64.symbols
--- libzbd-2.0.4/debian/libzbd2t64.symbols      1970-01-01 00:00:00.000000000 
+0000
+++ libzbd-2.0.4/debian/libzbd2t64.symbols      2024-02-05 08:29:31.000000000 
+0000
@@ -0,0 +1,13 @@
+libzbd.so.2 libzbd2t64 #MINVER#
+ ZBD_GLOBAL@ZBD_GLOBAL 1.1.0
+ zbd_close@ZBD_GLOBAL 1.1.0
+ zbd_device_is_zoned@ZBD_GLOBAL 1.1.0
+ zbd_device_model_str@ZBD_GLOBAL 1.1.0
+ zbd_get_info@ZBD_GLOBAL 2.0.2
+ zbd_list_zones@ZBD_GLOBAL 1.1.0
+ zbd_open@ZBD_GLOBAL 1.1.0
+ zbd_report_zones@ZBD_GLOBAL 1.1.0
+ zbd_set_log_level@ZBD_GLOBAL 1.1.0
+ zbd_zone_cond_str@ZBD_GLOBAL 1.1.0
+ zbd_zone_type_str@ZBD_GLOBAL 1.1.0
+ zbd_zones_operation@ZBD_GLOBAL 1.1.0

--- End Message ---
--- Begin Message ---
Source: libzbd
Source-Version: 2.0.4-1.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libzbd, 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 libzbd 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:30:42 +0000
Source: libzbd
Architecture: source
Version: 2.0.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063138
Changes:
 libzbd (2.0.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063138
Checksums-Sha1:
 c7897f1a92fec61983c3c6e9ed75fb45089ef52e 2033 libzbd_2.0.4-1.1.dsc
 cfeb96c2dcd2d64fd1d80f76c9a6224b12f9fd64 3316 libzbd_2.0.4-1.1.debian.tar.xz
 91c06b8ce3141da90b80e181e1982926e30274e1 15123 
libzbd_2.0.4-1.1_source.buildinfo
Checksums-Sha256:
 a6c170d70c57cbd0116f7704493cc51351ee3ac10a9f2a2deaa2cf67fac6efe9 2033 
libzbd_2.0.4-1.1.dsc
 7f416442fff29580ce57117ef95f76b10376a0701a085e85c66092cb4cff75a5 3316 
libzbd_2.0.4-1.1.debian.tar.xz
 c2fa5c181015ca7e22db2145b30945c6151c2fe4df917ce268b6a5fc3bfee2a6 15123 
libzbd_2.0.4-1.1_source.buildinfo
Files:
 cea5ea6592906c48c1f90bacce27c20b 2033 libs optional libzbd_2.0.4-1.1.dsc
 84ac2f35166d9b7374a1e8f392ac8a9f 3316 libs optional 
libzbd_2.0.4-1.1.debian.tar.xz
 041e7e324c026aaabee3b53d9e6025b1 15123 libs optional 
libzbd_2.0.4-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhyoQACgkQFZ61xO/I
d0zKLA//fEovQONAB5LDRNAUz0rPk0chMjwW9N5FA5Pj6WgNngSHRT2oP06hnMXy
ee0s9RvcYbqBu2PR44O/E8au6Yne6KvODoyZ8Vs/Xn6PE6hopL1xxYPssADblqAq
VKcV60HiTXkqAONQ+OyUGCVNqLpRb0LOE5NJT1+3+bZ35P/bcNdbMK9VjayDlH7b
7AvOI5n6AMaDBvKUoT65dQnJWk1TA49cmscIz/WsDyYhaMoDSjkZnkasaP0MTzvY
bfJHvxySi0gNtLGHG9oqsKJMLlrWpJYAsibd+zqLflSOdP2UDFG2ijVgAZ1YISy3
U76UW2hEC4VYA0NieP5+P5Tn5hCGHcDPLryqbgzsgi9mLSlRW7QI08RO/jnXkx90
+hgtPH0HsRFTaaz92M63s3LUg3hPVO7hoBtjlAhvypfz7WPuhmqWzyfUDaceVcJ1
MfTdqjMehhL090LTgkElS3EtWh44if+LmspHXzwFJC7l6HNfN7zRZdKgisVojzvd
xiz+LyArVWC04un2BfA8ZulPQgEobLPk6Zj6AwEL8G6D1husFL3xD3sSDKzlR2wr
Q4UEeNa1fBrza6k6w5avbCunPly2W4od3qshMJ2g4rby5XNdA3kJ2Sf/HcxgnPMx
+viqSYN6fJ/BabOZXi5zl+aBkRrjs2GSbGxtzX3EKE0ha8o7kH8=
=Pktr
-----END PGP SIGNATURE-----

Attachment: pgp3vvt0qi_XR.pgp
Description: PGP signature


--- End Message ---

Reply via email to