Your message dated Thu, 29 Feb 2024 07:44:58 +0000
with message-id <e1rfb6a-00a2qr...@fasolo.debian.org>
and subject line Bug#1063235: fixed in wreport 3.36-1.1
has caused the Debian Bug report #1063235,
regarding wreport: 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.)


-- 
1063235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wreport
Version: 3.36-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
wreport 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 wreport
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 wreport-3.36/debian/changelog wreport-3.36/debian/changelog
--- wreport-3.36/debian/changelog       2023-07-27 13:46:12.000000000 +0000
+++ wreport-3.36/debian/changelog       2024-02-05 20:07:38.000000000 +0000
@@ -1,3 +1,10 @@
+wreport (3.36-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 20:07:38 +0000
+
 wreport (3.36-1) unstable; urgency=medium
 
   * New upstream version (Closes: #1037898)
diff -Nru wreport-3.36/debian/control wreport-3.36/debian/control
--- wreport-3.36/debian/control 2023-07-27 13:46:12.000000000 +0000
+++ wreport-3.36/debian/control 2024-02-05 20:07:38.000000000 +0000
@@ -17,7 +17,7 @@
 Package: libwreport-dev
 Section: libdevel
 Architecture: any
-Depends: libwreport3 (= ${binary:Version}), liblua5.1-0-dev, ${misc:Depends}
+Depends: libwreport3t64 (= ${binary:Version}), liblua5.1-0-dev, ${misc:Depends}
 Recommends: pkg-config
 Description: library for working with weather reports
  libwreport is a C++ library for working with weather reports.
@@ -46,7 +46,10 @@
  .
  This is the documentation for the library.
 
-Package: libwreport3
+Package: libwreport3t64
+Provides: ${t64:Provides}
+Replaces: libwreport3
+Breaks: libwreport3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru wreport-3.36/debian/libwreport3.install 
wreport-3.36/debian/libwreport3.install
--- wreport-3.36/debian/libwreport3.install     2023-07-27 13:46:12.000000000 
+0000
+++ wreport-3.36/debian/libwreport3.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libwreport.so.*
diff -Nru wreport-3.36/debian/libwreport3.shlibs 
wreport-3.36/debian/libwreport3.shlibs
--- wreport-3.36/debian/libwreport3.shlibs      2023-07-27 13:46:12.000000000 
+0000
+++ wreport-3.36/debian/libwreport3.shlibs      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-libwreport 3 libwreport3 (>= 3.0)
diff -Nru wreport-3.36/debian/libwreport3t64.install 
wreport-3.36/debian/libwreport3t64.install
--- wreport-3.36/debian/libwreport3t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ wreport-3.36/debian/libwreport3t64.install  2023-07-27 13:46:12.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libwreport.so.*
diff -Nru wreport-3.36/debian/libwreport3t64.lintian-overrides 
wreport-3.36/debian/libwreport3t64.lintian-overrides
--- wreport-3.36/debian/libwreport3t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ wreport-3.36/debian/libwreport3t64.lintian-overrides        2024-02-05 
20:07:38.000000000 +0000
@@ -0,0 +1 @@
+libwreport3t64: package-name-doesnt-match-sonames libwreport3
diff -Nru wreport-3.36/debian/libwreport3t64.shlibs 
wreport-3.36/debian/libwreport3t64.shlibs
--- wreport-3.36/debian/libwreport3t64.shlibs   1970-01-01 00:00:00.000000000 
+0000
+++ wreport-3.36/debian/libwreport3t64.shlibs   2024-02-05 20:07:38.000000000 
+0000
@@ -0,0 +1 @@
+libwreport 3 libwreport3t64 (>= 3.0)

--- End Message ---
--- Begin Message ---
Source: wreport
Source-Version: 3.36-1.1
Done: Steve Langasek <vor...@debian.org>

We believe that the bug you reported is fixed in the latest version of
wreport, 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.
Steve Langasek <vor...@debian.org> (supplier of updated wreport 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 05:46:17 +0000
Source: wreport
Architecture: source
Version: 3.36-1.1
Distribution: unstable
Urgency: medium
Maintainer: Enrico Zini <enr...@debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063235
Changes:
 wreport (3.36-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063235
Checksums-Sha1:
 b205dfc2f9a13aa5a1fb1234030ecc3fdf56ffec 2243 wreport_3.36-1.1.dsc
 49daa6d1e577bef58a89e69f950c9c8e2a122fb3 5920 wreport_3.36-1.1.debian.tar.xz
 5b5487c0b36b91629602e4a4031543e26ec82149 11021 
wreport_3.36-1.1_source.buildinfo
Checksums-Sha256:
 39ab0ebf3080e3c6ed36d4701cc0dec95f4206b6335f32829c223791207f5402 2243 
wreport_3.36-1.1.dsc
 c47b9c6dbac600850bb281af3e2157857410f5099985c699a32e4b51204a4ca6 5920 
wreport_3.36-1.1.debian.tar.xz
 edbd75c00da6ea22a40b5d67945d840d91394306acdcb3ae60c1895949eb1872 11021 
wreport_3.36-1.1_source.buildinfo
Files:
 29c66508c97ff6acf3daf881659e1494 2243 misc optional wreport_3.36-1.1.dsc
 9d0980228fb2967a790b1d2f85814c6a 5920 misc optional 
wreport_3.36-1.1.debian.tar.xz
 77d53c4e351518c2b9c74c3c06fea81d 11021 misc optional 
wreport_3.36-1.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgGm8SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9yxoQAJlXrwmbjfjWIk0qrFGMuj2fGRUMtlUD
0y2Hcr/ldqXP5HuB0ypvksKagn7w4zL3oiARVHK69bghGO+11JHQwz6w2gESOwli
WfIWYzkpNVGhZFh3w2ytrZMCWyGuAsUdVEo+RIcj0s8LS0JR2Zb5Met98JLrFSCn
yISN0uz2ZrjiGsXfafQZVwyhCwX4A2GRQhT3JrmV8IR028vxsYRJyafLIeZfc2Oa
zqsrbLSxnYJOdlyymWydrlsr9JKGYTHDXjB0Jev5tQ71SbvpYCmAkVS3VVBs0Pu1
EEZx/rjtBMv9OxAj3uAyyhq6A6QjuukQptE+ivSoyXttmf2fUP8U3xTdPGEeDt3Z
lSr9KsMQsurc7TEtLi9Ho+aGahaQ6sXQs8qeJatsC4fgJTewGs7Sq4hMeP5f7AGP
llsOksWUfvrjQ9ymRBr9Sv7zHOme8pJYRMIr1gTWn9wjq2AvpaKtx3Pa1XOyQg6I
OITUGDhywyoY5zLJXET6HxugnAEDyCYYQ8z8ygYfda1Dml9ISDYLJurtb9WP0bSq
0UgyWXLuwVFIz7K3+KX3dSHHHPmqzniF5BNeGcB+DPBmy9J/rCjEPnuIfhNPyi4b
D0aIIcicQC4PmvAlkH+NXuv/ZcZ4E4OQfB960MhfP95HeoylvgkHWB5FPz5uTe/Y
wsnOx684zdFS
=hLkH
-----END PGP SIGNATURE-----

Attachment: pgp3dE8BrRzsy.pgp
Description: PGP signature


--- End Message ---

Reply via email to