Your message dated Thu, 29 Feb 2024 17:51:06 +0000
with message-id <[email protected]>
and subject line Bug#1062925: fixed in spread-sheet-widget 0.10-4.1
has caused the Debian Bug report #1062925,
regarding spread-sheet-widget: 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.)


-- 
1062925: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062925
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: spread-sheet-widget
Version: 0.10-4
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
spread-sheet-widget 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 spread-sheet-widget
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 spread-sheet-widget-0.10/debian/changelog 
spread-sheet-widget-0.10/debian/changelog
--- spread-sheet-widget-0.10/debian/changelog   2024-01-08 13:49:16.000000000 
+0000
+++ spread-sheet-widget-0.10/debian/changelog   2024-02-04 00:09:26.000000000 
+0000
@@ -1,3 +1,10 @@
+spread-sheet-widget (0.10-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Sun, 04 Feb 2024 00:09:26 +0000
+
 spread-sheet-widget (0.10-4) unstable; urgency=medium
 
   * Debian: Add source option to allow multiple builds without
diff -Nru spread-sheet-widget-0.10/debian/control 
spread-sheet-widget-0.10/debian/control
--- spread-sheet-widget-0.10/debian/control     2024-01-08 12:47:48.000000000 
+0000
+++ spread-sheet-widget-0.10/debian/control     2024-02-04 00:09:25.000000000 
+0000
@@ -12,7 +12,10 @@
 Vcs-Git: https://salsa.debian.org/beckmanf/spread-sheet-widget.git
 Rules-Requires-Root: no
 
-Package: libspread-sheet-widget
+Package: libspread-sheet-widget0
+Provides: ${t64:Provides}
+Replaces: libspread-sheet-widget
+Breaks: libspread-sheet-widget (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -35,7 +38,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
-         libspread-sheet-widget (= ${binary:Version}),
+         libspread-sheet-widget0 (= ${binary:Version}),
          libgtk-3-dev (>= 3.18.0)
 Description: development files for the GTK+ spread sheet widget
  GNU Spread Sheet Widget is a library for Gtk+ which provides a widget
diff -Nru spread-sheet-widget-0.10/debian/libspread-sheet-widget.install 
spread-sheet-widget-0.10/debian/libspread-sheet-widget.install
--- spread-sheet-widget-0.10/debian/libspread-sheet-widget.install      
2024-01-08 12:47:48.000000000 +0000
+++ spread-sheet-widget-0.10/debian/libspread-sheet-widget.install      
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libspread-sheet-widget.so.*
diff -Nru 
spread-sheet-widget-0.10/debian/libspread-sheet-widget.lintian-overrides 
spread-sheet-widget-0.10/debian/libspread-sheet-widget.lintian-overrides
--- spread-sheet-widget-0.10/debian/libspread-sheet-widget.lintian-overrides    
2024-01-08 12:47:48.000000000 +0000
+++ spread-sheet-widget-0.10/debian/libspread-sheet-widget.lintian-overrides    
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libspread-sheet-widget: package-name-doesnt-match-sonames
diff -Nru spread-sheet-widget-0.10/debian/libspread-sheet-widget0.install 
spread-sheet-widget-0.10/debian/libspread-sheet-widget0.install
--- spread-sheet-widget-0.10/debian/libspread-sheet-widget0.install     
1970-01-01 00:00:00.000000000 +0000
+++ spread-sheet-widget-0.10/debian/libspread-sheet-widget0.install     
2024-01-08 12:47:48.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libspread-sheet-widget.so.*
diff -Nru 
spread-sheet-widget-0.10/debian/libspread-sheet-widget0.lintian-overrides 
spread-sheet-widget-0.10/debian/libspread-sheet-widget0.lintian-overrides
--- spread-sheet-widget-0.10/debian/libspread-sheet-widget0.lintian-overrides   
1970-01-01 00:00:00.000000000 +0000
+++ spread-sheet-widget-0.10/debian/libspread-sheet-widget0.lintian-overrides   
2024-02-04 00:09:25.000000000 +0000
@@ -0,0 +1,2 @@
+libspread-sheet-widget0: package-name-doesnt-match-sonames
+libspread-sheet-widget0: package-name-doesnt-match-sonames 
libspread-sheet-widget

--- End Message ---
--- Begin Message ---
Source: spread-sheet-widget
Source-Version: 0.10-4.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
spread-sheet-widget, 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.
Benjamin Drung <[email protected]> (supplier of updated spread-sheet-widget 
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: Thu, 29 Feb 2024 17:24:08 +0000
Source: spread-sheet-widget
Architecture: source
Version: 0.10-4.1
Distribution: unstable
Urgency: medium
Maintainer: Friedrich Beckmann <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062925
Changes:
 spread-sheet-widget (0.10-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062925
Checksums-Sha1:
 6af57d134fefb1f6fd7ce9a73159927baa69edcd 2416 spread-sheet-widget_0.10-4.1.dsc
 13de916d71b2023739d322beeaa7b9bcec121382 5840 
spread-sheet-widget_0.10-4.1.debian.tar.xz
 5fa7fdebeb8dd389f34376f167e68e1cc53aec66 15677 
spread-sheet-widget_0.10-4.1_source.buildinfo
Checksums-Sha256:
 1c6013bc6147b5fa2b5dec8d6279f5a323e7e211ed142c6841cfced408f12661 2416 
spread-sheet-widget_0.10-4.1.dsc
 9a91370934fe903daa96093eac0f208c4d2f92dee18325f3327907405ec2c8a5 5840 
spread-sheet-widget_0.10-4.1.debian.tar.xz
 37e028bc9466080b2078299f0c2e276834ac4663eb1da6dc79e2eb92ff33dad7 15677 
spread-sheet-widget_0.10-4.1_source.buildinfo
Files:
 225f58f8af016586aab1171fcee3821a 2416 libs optional 
spread-sheet-widget_0.10-4.1.dsc
 784c56313dc1201a931201a581e0d448 5840 libs optional 
spread-sheet-widget_0.10-4.1.debian.tar.xz
 412145a1abededa583e9b044bda60c29 15677 libs optional 
spread-sheet-widget_0.10-4.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgvcoACgkQFZ61xO/I
d0xS2w/+PKSFYXNibGyejQ/YzlOh4h9WLJT4n/rw/1x5EjBMR6eHEFDymGwe5MYI
ZhY7P7gqcpwCCcWDF4pyx6Jpbz0h8Id/o+HzNebHQI9TY47EIgCqMGEAW/Q/u5e3
c5YVtTebZCh3cu9weLxWp074MTJj1gAY0oGd/fbZJqsoOneMXGMqQzZtOJDhHzAr
bzClfkRNRi6g9DUcbNw+H3LUCMrVAHO55JRoAg602yuflNV9PKxd0Uvp1EpM260g
RAfluNaUKRAE7Xx+u5A4jyuW6CSSlHj/ZdcB2GQVCA4JPHikFmTKY+1EQBEH0D9p
SpjBnDHsCDFk+Rnb+gYQ+nwVPdcvMrqU6DwKO3zR8+gTKnai5+XM+V37v0pmKqWq
92WxBZp9rMYQuwT+SISckp7BuQ0DkYNxLCNpuvNztAswkfMnJUCFl2/qXw8nb5G+
0rM0QrOLU2MaEpO1Zrw8ekGFJ3P7Ku9KgWHZjStaGhohQ1iqmgZt1GxFVvfQL9U2
BJOfWWf3a6f2E+cMr0P001QCquiRxPkmitQqVlU/AA/TiF1DRNllmJPinahtj/Cn
LOCUWdBrzB6xWJGJH5OEqatxakUHoKYOgCtYRoLWXad660rE56gAl8sd4f2b5Jmz
nGmFohGrQiaysj1hrWYXm90idshC4NqmnjC6mzLhkkGTxp8vj/0=
=KXAX
-----END PGP SIGNATURE-----

Attachment: pgpmw60NU4VeC.pgp
Description: PGP signature


--- End Message ---

Reply via email to