Your message dated Thu, 29 Feb 2024 05:19:31 +0000
with message-id <e1rfypp-009fuj...@fasolo.debian.org>
and subject line Bug#1063065: fixed in wayfire 0.8.0+git20240110-2.1
has caused the Debian Bug report #1063065,
regarding wayfire: 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.)


-- 
1063065: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063065
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wayfire
Version: 0.8.0+git20240110-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
wayfire 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 wayfire
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 wayfire-0.8.0+git20240110/debian/changelog 
wayfire-0.8.0+git20240110/debian/changelog
--- wayfire-0.8.0+git20240110/debian/changelog  2024-01-10 14:57:41.000000000 
+0000
+++ wayfire-0.8.0+git20240110/debian/changelog  2024-02-04 19:54:14.000000000 
+0000
@@ -1,3 +1,10 @@
+wayfire (0.8.0+git20240110-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Sun, 04 Feb 2024 19:54:14 +0000
+
 wayfire (0.8.0+git20240110-1) unstable; urgency=medium
 
   * New upstream trunk snapshot.
diff -Nru wayfire-0.8.0+git20240110/debian/control 
wayfire-0.8.0+git20240110/debian/control
--- wayfire-0.8.0+git20240110/debian/control    2024-01-10 14:57:41.000000000 
+0000
+++ wayfire-0.8.0+git20240110/debian/control    2024-02-04 19:54:14.000000000 
+0000
@@ -49,7 +49,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libwf-utils0 (= ${binary:Version}),
+ libwf-utils0t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: 3D Wayland compositor (wf-utils library dev files)
  Wayfire is a 3D Wayland compositor, inspired by Compiz and based on
@@ -59,7 +59,10 @@
  This package contains the development files for the embedded
  wf-utils library.
 
-Package: libwf-utils0
+Package: libwf-utils0t64
+Provides: ${t64:Provides}
+Replaces: libwf-utils0
+Breaks: libwf-utils0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
diff -Nru wayfire-0.8.0+git20240110/debian/libwf-utils0.install 
wayfire-0.8.0+git20240110/debian/libwf-utils0.install
--- wayfire-0.8.0+git20240110/debian/libwf-utils0.install       2024-01-10 
14:41:10.000000000 +0000
+++ wayfire-0.8.0+git20240110/debian/libwf-utils0.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libwf-utils.so.*
diff -Nru wayfire-0.8.0+git20240110/debian/libwf-utils0t64.install 
wayfire-0.8.0+git20240110/debian/libwf-utils0t64.install
--- wayfire-0.8.0+git20240110/debian/libwf-utils0t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ wayfire-0.8.0+git20240110/debian/libwf-utils0t64.install    2024-01-10 
14:41:10.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libwf-utils.so.*
diff -Nru wayfire-0.8.0+git20240110/debian/libwf-utils0t64.lintian-overrides 
wayfire-0.8.0+git20240110/debian/libwf-utils0t64.lintian-overrides
--- wayfire-0.8.0+git20240110/debian/libwf-utils0t64.lintian-overrides  
1970-01-01 00:00:00.000000000 +0000
+++ wayfire-0.8.0+git20240110/debian/libwf-utils0t64.lintian-overrides  
2024-02-04 19:54:14.000000000 +0000
@@ -0,0 +1 @@
+libwf-utils0t64: package-name-doesnt-match-sonames libwf-utils0

--- End Message ---
--- Begin Message ---
Source: wayfire
Source-Version: 0.8.0+git20240110-2.1
Done: Steve Langasek <vor...@debian.org>

We believe that the bug you reported is fixed in the latest version of
wayfire, 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 wayfire 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 01:52:00 +0000
Source: wayfire
Architecture: source
Version: 0.8.0+git20240110-2.1
Distribution: unstable
Urgency: medium
Maintainer: Boyuan Yang <by...@debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063065
Changes:
 wayfire (0.8.0+git20240110-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063065
Checksums-Sha1:
 95894dd0b29d490bf2bd15c66278dcb0282dff67 3108 wayfire_0.8.0+git20240110-2.1.dsc
 324de812339b589768d1429c866b259e3925190f 6316 
wayfire_0.8.0+git20240110-2.1.debian.tar.xz
 b7c92156636c50e5a0518ba0fcedeae230f06a9d 15306 
wayfire_0.8.0+git20240110-2.1_source.buildinfo
Checksums-Sha256:
 a1c07b3c0ebbdf39a78009b5ee64ce81716ec4d648b43da3725c30e48a03204d 3108 
wayfire_0.8.0+git20240110-2.1.dsc
 01dc74c442a94c114a223a551a202c0577de680b400b1ac922cc8a32577d68a3 6316 
wayfire_0.8.0+git20240110-2.1.debian.tar.xz
 c41eda3635fefbc0414494f695945a131d1efbffe09053d5c8880468bd02dc88 15306 
wayfire_0.8.0+git20240110-2.1_source.buildinfo
Files:
 d582ba8780db4718481e917ac6abf1b3 3108 x11 optional 
wayfire_0.8.0+git20240110-2.1.dsc
 e8d2e661e51e8c25e63606c7c978280e 6316 x11 optional 
wayfire_0.8.0+git20240110-2.1.debian.tar.xz
 36b9db88b38a04699c36b6cb341d0d48 15306 x11 optional 
wayfire_0.8.0+git20240110-2.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXf4/oSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9KwsP/j4cNeuA6SOiiLzxgyjLsjPYcnkbIfaB
5n5zZ2K6TvIOwpgTbqC8TLkFXv0tHsmtehSylWtX4QuImlJv8b1GO/Mh2+uUimA2
lJV+93vWIXvV8sEMy46CQYHWy0Js4VYJ2W18dITErcZGAtYeF2JiC9cWykvItUXD
D0jQEtxG5Ys555PL/ZEGUosouzzfBT/gPoTej2xLZiOScAIIA6/BJIUMYY/2UC1y
BFsbeg9u6X+HsBXUVq08s9YWTC5gOcQpVeb7g6j+5r5B+ebyg+PYDZXPB0aZDHLW
yMfHd4YDR++Oq8DO3GPxPfxwJZH0D4DGQWmmtILolmMKWcrCt62tvD+AL5vlKlKl
5XqNSr3TPLYFAeyjyiNruY+gKcBXkFCOD3L/A2Ly0A/gVdOGRbFBWbUaEk5Vovm9
2TnXEJL+ZFaViHziYx9XIJ0T3mhnH+eHc3/0oe1ME4PLcxaT4Q6q4TmxtPwp2if+
qKRRNRUr6GmZ5QRCrY0sUKZNT40pzMlg/eBaKxBAyJl4xwqFYKoTWcLilktaTlZp
8eNbl3nchUi55+zSCw/HZWVnv6st+SDgvaiMF41XvF7YPELYzjLEO86GYKN+1YIZ
cN5EnKWZk2KUvpVOiVK5k0qecMKSLZRBypJlfE6ptRYSVbhD6XW3yuZYZsMLf7QC
qbLf6ztovLtR
=C3XM
-----END PGP SIGNATURE-----

Attachment: pgpSEEf5lXnnG.pgp
Description: PGP signature


--- End Message ---

Reply via email to