Bug#1063088: weston: NMU diff for 64-bit time_t transition

2024-03-06 Thread Steve Langasek
On Wed, Mar 06, 2024 at 10:42:16AM +0100, Dylan Aïssi wrote:
> Hello,

> Le lun. 5 févr. 2024 à 02:54, Steve Langasek  a écrit :

> > 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.

> I am wondering what is the plan with this package/bug? I noticed that changes
> related to the 64-bit time_t transition were not uploaded to unstable and
> because I uploaded several versions in unstable after your NMU in exp, I
> wonder if I haven't interfered with this transition.

Sorry, yes, the uploads with renaming of both dev package and runtime lib
package in the midst of the transition resulted in this package being lost.

Since this is a completely new soname, and only packages built from weston
source depend on it, I suggest that you simply request a binNMU of weston on
armhf and armel and consider this resolved.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: PGP signature


Bug#1063088: weston: NMU diff for 64-bit time_t transition

2024-03-06 Thread Dylan Aïssi
Hello,

Le lun. 5 févr. 2024 à 02:54, Steve Langasek  a écrit :
>
> 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.
>

I am wondering what is the plan with this package/bug? I noticed that changes
related to the 64-bit time_t transition were not uploaded to unstable and
because I uploaded several versions in unstable after your NMU in exp, I
wonder if I haven't interfered with this transition.

Best regards,
Dylan



Bug#1063088: weston: NMU diff for 64-bit time_t transition

2024-02-04 Thread Steve Langasek
Source: weston
Version: 13.0.0-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
weston 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 weston
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'), (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 weston-13.0.0/debian/changelog weston-13.0.0/debian/changelog
--- weston-13.0.0/debian/changelog  2024-01-22 09:00:54.0 +
+++ weston-13.0.0/debian/changelog  2024-02-05 01:50:20.0 +
@@ -1,3 +1,10 @@
+weston (13.0.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Mon, 05 Feb 2024 01:50:20 +
+
 weston (13.0.0-1) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru weston-13.0.0/debian/control weston-13.0.0/debian/control
--- weston-13.0.0/debian/control2024-01-22 09:00:54.0 +
+++ weston-13.0.0/debian/control2024-02-05 01:50:19.0 +
@@ -72,13 +72,14 @@
  and fast compositor and is suitable for many embedded and mobile use
  cases.
 
-Package: libweston-13-0
+Package: libweston-13-0t64
+Provides: ${t64:Provides}
 Section: libs
 Architecture: linux-any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Replaces: weston (<< 1.12.0-1)
-Breaks: weston (<< 1.12.0-1)
+Replaces: libweston-13-0, weston (<< 1.12.0-1)
+Breaks: libweston-13-0 (<< ${source:Version}), weston (<< 1.12.0-1)
 Description: reference implementation of a wayland compositor (shared libs)
  Part of the Wayland project is also the Weston reference implementation
  of a Wayland compositor. Weston can run as an X client or under Linux
@@ -93,7 +94,7 @@
 Architecture: linux-any
 Depends: libpixman-1-dev,
  libwayland-dev,
- libweston-13-0 (= ${binary:Version}),
+ libweston-13-0t64 (= ${binary:Version}),
  libxkbcommon-dev,
  ${misc:Depends},
  ${shlibs:Depends}
diff -Nru weston-13.0.0/debian/libweston-13-0.install 
weston-13.0.0/debian/libweston-13-0.install
--- weston-13.0.0/debian/libweston-13-0.install 2024-01-22 09:00:54.0 
+
+++ weston-13.0.0/debian/libweston-13-0.install 1970-01-01 00:00:00.0 
+
@@ -1,13 +0,0 @@
-usr/lib/*/libweston-13.so.*
-usr/lib/*/libweston-13/color-lcms.so
-usr/lib/*/libweston-13/drm-backend.so
-usr/lib/*/libweston-13/gl-renderer.so
-usr/lib/*/libweston-13/headless-backend.so
-usr/lib/*/libweston-13/pipewire-plugin.so
-usr/lib/*/libweston-13/rdp-backend.so
-usr/lib/*/libweston-13/remoting-plugin.so
-usr/lib/*/libweston-13/wayland-backend.so
-usr/lib/*/libweston-13/x11-backend.so
-usr/lib/*/libweston-13/xwayland.so
-usr/lib/*/libweston-13/pipewire-backend.so
-usr/lib/*/libweston-13/vnc-backend.so
diff -Nru weston-13.0.0/debian/libweston-13-0.symbols 
weston-13.0.0/debian/libweston-13-0.symbols
--- weston-13.0.0/debian/libweston-13-0.symbols 2024-01-22 09:00:54.0 
+
+++ weston-13.0.0/debian/libweston-13-0.symbols 1970-01-01 00:00:00.0 
+
@@ -1,495 +0,0 @@
-libweston-13.so.0 libweston-13-0 #MINVER#
- clear_pointer_focus@Base 12.0.0
-