Your message dated Sun, 21 Apr 2024 18:37:58 +0200
with message-id <ziva5ims34wwb...@ramacher.at>
and subject line Re: Bug#1063088: weston: NMU diff for 64-bit time_t transition
has caused the Debian Bug report #1063088,
regarding weston: 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.)


-- 
1063088: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063088
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.000000000 +0000
+++ weston-13.0.0/debian/changelog      2024-02-05 01:50:20.000000000 +0000
@@ -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 <vor...@debian.org>  Mon, 05 Feb 2024 01:50:20 +0000
+
 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/control        2024-01-22 09:00:54.000000000 +0000
+++ weston-13.0.0/debian/control        2024-02-05 01:50:19.000000000 +0000
@@ -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.000000000 
+0000
+++ weston-13.0.0/debian/libweston-13-0.install 1970-01-01 00:00:00.000000000 
+0000
@@ -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.000000000 
+0000
+++ weston-13.0.0/debian/libweston-13-0.symbols 1970-01-01 00:00:00.000000000 
+0000
@@ -1,495 +0,0 @@
-libweston-13.so.0 libweston-13-0 #MINVER#
- clear_pointer_focus@Base 12.0.0
- convert_size_by_transform_scale@Base 12.0.0
- linux_dmabuf_buffer_get@Base 12.0.0
- linux_dmabuf_buffer_get_user_data@Base 12.0.0
- linux_dmabuf_buffer_send_server_error@Base 12.0.0
- linux_dmabuf_buffer_set_user_data@Base 12.0.0
- linux_dmabuf_setup@Base 12.0.0
- linux_explicit_synchronization_send_server_error@Base 12.0.0
- linux_explicit_synchronization_setup@Base 12.0.0
- noop_renderer_init@Base 12.0.0
- notify_axis@Base 12.0.0
- notify_axis_source@Base 12.0.0
- notify_button@Base 12.0.0
- notify_key@Base 12.0.0
- notify_keyboard_focus_in@Base 12.0.0
- notify_keyboard_focus_out@Base 12.0.0
- notify_modifiers@Base 12.0.0
- notify_motion@Base 12.0.0
- notify_motion_absolute@Base 12.0.0
- notify_pointer_focus@Base 12.0.0
- notify_pointer_frame@Base 12.0.0
- notify_tablet_added@Base 12.0.0
- notify_tablet_tool_added@Base 12.0.0
- notify_tablet_tool_button@Base 12.0.0
- notify_tablet_tool_distance@Base 12.0.0
- notify_tablet_tool_down@Base 12.0.0
- notify_tablet_tool_frame@Base 12.0.0
- notify_tablet_tool_motion@Base 12.0.0
- notify_tablet_tool_pressure@Base 12.0.0
- notify_tablet_tool_proximity_in@Base 12.0.0
- notify_tablet_tool_proximity_out@Base 12.0.0
- notify_tablet_tool_tilt@Base 12.0.0
- notify_tablet_tool_up@Base 12.0.0
- notify_touch_calibrator@Base 12.0.0
- notify_touch_calibrator_cancel@Base 12.0.0
- notify_touch_calibrator_frame@Base 12.0.0
- notify_touch_cancel@Base 12.0.0
- notify_touch_frame@Base 12.0.0
- notify_touch_normalized@Base 12.0.0
- pixel_format_get_array@Base 12.0.0
- pixel_format_get_info@Base 12.0.0
- pixel_format_get_info_by_drm_name@Base 12.0.0
- pixel_format_get_info_by_index@Base 12.0.0
- pixel_format_get_info_by_opaque_substitute@Base 12.0.0
- pixel_format_get_info_by_pixman@Base 12.0.0
- pixel_format_get_info_count@Base 12.0.0
- pixel_format_get_info_shm@Base 12.0.0
- pixel_format_get_modifier@Base 12.0.0
- pixel_format_get_opaque_substitute@Base 12.0.0
- pixel_format_get_plane_count@Base 12.0.0
- pixel_format_get_shm_format@Base 12.0.0
- pixel_format_height_for_plane@Base 12.0.0
- pixel_format_hsub@Base 12.0.0
- pixel_format_is_opaque@Base 12.0.0
- pixel_format_vsub@Base 12.0.0
- pixel_format_width_for_plane@Base 12.0.0
- pixman_renderer_init@Base 12.0.0
- weston_authenticate_user@Base 12.0.0
- weston_binding_destroy@Base 12.0.0
- weston_buffer_create_solid_rgba@Base 12.0.0
- weston_buffer_destroy_solid@Base 12.0.0
- weston_buffer_from_resource@Base 12.0.0
- weston_buffer_reference@Base 12.0.0
- weston_buffer_release_move@Base 12.0.0
- weston_buffer_release_reference@Base 12.0.0
- weston_buffer_send_server_error@Base 12.0.0
- weston_capture_task_get_buffer@Base 12.0.0
- weston_capture_task_retire_complete@Base 12.0.0
- weston_capture_task_retire_failed@Base 12.0.0
- weston_color_profile_get_description@Base 12.0.0
- weston_color_profile_init@Base 12.0.0
- weston_color_profile_ref@Base 12.0.0
- weston_color_profile_unref@Base 12.0.0
- weston_color_transform_init@Base 12.0.0
- weston_color_transform_ref@Base 12.0.0
- weston_color_transform_string@Base 12.0.0
- weston_color_transform_unref@Base 12.0.0
- weston_compositor_add_axis_binding@Base 12.0.0
- weston_compositor_add_button_binding@Base 12.0.0
- weston_compositor_add_debug_binding@Base 12.0.0
- weston_compositor_add_destroy_listener_once@Base 12.0.0
- weston_compositor_add_head@Base 12.0.0
- weston_compositor_add_heads_changed_listener@Base 12.0.0
- weston_compositor_add_key_binding@Base 12.0.0
- weston_compositor_add_log_scope@Base 12.0.0
- weston_compositor_add_modifier_binding@Base 12.0.0
- weston_compositor_add_pending_output@Base 12.0.0
- weston_compositor_add_screenshot_authority@Base 12.0.0
- weston_compositor_add_tablet_tool_binding@Base 12.0.0
- weston_compositor_add_touch_binding@Base 12.0.0
- weston_compositor_backends_loaded@Base 13.0.0
- weston_compositor_create@Base 12.0.0
- weston_compositor_create_output@Base 12.0.0
- weston_compositor_damage_all@Base 12.0.0
- weston_compositor_destroy@Base 12.0.0
- weston_compositor_dmabuf_can_scanout@Base 12.0.0
- weston_compositor_enable_content_protection@Base 12.0.0
- weston_compositor_enable_debug_protocol@Base 12.0.0
- weston_compositor_enable_touch_calibrator@Base 12.0.0
- weston_compositor_exit@Base 12.0.0
- weston_compositor_exit_with_code@Base 12.0.0
- weston_compositor_find_output_by_name@Base 12.0.0
- weston_compositor_flush_heads_changed@Base 12.0.0
- weston_compositor_get_test_data@Base 12.0.0
- weston_compositor_get_time@Base 12.0.0
- weston_compositor_get_user_data@Base 12.0.0
- weston_compositor_import_dmabuf@Base 12.0.0
- weston_compositor_init_renderer@Base 12.0.0
- weston_compositor_is_debug_protocol_enabled@Base 12.0.0
- weston_compositor_iterate_heads@Base 12.0.0
- weston_compositor_load_backend@Base 12.0.0
- weston_compositor_load_color_manager@Base 12.0.0
- weston_compositor_load_icc_file@Base 12.0.0
- weston_compositor_load_xwayland@Base 12.0.0
- weston_compositor_offscreen@Base 12.0.0
- weston_compositor_pick_view@Base 12.0.0
- weston_compositor_print_scene_graph@Base 12.0.0
- weston_compositor_read_presentation_clock@Base 12.0.0
- weston_compositor_schedule_repaint@Base 12.0.0
- weston_compositor_set_default_pointer_grab@Base 12.0.0
-#MISSING: 13.0.0# weston_compositor_set_presentation_clock@Base 12.0.0
-#MISSING: 13.0.0# weston_compositor_set_presentation_clock_software@Base 12.0.0
- weston_compositor_set_xkb_rule_names@Base 12.0.0
-#MISSING: 13.0.0# weston_compositor_shutdown@Base 12.0.0
- weston_compositor_sleep@Base 12.0.0
- weston_compositor_stack_plane@Base 12.0.0
- weston_compositor_wake@Base 12.0.0
- weston_config_destroy@Base 12.0.0
- weston_config_get_binding_modifier@Base 12.0.0
- weston_config_get_full_path@Base 12.0.0
- weston_config_get_name_from_env@Base 12.0.0
- weston_config_get_section@Base 12.0.0
- weston_config_next_section@Base 12.0.0
- weston_config_parse@Base 12.0.0
- weston_config_parse_fp@Base 12.0.0
- weston_config_section_get_bool@Base 12.0.0
- weston_config_section_get_color@Base 12.0.0
- weston_config_section_get_double@Base 12.0.0
- weston_config_section_get_int@Base 12.0.0
- weston_config_section_get_string@Base 12.0.0
- weston_config_section_get_uint@Base 12.0.0
- weston_coord_global_clamp_for_output@Base 13.0.0
- weston_coord_global_from_output_point@Base 12.0.0
- weston_coord_global_to_surface@Base 12.0.0
- weston_coord_surface_to_buffer@Base 12.0.0
- weston_coord_surface_to_global@Base 12.0.0
- weston_desktop_client_for_each_surface@Base 12.0.0
- weston_desktop_client_get_client@Base 12.0.0
- weston_desktop_client_ping@Base 12.0.0
- weston_desktop_create@Base 12.0.0
- weston_desktop_destroy@Base 12.0.0
- weston_desktop_surface_add_metadata_listener@Base 12.0.0
- weston_desktop_surface_close@Base 12.0.0
- weston_desktop_surface_create_view@Base 12.0.0
- weston_desktop_surface_foreach_child@Base 12.0.0
- weston_desktop_surface_get_activated@Base 12.0.0
- weston_desktop_surface_get_app_id@Base 12.0.0
- weston_desktop_surface_get_client@Base 12.0.0
- weston_desktop_surface_get_fullscreen@Base 12.0.0
- weston_desktop_surface_get_geometry@Base 12.0.0
- weston_desktop_surface_get_max_size@Base 12.0.0
- weston_desktop_surface_get_maximized@Base 12.0.0
- weston_desktop_surface_get_min_size@Base 12.0.0
- weston_desktop_surface_get_parent@Base 12.0.0
- weston_desktop_surface_get_pending_activated@Base 12.0.0
- weston_desktop_surface_get_pending_fullscreen@Base 12.0.0
- weston_desktop_surface_get_pending_maximized@Base 12.0.0
- weston_desktop_surface_get_pending_resizing@Base 12.0.0
- weston_desktop_surface_get_pid@Base 12.0.0
- weston_desktop_surface_get_resizing@Base 12.0.0
- weston_desktop_surface_get_surface@Base 12.0.0
- weston_desktop_surface_get_title@Base 12.0.0
- weston_desktop_surface_get_user_data@Base 12.0.0
- weston_desktop_surface_propagate_layer@Base 12.0.0
- weston_desktop_surface_set_activated@Base 12.0.0
- weston_desktop_surface_set_fullscreen@Base 12.0.0
- weston_desktop_surface_set_maximized@Base 12.0.0
- weston_desktop_surface_set_orientation@Base 12.0.0
- weston_desktop_surface_set_resizing@Base 12.0.0
- weston_desktop_surface_set_size@Base 12.0.0
- weston_desktop_surface_set_user_data@Base 12.0.0
- weston_desktop_surface_unlink_view@Base 12.0.0
- weston_direct_display_setup@Base 12.0.0
- weston_dmabuf_feedback_create@Base 12.0.0
- weston_dmabuf_feedback_destroy@Base 12.0.0
- weston_dmabuf_feedback_find_tranche@Base 12.0.0
- weston_dmabuf_feedback_format_table_create@Base 12.0.0
- weston_dmabuf_feedback_format_table_destroy@Base 12.0.0
- weston_dmabuf_feedback_format_table_set_scanout_indices@Base 12.0.0
- weston_dmabuf_feedback_send_all@Base 12.0.0
- weston_dmabuf_feedback_tranche_create@Base 12.0.0
- weston_drm_format_add_modifier@Base 12.0.0
- weston_drm_format_array_add_format@Base 12.0.0
- weston_drm_format_array_count_pairs@Base 12.0.0
- weston_drm_format_array_equal@Base 12.0.0
- weston_drm_format_array_find_format@Base 12.0.0
- weston_drm_format_array_fini@Base 12.0.0
- weston_drm_format_array_init@Base 12.0.0
- weston_drm_format_array_intersect@Base 12.0.0
- weston_drm_format_array_join@Base 12.0.0
- weston_drm_format_array_remove_latest_format@Base 12.0.0
- weston_drm_format_array_replace@Base 12.0.0
- weston_drm_format_array_subtract@Base 12.0.0
- weston_drm_format_get_modifiers@Base 12.0.0
- weston_drm_format_has_modifier@Base 12.0.0
- weston_eotf_mask_to_str@Base 12.0.0
- weston_eotf_mode_to_str@Base 12.0.0
- weston_fade_run@Base 12.0.0
- weston_fade_update@Base 12.0.0
- weston_head_add_destroy_listener@Base 12.0.0
- weston_head_detach@Base 12.0.0
- weston_head_from_resource@Base 12.0.0
- weston_head_get_destroy_listener@Base 12.0.0
- weston_head_get_name@Base 12.0.0
- weston_head_get_output@Base 12.0.0
- weston_head_get_transform@Base 12.0.0
- weston_head_init@Base 12.0.0
- weston_head_is_connected@Base 12.0.0
- weston_head_is_device_changed@Base 12.0.0
- weston_head_is_enabled@Base 12.0.0
- weston_head_is_non_desktop@Base 12.0.0
- weston_head_release@Base 12.0.0
- weston_head_reset_device_changed@Base 12.0.0
- weston_head_set_connection_status@Base 12.0.0
- weston_head_set_content_protection_status@Base 12.0.0
- weston_head_set_device_changed@Base 12.0.0
- weston_head_set_internal@Base 12.0.0
- weston_head_set_monitor_strings@Base 12.0.0
- weston_head_set_non_desktop@Base 12.0.0
- weston_head_set_physical_size@Base 12.0.0
- weston_head_set_subpixel@Base 12.0.0
- weston_head_set_supported_eotf_mask@Base 12.0.0
- weston_head_set_transform@Base 12.0.0
- weston_install_debug_key_binding@Base 12.0.0
- weston_keyboard_end_grab@Base 12.0.0
- weston_keyboard_has_focus_resource@Base 12.0.0
- weston_keyboard_send_key@Base 12.0.0
- weston_keyboard_send_keymap@Base 12.0.0
- weston_keyboard_send_modifiers@Base 12.0.0
- weston_keyboard_set_focus@Base 12.0.0
- weston_keyboard_set_locks@Base 12.0.0
- weston_keyboard_start_grab@Base 12.0.0
- weston_layer_entry_insert@Base 12.0.0
- weston_layer_entry_remove@Base 12.0.0
- weston_layer_fini@Base 12.0.0
- weston_layer_init@Base 12.0.0
- weston_layer_mask_is_infinite@Base 12.0.0
- weston_layer_set_mask@Base 12.0.0
- weston_layer_set_mask_infinite@Base 12.0.0
- weston_layer_set_position@Base 12.0.0
- weston_layer_unset_position@Base 12.0.0
- weston_linux_sync_file_read_timestamp@Base 12.0.0
- weston_load_module@Base 12.0.0
- weston_log@Base 12.0.0
- weston_log_continue@Base 12.0.0
- weston_log_ctx_add_log_scope@Base 12.0.0
- weston_log_ctx_create@Base 12.0.0
- weston_log_ctx_destroy@Base 12.0.0
- weston_log_flight_recorder_display_buffer@Base 12.0.0
- weston_log_paced@Base 12.0.0
- weston_log_scope_complete@Base 12.0.0
- weston_log_scope_destroy@Base 12.0.0
- weston_log_scope_get_description@Base 13.0.0
- weston_log_scope_get_name@Base 13.0.0
- weston_log_scope_is_enabled@Base 12.0.0
- weston_log_scope_printf@Base 12.0.0
- weston_log_scope_timestamp@Base 12.0.0
- weston_log_scope_vprintf@Base 12.0.0
- weston_log_scope_write@Base 12.0.0
- weston_log_scopes_iterate@Base 13.0.0
- weston_log_set_handler@Base 12.0.0
- weston_log_subscribe@Base 12.0.0
- weston_log_subscriber_create_flight_rec@Base 12.0.0
- weston_log_subscriber_create_log@Base 12.0.0
- weston_log_subscriber_destroy@Base 12.0.0
- weston_log_subscriber_display_flight_rec@Base 12.0.0
- weston_log_subscription_complete@Base 12.0.0
- weston_log_subscription_iterate@Base 12.0.0
- weston_log_subscription_printf@Base 12.0.0
- weston_log_timestamp@Base 12.0.0
- weston_matrix_init@Base 12.0.0
- weston_matrix_init_transform@Base 12.0.0
- weston_matrix_invert@Base 12.0.0
- weston_matrix_multiply@Base 12.0.0
- weston_matrix_needs_filtering@Base 12.0.0
- weston_matrix_rotate_xy@Base 12.0.0
- weston_matrix_scale@Base 12.0.0
- weston_matrix_to_transform@Base 12.0.0
- weston_matrix_transform@Base 12.0.0
- weston_matrix_transform_coord@Base 12.0.0
- weston_matrix_transform_rect@Base 12.0.0
- weston_matrix_transform_region@Base 12.0.0
- weston_matrix_translate@Base 12.0.0
- weston_module_path_from_env@Base 12.0.0
- weston_move_run@Base 12.0.0
- weston_move_scale_run@Base 12.0.0
- weston_output_add_destroy_listener@Base 12.0.0
- weston_output_allow_protection@Base 12.0.0
- weston_output_arm_frame_timer@Base 13.0.0
- weston_output_attach_head@Base 12.0.0
- weston_output_color_outcome_destroy@Base 12.0.0
- weston_output_contains_point@Base 12.0.0
- weston_output_contains_coord@Base 13.0.0
-#MISSING: 13.0.0# weston_output_contains_point@Base 12.0.0
- weston_output_damage@Base 12.0.0
- weston_output_destroy@Base 12.0.0
- weston_output_disable@Base 12.0.0
- weston_output_disable_planes_decr@Base 12.0.0
- weston_output_disable_planes_incr@Base 12.0.0
- weston_output_enable@Base 12.0.0
- weston_output_finish_frame@Base 12.0.0
- weston_output_finish_frame_from_timer@Base 13.0.0
- weston_output_flush_damage_for_plane@Base 13.0.0
- weston_output_get_color_characteristics@Base 12.0.0
- weston_output_get_destroy_listener@Base 12.0.0
- weston_output_get_eotf_mode@Base 12.0.0
- weston_output_get_first_head@Base 12.0.0
- weston_output_get_hdr_metadata_type1@Base 12.0.0
- weston_output_get_supported_eotf_modes@Base 12.0.0
- weston_output_has_renderer_capture_tasks@Base 12.0.0
- weston_output_init@Base 12.0.0
- weston_output_iterate_heads@Base 12.0.0
- weston_output_mode_set_native@Base 12.0.0
- weston_output_mode_switch_to_native@Base 12.0.0
- weston_output_mode_switch_to_temporary@Base 12.0.0
- weston_output_move@Base 12.0.0
- weston_output_power_off@Base 12.0.0
- weston_output_power_on@Base 12.0.0
- weston_output_pull_capture_task@Base 12.0.0
- weston_output_release@Base 12.0.0
- weston_output_repaint_failed@Base 12.0.0
- weston_output_schedule_repaint@Base 12.0.0
- weston_output_set_color_characteristics@Base 12.0.0
- weston_output_set_color_outcome@Base 12.0.0
- weston_output_set_color_profile@Base 12.0.0
- weston_output_set_eotf_mode@Base 12.0.0
- weston_output_set_scale@Base 12.0.0
- weston_output_set_single_mode@Base 13.0.0
- weston_output_set_transform@Base 12.0.0
- weston_output_update_capture_info@Base 12.0.0
- weston_output_update_matrix@Base 12.0.0
- weston_paint_node_move_to_plane@Base 13.0.0
- weston_plane_init@Base 12.0.0
- weston_plane_release@Base 12.0.0
- weston_plugin_api_get@Base 12.0.0
- weston_plugin_api_register@Base 12.0.0
- weston_pointer_clamp@Base 12.0.0
- weston_pointer_clear_focus@Base 12.0.0
- weston_pointer_end_grab@Base 12.0.0
- weston_pointer_has_focus_resource@Base 12.0.0
- weston_pointer_motion_to_abs@Base 12.0.0
- weston_pointer_move@Base 12.0.0
- weston_pointer_send_axis@Base 12.0.0
- weston_pointer_send_axis_source@Base 12.0.0
- weston_pointer_send_button@Base 12.0.0
- weston_pointer_send_frame@Base 12.0.0
- weston_pointer_send_motion@Base 12.0.0
- weston_pointer_set_focus@Base 12.0.0
- weston_pointer_start_drag@Base 12.0.0
- weston_pointer_start_grab@Base 12.0.0
- weston_primary_flight_recorder_ring_buffer@Base 12.0.0
- weston_recorder_start@Base 12.0.0
- weston_recorder_stop@Base 12.0.0
- weston_region_global_to_output@Base 12.0.0
- weston_renderbuffer_ref@Base 12.0.0
- weston_renderbuffer_unref@Base 12.0.0
- weston_renderer_resize_output@Base 12.0.0
- weston_screenshooter_shoot@Base 12.0.0
- weston_seat_add_tablet@Base 12.0.0
- weston_seat_add_tablet_tool@Base 12.0.0
- weston_seat_break_desktop_grabs@Base 12.0.0
- weston_seat_get_keyboard@Base 12.0.0
- weston_seat_get_pointer@Base 12.0.0
- weston_seat_get_touch@Base 12.0.0
- weston_seat_init@Base 12.0.0
- weston_seat_init_keyboard@Base 12.0.0
- weston_seat_init_pointer@Base 12.0.0
- weston_seat_init_touch@Base 12.0.0
- weston_seat_release@Base 12.0.0
- weston_seat_release_keyboard@Base 12.0.0
- weston_seat_release_pointer@Base 12.0.0
- weston_seat_release_tablet@Base 12.0.0
- weston_seat_release_tablet_tool@Base 12.0.0
- weston_seat_release_touch@Base 12.0.0
- weston_seat_repick@Base 12.0.0
- weston_seat_send_selection@Base 12.0.0
- weston_seat_set_keyboard_focus@Base 12.0.0
- weston_seat_set_selection@Base 12.0.0
- weston_seat_update_keymap@Base 12.0.0
- weston_shell_utils_center_on_output@Base 12.0.0
- weston_shell_utils_curtain_create@Base 12.0.0
- weston_shell_utils_curtain_destroy@Base 12.0.0
- weston_shell_utils_get_default_output@Base 12.0.0
- weston_shell_utils_get_focused_output@Base 12.0.0
- weston_shell_utils_subsurfaces_boundingbox@Base 12.0.0
- weston_shell_utils_surface_get_label@Base 12.0.0
- weston_shell_utils_view_get_layer_position@Base 13.0.0
- weston_slide_run@Base 12.0.0
- weston_spring_done@Base 12.0.0
- weston_spring_init@Base 12.0.0
- weston_spring_update@Base 12.0.0
- weston_stable_fade_run@Base 12.0.0
- weston_surface_attach_solid@Base 12.0.0
- weston_surface_build_buffer_matrix@Base 12.0.0
- weston_surface_copy_content@Base 12.0.0
- weston_surface_create@Base 12.0.0
- weston_surface_damage@Base 12.0.0
- weston_surface_get_bounding_box@Base 12.0.0
- weston_surface_get_content_size@Base 12.0.0
- weston_surface_get_desktop_surface@Base 12.0.0
- weston_surface_get_main_surface@Base 12.0.0
- weston_surface_get_role@Base 12.0.0
- weston_surface_has_content@Base 12.0.0
- weston_surface_is_desktop_surface@Base 12.0.0
- weston_surface_is_mapped@Base 12.0.0
- weston_surface_is_mapping@Base 13.0.0
- weston_surface_is_unmapping@Base 12.0.0
- weston_surface_map@Base 12.0.0
- weston_surface_ref@Base 12.0.0
- weston_surface_schedule_repaint@Base 12.0.0
- weston_surface_set_label_func@Base 12.0.0
- weston_surface_set_role@Base 12.0.0
- weston_surface_set_size@Base 12.0.0
- weston_surface_to_buffer_rect@Base 12.0.0
- weston_surface_to_buffer_region@Base 12.0.0
- weston_surface_unmap@Base 12.0.0
- weston_surface_unref@Base 12.0.0
- weston_tablet_create@Base 12.0.0
- weston_tablet_destroy@Base 12.0.0
- weston_tablet_manager_init@Base 12.0.0
- weston_tablet_tool_create@Base 12.0.0
- weston_tablet_tool_cursor_move@Base 12.0.0
- weston_tablet_tool_destroy@Base 12.0.0
- weston_tablet_tool_end_grab@Base 12.0.0
- weston_tablet_tool_send_button@Base 12.0.0
- weston_tablet_tool_send_distance@Base 12.0.0
- weston_tablet_tool_send_down@Base 12.0.0
- weston_tablet_tool_send_frame@Base 12.0.0
- weston_tablet_tool_send_motion@Base 12.0.0
- weston_tablet_tool_send_pressure@Base 12.0.0
- weston_tablet_tool_send_proximity_out@Base 12.0.0
- weston_tablet_tool_send_tilt@Base 12.0.0
- weston_tablet_tool_send_up@Base 12.0.0
- weston_tablet_tool_set_focus@Base 12.0.0
- weston_tablet_tool_start_grab@Base 12.0.0
- weston_timeline_point@Base 12.0.0
- weston_timeline_refresh_subscription_objects@Base 12.0.0
- weston_touch_create_touch_device@Base 12.0.0
- weston_touch_device_can_calibrate@Base 12.0.0
- weston_touch_device_destroy@Base 12.0.0
- weston_touch_end_grab@Base 12.0.0
- weston_touch_has_focus_resource@Base 12.0.0
- weston_touch_send_down@Base 12.0.0
- weston_touch_send_frame@Base 12.0.0
- weston_touch_send_motion@Base 12.0.0
- weston_touch_send_up@Base 12.0.0
- weston_touch_set_focus@Base 12.0.0
- weston_touch_start_drag@Base 12.0.0
- weston_touch_start_grab@Base 12.0.0
- weston_version@Base 12.0.0
- weston_view_activate_input@Base 12.0.0
- weston_view_add_transform@Base 13.0.0
- weston_view_animation_destroy@Base 12.0.0
- weston_view_buffer_to_output_matrix@Base 12.0.0
- weston_view_create@Base 12.0.0
- weston_view_damage_below@Base 12.0.0
- weston_view_destroy@Base 12.0.0
- weston_view_find_paint_node@Base 12.0.0
- weston_view_geometry_dirty@Base 12.0.0
- weston_view_get_pos_offset_global@Base 13.0.0
- weston_view_get_pos_offset_rel@Base 13.0.0
- weston_view_has_valid_buffer@Base 12.0.0
- weston_view_is_mapped@Base 12.0.0
- weston_view_is_opaque@Base 12.0.0
- weston_view_matches_output_entirely@Base 12.0.0
- weston_view_move_to_layer@Base 13.0.0
-#MISSING: 13.0.0# weston_view_move_to_plane@Base 12.0.0
- weston_view_remove_transform@Base 13.0.0
- weston_view_schedule_repaint@Base 12.0.0
- weston_view_set_alpha@Base 13.0.0
- weston_view_set_mask@Base 12.0.0
- weston_view_set_mask_infinite@Base 12.0.0
- weston_view_set_output@Base 12.0.0
- weston_view_set_position@Base 12.0.0
- weston_view_set_position_with_offset@Base 13.0.0
- weston_view_set_rel_position@Base 12.0.0
- weston_view_set_transform_parent@Base 12.0.0
- weston_view_unmap@Base 12.0.0
- weston_view_update_transform@Base 12.0.0
- weston_vlog@Base 12.0.0
- weston_vlog_continue@Base 12.0.0
- weston_zoom_run@Base 12.0.0
- wl_data_device_manager_init@Base 12.0.0
- wl_data_device_set_keyboard_focus@Base 12.0.0
diff -Nru weston-13.0.0/debian/libweston-13-0t64.install 
weston-13.0.0/debian/libweston-13-0t64.install
--- weston-13.0.0/debian/libweston-13-0t64.install      1970-01-01 
00:00:00.000000000 +0000
+++ weston-13.0.0/debian/libweston-13-0t64.install      2024-01-22 
09:00:54.000000000 +0000
@@ -0,0 +1,13 @@
+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-0t64.lintian-overrides 
weston-13.0.0/debian/libweston-13-0t64.lintian-overrides
--- weston-13.0.0/debian/libweston-13-0t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ weston-13.0.0/debian/libweston-13-0t64.lintian-overrides    2024-02-05 
01:50:19.000000000 +0000
@@ -0,0 +1 @@
+libweston-13-0t64: package-name-doesnt-match-sonames libweston-13-0
diff -Nru weston-13.0.0/debian/libweston-13-0t64.symbols 
weston-13.0.0/debian/libweston-13-0t64.symbols
--- weston-13.0.0/debian/libweston-13-0t64.symbols      1970-01-01 
00:00:00.000000000 +0000
+++ weston-13.0.0/debian/libweston-13-0t64.symbols      2024-02-05 
01:50:19.000000000 +0000
@@ -0,0 +1,495 @@
+libweston-13.so.0 libweston-13-0t64 #MINVER#
+ clear_pointer_focus@Base 12.0.0
+ convert_size_by_transform_scale@Base 12.0.0
+ linux_dmabuf_buffer_get@Base 12.0.0
+ linux_dmabuf_buffer_get_user_data@Base 12.0.0
+ linux_dmabuf_buffer_send_server_error@Base 12.0.0
+ linux_dmabuf_buffer_set_user_data@Base 12.0.0
+ linux_dmabuf_setup@Base 12.0.0
+ linux_explicit_synchronization_send_server_error@Base 12.0.0
+ linux_explicit_synchronization_setup@Base 12.0.0
+ noop_renderer_init@Base 12.0.0
+ notify_axis@Base 12.0.0
+ notify_axis_source@Base 12.0.0
+ notify_button@Base 12.0.0
+ notify_key@Base 12.0.0
+ notify_keyboard_focus_in@Base 12.0.0
+ notify_keyboard_focus_out@Base 12.0.0
+ notify_modifiers@Base 12.0.0
+ notify_motion@Base 12.0.0
+ notify_motion_absolute@Base 12.0.0
+ notify_pointer_focus@Base 12.0.0
+ notify_pointer_frame@Base 12.0.0
+ notify_tablet_added@Base 12.0.0
+ notify_tablet_tool_added@Base 12.0.0
+ notify_tablet_tool_button@Base 12.0.0
+ notify_tablet_tool_distance@Base 12.0.0
+ notify_tablet_tool_down@Base 12.0.0
+ notify_tablet_tool_frame@Base 12.0.0
+ notify_tablet_tool_motion@Base 12.0.0
+ notify_tablet_tool_pressure@Base 12.0.0
+ notify_tablet_tool_proximity_in@Base 12.0.0
+ notify_tablet_tool_proximity_out@Base 12.0.0
+ notify_tablet_tool_tilt@Base 12.0.0
+ notify_tablet_tool_up@Base 12.0.0
+ notify_touch_calibrator@Base 12.0.0
+ notify_touch_calibrator_cancel@Base 12.0.0
+ notify_touch_calibrator_frame@Base 12.0.0
+ notify_touch_cancel@Base 12.0.0
+ notify_touch_frame@Base 12.0.0
+ notify_touch_normalized@Base 12.0.0
+ pixel_format_get_array@Base 12.0.0
+ pixel_format_get_info@Base 12.0.0
+ pixel_format_get_info_by_drm_name@Base 12.0.0
+ pixel_format_get_info_by_index@Base 12.0.0
+ pixel_format_get_info_by_opaque_substitute@Base 12.0.0
+ pixel_format_get_info_by_pixman@Base 12.0.0
+ pixel_format_get_info_count@Base 12.0.0
+ pixel_format_get_info_shm@Base 12.0.0
+ pixel_format_get_modifier@Base 12.0.0
+ pixel_format_get_opaque_substitute@Base 12.0.0
+ pixel_format_get_plane_count@Base 12.0.0
+ pixel_format_get_shm_format@Base 12.0.0
+ pixel_format_height_for_plane@Base 12.0.0
+ pixel_format_hsub@Base 12.0.0
+ pixel_format_is_opaque@Base 12.0.0
+ pixel_format_vsub@Base 12.0.0
+ pixel_format_width_for_plane@Base 12.0.0
+ pixman_renderer_init@Base 12.0.0
+ weston_authenticate_user@Base 12.0.0
+ weston_binding_destroy@Base 12.0.0
+ weston_buffer_create_solid_rgba@Base 12.0.0
+ weston_buffer_destroy_solid@Base 12.0.0
+ weston_buffer_from_resource@Base 12.0.0
+ weston_buffer_reference@Base 12.0.0
+ weston_buffer_release_move@Base 12.0.0
+ weston_buffer_release_reference@Base 12.0.0
+ weston_buffer_send_server_error@Base 12.0.0
+ weston_capture_task_get_buffer@Base 12.0.0
+ weston_capture_task_retire_complete@Base 12.0.0
+ weston_capture_task_retire_failed@Base 12.0.0
+ weston_color_profile_get_description@Base 12.0.0
+ weston_color_profile_init@Base 12.0.0
+ weston_color_profile_ref@Base 12.0.0
+ weston_color_profile_unref@Base 12.0.0
+ weston_color_transform_init@Base 12.0.0
+ weston_color_transform_ref@Base 12.0.0
+ weston_color_transform_string@Base 12.0.0
+ weston_color_transform_unref@Base 12.0.0
+ weston_compositor_add_axis_binding@Base 12.0.0
+ weston_compositor_add_button_binding@Base 12.0.0
+ weston_compositor_add_debug_binding@Base 12.0.0
+ weston_compositor_add_destroy_listener_once@Base 12.0.0
+ weston_compositor_add_head@Base 12.0.0
+ weston_compositor_add_heads_changed_listener@Base 12.0.0
+ weston_compositor_add_key_binding@Base 12.0.0
+ weston_compositor_add_log_scope@Base 12.0.0
+ weston_compositor_add_modifier_binding@Base 12.0.0
+ weston_compositor_add_pending_output@Base 12.0.0
+ weston_compositor_add_screenshot_authority@Base 12.0.0
+ weston_compositor_add_tablet_tool_binding@Base 12.0.0
+ weston_compositor_add_touch_binding@Base 12.0.0
+ weston_compositor_backends_loaded@Base 13.0.0
+ weston_compositor_create@Base 12.0.0
+ weston_compositor_create_output@Base 12.0.0
+ weston_compositor_damage_all@Base 12.0.0
+ weston_compositor_destroy@Base 12.0.0
+ weston_compositor_dmabuf_can_scanout@Base 12.0.0
+ weston_compositor_enable_content_protection@Base 12.0.0
+ weston_compositor_enable_debug_protocol@Base 12.0.0
+ weston_compositor_enable_touch_calibrator@Base 12.0.0
+ weston_compositor_exit@Base 12.0.0
+ weston_compositor_exit_with_code@Base 12.0.0
+ weston_compositor_find_output_by_name@Base 12.0.0
+ weston_compositor_flush_heads_changed@Base 12.0.0
+ weston_compositor_get_test_data@Base 12.0.0
+ weston_compositor_get_time@Base 12.0.0
+ weston_compositor_get_user_data@Base 12.0.0
+ weston_compositor_import_dmabuf@Base 12.0.0
+ weston_compositor_init_renderer@Base 12.0.0
+ weston_compositor_is_debug_protocol_enabled@Base 12.0.0
+ weston_compositor_iterate_heads@Base 12.0.0
+ weston_compositor_load_backend@Base 12.0.0
+ weston_compositor_load_color_manager@Base 12.0.0
+ weston_compositor_load_icc_file@Base 12.0.0
+ weston_compositor_load_xwayland@Base 12.0.0
+ weston_compositor_offscreen@Base 12.0.0
+ weston_compositor_pick_view@Base 12.0.0
+ weston_compositor_print_scene_graph@Base 12.0.0
+ weston_compositor_read_presentation_clock@Base 12.0.0
+ weston_compositor_schedule_repaint@Base 12.0.0
+ weston_compositor_set_default_pointer_grab@Base 12.0.0
+#MISSING: 13.0.0# weston_compositor_set_presentation_clock@Base 12.0.0
+#MISSING: 13.0.0# weston_compositor_set_presentation_clock_software@Base 12.0.0
+ weston_compositor_set_xkb_rule_names@Base 12.0.0
+#MISSING: 13.0.0# weston_compositor_shutdown@Base 12.0.0
+ weston_compositor_sleep@Base 12.0.0
+ weston_compositor_stack_plane@Base 12.0.0
+ weston_compositor_wake@Base 12.0.0
+ weston_config_destroy@Base 12.0.0
+ weston_config_get_binding_modifier@Base 12.0.0
+ weston_config_get_full_path@Base 12.0.0
+ weston_config_get_name_from_env@Base 12.0.0
+ weston_config_get_section@Base 12.0.0
+ weston_config_next_section@Base 12.0.0
+ weston_config_parse@Base 12.0.0
+ weston_config_parse_fp@Base 12.0.0
+ weston_config_section_get_bool@Base 12.0.0
+ weston_config_section_get_color@Base 12.0.0
+ weston_config_section_get_double@Base 12.0.0
+ weston_config_section_get_int@Base 12.0.0
+ weston_config_section_get_string@Base 12.0.0
+ weston_config_section_get_uint@Base 12.0.0
+ weston_coord_global_clamp_for_output@Base 13.0.0
+ weston_coord_global_from_output_point@Base 12.0.0
+ weston_coord_global_to_surface@Base 12.0.0
+ weston_coord_surface_to_buffer@Base 12.0.0
+ weston_coord_surface_to_global@Base 12.0.0
+ weston_desktop_client_for_each_surface@Base 12.0.0
+ weston_desktop_client_get_client@Base 12.0.0
+ weston_desktop_client_ping@Base 12.0.0
+ weston_desktop_create@Base 12.0.0
+ weston_desktop_destroy@Base 12.0.0
+ weston_desktop_surface_add_metadata_listener@Base 12.0.0
+ weston_desktop_surface_close@Base 12.0.0
+ weston_desktop_surface_create_view@Base 12.0.0
+ weston_desktop_surface_foreach_child@Base 12.0.0
+ weston_desktop_surface_get_activated@Base 12.0.0
+ weston_desktop_surface_get_app_id@Base 12.0.0
+ weston_desktop_surface_get_client@Base 12.0.0
+ weston_desktop_surface_get_fullscreen@Base 12.0.0
+ weston_desktop_surface_get_geometry@Base 12.0.0
+ weston_desktop_surface_get_max_size@Base 12.0.0
+ weston_desktop_surface_get_maximized@Base 12.0.0
+ weston_desktop_surface_get_min_size@Base 12.0.0
+ weston_desktop_surface_get_parent@Base 12.0.0
+ weston_desktop_surface_get_pending_activated@Base 12.0.0
+ weston_desktop_surface_get_pending_fullscreen@Base 12.0.0
+ weston_desktop_surface_get_pending_maximized@Base 12.0.0
+ weston_desktop_surface_get_pending_resizing@Base 12.0.0
+ weston_desktop_surface_get_pid@Base 12.0.0
+ weston_desktop_surface_get_resizing@Base 12.0.0
+ weston_desktop_surface_get_surface@Base 12.0.0
+ weston_desktop_surface_get_title@Base 12.0.0
+ weston_desktop_surface_get_user_data@Base 12.0.0
+ weston_desktop_surface_propagate_layer@Base 12.0.0
+ weston_desktop_surface_set_activated@Base 12.0.0
+ weston_desktop_surface_set_fullscreen@Base 12.0.0
+ weston_desktop_surface_set_maximized@Base 12.0.0
+ weston_desktop_surface_set_orientation@Base 12.0.0
+ weston_desktop_surface_set_resizing@Base 12.0.0
+ weston_desktop_surface_set_size@Base 12.0.0
+ weston_desktop_surface_set_user_data@Base 12.0.0
+ weston_desktop_surface_unlink_view@Base 12.0.0
+ weston_direct_display_setup@Base 12.0.0
+ weston_dmabuf_feedback_create@Base 12.0.0
+ weston_dmabuf_feedback_destroy@Base 12.0.0
+ weston_dmabuf_feedback_find_tranche@Base 12.0.0
+ weston_dmabuf_feedback_format_table_create@Base 12.0.0
+ weston_dmabuf_feedback_format_table_destroy@Base 12.0.0
+ weston_dmabuf_feedback_format_table_set_scanout_indices@Base 12.0.0
+ weston_dmabuf_feedback_send_all@Base 12.0.0
+ weston_dmabuf_feedback_tranche_create@Base 12.0.0
+ weston_drm_format_add_modifier@Base 12.0.0
+ weston_drm_format_array_add_format@Base 12.0.0
+ weston_drm_format_array_count_pairs@Base 12.0.0
+ weston_drm_format_array_equal@Base 12.0.0
+ weston_drm_format_array_find_format@Base 12.0.0
+ weston_drm_format_array_fini@Base 12.0.0
+ weston_drm_format_array_init@Base 12.0.0
+ weston_drm_format_array_intersect@Base 12.0.0
+ weston_drm_format_array_join@Base 12.0.0
+ weston_drm_format_array_remove_latest_format@Base 12.0.0
+ weston_drm_format_array_replace@Base 12.0.0
+ weston_drm_format_array_subtract@Base 12.0.0
+ weston_drm_format_get_modifiers@Base 12.0.0
+ weston_drm_format_has_modifier@Base 12.0.0
+ weston_eotf_mask_to_str@Base 12.0.0
+ weston_eotf_mode_to_str@Base 12.0.0
+ weston_fade_run@Base 12.0.0
+ weston_fade_update@Base 12.0.0
+ weston_head_add_destroy_listener@Base 12.0.0
+ weston_head_detach@Base 12.0.0
+ weston_head_from_resource@Base 12.0.0
+ weston_head_get_destroy_listener@Base 12.0.0
+ weston_head_get_name@Base 12.0.0
+ weston_head_get_output@Base 12.0.0
+ weston_head_get_transform@Base 12.0.0
+ weston_head_init@Base 12.0.0
+ weston_head_is_connected@Base 12.0.0
+ weston_head_is_device_changed@Base 12.0.0
+ weston_head_is_enabled@Base 12.0.0
+ weston_head_is_non_desktop@Base 12.0.0
+ weston_head_release@Base 12.0.0
+ weston_head_reset_device_changed@Base 12.0.0
+ weston_head_set_connection_status@Base 12.0.0
+ weston_head_set_content_protection_status@Base 12.0.0
+ weston_head_set_device_changed@Base 12.0.0
+ weston_head_set_internal@Base 12.0.0
+ weston_head_set_monitor_strings@Base 12.0.0
+ weston_head_set_non_desktop@Base 12.0.0
+ weston_head_set_physical_size@Base 12.0.0
+ weston_head_set_subpixel@Base 12.0.0
+ weston_head_set_supported_eotf_mask@Base 12.0.0
+ weston_head_set_transform@Base 12.0.0
+ weston_install_debug_key_binding@Base 12.0.0
+ weston_keyboard_end_grab@Base 12.0.0
+ weston_keyboard_has_focus_resource@Base 12.0.0
+ weston_keyboard_send_key@Base 12.0.0
+ weston_keyboard_send_keymap@Base 12.0.0
+ weston_keyboard_send_modifiers@Base 12.0.0
+ weston_keyboard_set_focus@Base 12.0.0
+ weston_keyboard_set_locks@Base 12.0.0
+ weston_keyboard_start_grab@Base 12.0.0
+ weston_layer_entry_insert@Base 12.0.0
+ weston_layer_entry_remove@Base 12.0.0
+ weston_layer_fini@Base 12.0.0
+ weston_layer_init@Base 12.0.0
+ weston_layer_mask_is_infinite@Base 12.0.0
+ weston_layer_set_mask@Base 12.0.0
+ weston_layer_set_mask_infinite@Base 12.0.0
+ weston_layer_set_position@Base 12.0.0
+ weston_layer_unset_position@Base 12.0.0
+ weston_linux_sync_file_read_timestamp@Base 12.0.0
+ weston_load_module@Base 12.0.0
+ weston_log@Base 12.0.0
+ weston_log_continue@Base 12.0.0
+ weston_log_ctx_add_log_scope@Base 12.0.0
+ weston_log_ctx_create@Base 12.0.0
+ weston_log_ctx_destroy@Base 12.0.0
+ weston_log_flight_recorder_display_buffer@Base 12.0.0
+ weston_log_paced@Base 12.0.0
+ weston_log_scope_complete@Base 12.0.0
+ weston_log_scope_destroy@Base 12.0.0
+ weston_log_scope_get_description@Base 13.0.0
+ weston_log_scope_get_name@Base 13.0.0
+ weston_log_scope_is_enabled@Base 12.0.0
+ weston_log_scope_printf@Base 12.0.0
+ weston_log_scope_timestamp@Base 12.0.0
+ weston_log_scope_vprintf@Base 12.0.0
+ weston_log_scope_write@Base 12.0.0
+ weston_log_scopes_iterate@Base 13.0.0
+ weston_log_set_handler@Base 12.0.0
+ weston_log_subscribe@Base 12.0.0
+ weston_log_subscriber_create_flight_rec@Base 12.0.0
+ weston_log_subscriber_create_log@Base 12.0.0
+ weston_log_subscriber_destroy@Base 12.0.0
+ weston_log_subscriber_display_flight_rec@Base 12.0.0
+ weston_log_subscription_complete@Base 12.0.0
+ weston_log_subscription_iterate@Base 12.0.0
+ weston_log_subscription_printf@Base 12.0.0
+ weston_log_timestamp@Base 12.0.0
+ weston_matrix_init@Base 12.0.0
+ weston_matrix_init_transform@Base 12.0.0
+ weston_matrix_invert@Base 12.0.0
+ weston_matrix_multiply@Base 12.0.0
+ weston_matrix_needs_filtering@Base 12.0.0
+ weston_matrix_rotate_xy@Base 12.0.0
+ weston_matrix_scale@Base 12.0.0
+ weston_matrix_to_transform@Base 12.0.0
+ weston_matrix_transform@Base 12.0.0
+ weston_matrix_transform_coord@Base 12.0.0
+ weston_matrix_transform_rect@Base 12.0.0
+ weston_matrix_transform_region@Base 12.0.0
+ weston_matrix_translate@Base 12.0.0
+ weston_module_path_from_env@Base 12.0.0
+ weston_move_run@Base 12.0.0
+ weston_move_scale_run@Base 12.0.0
+ weston_output_add_destroy_listener@Base 12.0.0
+ weston_output_allow_protection@Base 12.0.0
+ weston_output_arm_frame_timer@Base 13.0.0
+ weston_output_attach_head@Base 12.0.0
+ weston_output_color_outcome_destroy@Base 12.0.0
+ weston_output_contains_point@Base 12.0.0
+ weston_output_contains_coord@Base 13.0.0
+#MISSING: 13.0.0# weston_output_contains_point@Base 12.0.0
+ weston_output_damage@Base 12.0.0
+ weston_output_destroy@Base 12.0.0
+ weston_output_disable@Base 12.0.0
+ weston_output_disable_planes_decr@Base 12.0.0
+ weston_output_disable_planes_incr@Base 12.0.0
+ weston_output_enable@Base 12.0.0
+ weston_output_finish_frame@Base 12.0.0
+ weston_output_finish_frame_from_timer@Base 13.0.0
+ weston_output_flush_damage_for_plane@Base 13.0.0
+ weston_output_get_color_characteristics@Base 12.0.0
+ weston_output_get_destroy_listener@Base 12.0.0
+ weston_output_get_eotf_mode@Base 12.0.0
+ weston_output_get_first_head@Base 12.0.0
+ weston_output_get_hdr_metadata_type1@Base 12.0.0
+ weston_output_get_supported_eotf_modes@Base 12.0.0
+ weston_output_has_renderer_capture_tasks@Base 12.0.0
+ weston_output_init@Base 12.0.0
+ weston_output_iterate_heads@Base 12.0.0
+ weston_output_mode_set_native@Base 12.0.0
+ weston_output_mode_switch_to_native@Base 12.0.0
+ weston_output_mode_switch_to_temporary@Base 12.0.0
+ weston_output_move@Base 12.0.0
+ weston_output_power_off@Base 12.0.0
+ weston_output_power_on@Base 12.0.0
+ weston_output_pull_capture_task@Base 12.0.0
+ weston_output_release@Base 12.0.0
+ weston_output_repaint_failed@Base 12.0.0
+ weston_output_schedule_repaint@Base 12.0.0
+ weston_output_set_color_characteristics@Base 12.0.0
+ weston_output_set_color_outcome@Base 12.0.0
+ weston_output_set_color_profile@Base 12.0.0
+ weston_output_set_eotf_mode@Base 12.0.0
+ weston_output_set_scale@Base 12.0.0
+ weston_output_set_single_mode@Base 13.0.0
+ weston_output_set_transform@Base 12.0.0
+ weston_output_update_capture_info@Base 12.0.0
+ weston_output_update_matrix@Base 12.0.0
+ weston_paint_node_move_to_plane@Base 13.0.0
+ weston_plane_init@Base 12.0.0
+ weston_plane_release@Base 12.0.0
+ weston_plugin_api_get@Base 12.0.0
+ weston_plugin_api_register@Base 12.0.0
+ weston_pointer_clamp@Base 12.0.0
+ weston_pointer_clear_focus@Base 12.0.0
+ weston_pointer_end_grab@Base 12.0.0
+ weston_pointer_has_focus_resource@Base 12.0.0
+ weston_pointer_motion_to_abs@Base 12.0.0
+ weston_pointer_move@Base 12.0.0
+ weston_pointer_send_axis@Base 12.0.0
+ weston_pointer_send_axis_source@Base 12.0.0
+ weston_pointer_send_button@Base 12.0.0
+ weston_pointer_send_frame@Base 12.0.0
+ weston_pointer_send_motion@Base 12.0.0
+ weston_pointer_set_focus@Base 12.0.0
+ weston_pointer_start_drag@Base 12.0.0
+ weston_pointer_start_grab@Base 12.0.0
+ weston_primary_flight_recorder_ring_buffer@Base 12.0.0
+ weston_recorder_start@Base 12.0.0
+ weston_recorder_stop@Base 12.0.0
+ weston_region_global_to_output@Base 12.0.0
+ weston_renderbuffer_ref@Base 12.0.0
+ weston_renderbuffer_unref@Base 12.0.0
+ weston_renderer_resize_output@Base 12.0.0
+ weston_screenshooter_shoot@Base 12.0.0
+ weston_seat_add_tablet@Base 12.0.0
+ weston_seat_add_tablet_tool@Base 12.0.0
+ weston_seat_break_desktop_grabs@Base 12.0.0
+ weston_seat_get_keyboard@Base 12.0.0
+ weston_seat_get_pointer@Base 12.0.0
+ weston_seat_get_touch@Base 12.0.0
+ weston_seat_init@Base 12.0.0
+ weston_seat_init_keyboard@Base 12.0.0
+ weston_seat_init_pointer@Base 12.0.0
+ weston_seat_init_touch@Base 12.0.0
+ weston_seat_release@Base 12.0.0
+ weston_seat_release_keyboard@Base 12.0.0
+ weston_seat_release_pointer@Base 12.0.0
+ weston_seat_release_tablet@Base 12.0.0
+ weston_seat_release_tablet_tool@Base 12.0.0
+ weston_seat_release_touch@Base 12.0.0
+ weston_seat_repick@Base 12.0.0
+ weston_seat_send_selection@Base 12.0.0
+ weston_seat_set_keyboard_focus@Base 12.0.0
+ weston_seat_set_selection@Base 12.0.0
+ weston_seat_update_keymap@Base 12.0.0
+ weston_shell_utils_center_on_output@Base 12.0.0
+ weston_shell_utils_curtain_create@Base 12.0.0
+ weston_shell_utils_curtain_destroy@Base 12.0.0
+ weston_shell_utils_get_default_output@Base 12.0.0
+ weston_shell_utils_get_focused_output@Base 12.0.0
+ weston_shell_utils_subsurfaces_boundingbox@Base 12.0.0
+ weston_shell_utils_surface_get_label@Base 12.0.0
+ weston_shell_utils_view_get_layer_position@Base 13.0.0
+ weston_slide_run@Base 12.0.0
+ weston_spring_done@Base 12.0.0
+ weston_spring_init@Base 12.0.0
+ weston_spring_update@Base 12.0.0
+ weston_stable_fade_run@Base 12.0.0
+ weston_surface_attach_solid@Base 12.0.0
+ weston_surface_build_buffer_matrix@Base 12.0.0
+ weston_surface_copy_content@Base 12.0.0
+ weston_surface_create@Base 12.0.0
+ weston_surface_damage@Base 12.0.0
+ weston_surface_get_bounding_box@Base 12.0.0
+ weston_surface_get_content_size@Base 12.0.0
+ weston_surface_get_desktop_surface@Base 12.0.0
+ weston_surface_get_main_surface@Base 12.0.0
+ weston_surface_get_role@Base 12.0.0
+ weston_surface_has_content@Base 12.0.0
+ weston_surface_is_desktop_surface@Base 12.0.0
+ weston_surface_is_mapped@Base 12.0.0
+ weston_surface_is_mapping@Base 13.0.0
+ weston_surface_is_unmapping@Base 12.0.0
+ weston_surface_map@Base 12.0.0
+ weston_surface_ref@Base 12.0.0
+ weston_surface_schedule_repaint@Base 12.0.0
+ weston_surface_set_label_func@Base 12.0.0
+ weston_surface_set_role@Base 12.0.0
+ weston_surface_set_size@Base 12.0.0
+ weston_surface_to_buffer_rect@Base 12.0.0
+ weston_surface_to_buffer_region@Base 12.0.0
+ weston_surface_unmap@Base 12.0.0
+ weston_surface_unref@Base 12.0.0
+ weston_tablet_create@Base 12.0.0
+ weston_tablet_destroy@Base 12.0.0
+ weston_tablet_manager_init@Base 12.0.0
+ weston_tablet_tool_create@Base 12.0.0
+ weston_tablet_tool_cursor_move@Base 12.0.0
+ weston_tablet_tool_destroy@Base 12.0.0
+ weston_tablet_tool_end_grab@Base 12.0.0
+ weston_tablet_tool_send_button@Base 12.0.0
+ weston_tablet_tool_send_distance@Base 12.0.0
+ weston_tablet_tool_send_down@Base 12.0.0
+ weston_tablet_tool_send_frame@Base 12.0.0
+ weston_tablet_tool_send_motion@Base 12.0.0
+ weston_tablet_tool_send_pressure@Base 12.0.0
+ weston_tablet_tool_send_proximity_out@Base 12.0.0
+ weston_tablet_tool_send_tilt@Base 12.0.0
+ weston_tablet_tool_send_up@Base 12.0.0
+ weston_tablet_tool_set_focus@Base 12.0.0
+ weston_tablet_tool_start_grab@Base 12.0.0
+ weston_timeline_point@Base 12.0.0
+ weston_timeline_refresh_subscription_objects@Base 12.0.0
+ weston_touch_create_touch_device@Base 12.0.0
+ weston_touch_device_can_calibrate@Base 12.0.0
+ weston_touch_device_destroy@Base 12.0.0
+ weston_touch_end_grab@Base 12.0.0
+ weston_touch_has_focus_resource@Base 12.0.0
+ weston_touch_send_down@Base 12.0.0
+ weston_touch_send_frame@Base 12.0.0
+ weston_touch_send_motion@Base 12.0.0
+ weston_touch_send_up@Base 12.0.0
+ weston_touch_set_focus@Base 12.0.0
+ weston_touch_start_drag@Base 12.0.0
+ weston_touch_start_grab@Base 12.0.0
+ weston_version@Base 12.0.0
+ weston_view_activate_input@Base 12.0.0
+ weston_view_add_transform@Base 13.0.0
+ weston_view_animation_destroy@Base 12.0.0
+ weston_view_buffer_to_output_matrix@Base 12.0.0
+ weston_view_create@Base 12.0.0
+ weston_view_damage_below@Base 12.0.0
+ weston_view_destroy@Base 12.0.0
+ weston_view_find_paint_node@Base 12.0.0
+ weston_view_geometry_dirty@Base 12.0.0
+ weston_view_get_pos_offset_global@Base 13.0.0
+ weston_view_get_pos_offset_rel@Base 13.0.0
+ weston_view_has_valid_buffer@Base 12.0.0
+ weston_view_is_mapped@Base 12.0.0
+ weston_view_is_opaque@Base 12.0.0
+ weston_view_matches_output_entirely@Base 12.0.0
+ weston_view_move_to_layer@Base 13.0.0
+#MISSING: 13.0.0# weston_view_move_to_plane@Base 12.0.0
+ weston_view_remove_transform@Base 13.0.0
+ weston_view_schedule_repaint@Base 12.0.0
+ weston_view_set_alpha@Base 13.0.0
+ weston_view_set_mask@Base 12.0.0
+ weston_view_set_mask_infinite@Base 12.0.0
+ weston_view_set_output@Base 12.0.0
+ weston_view_set_position@Base 12.0.0
+ weston_view_set_position_with_offset@Base 13.0.0
+ weston_view_set_rel_position@Base 12.0.0
+ weston_view_set_transform_parent@Base 12.0.0
+ weston_view_unmap@Base 12.0.0
+ weston_view_update_transform@Base 12.0.0
+ weston_vlog@Base 12.0.0
+ weston_vlog_continue@Base 12.0.0
+ weston_zoom_run@Base 12.0.0
+ wl_data_device_manager_init@Base 12.0.0
+ wl_data_device_set_keyboard_focus@Base 12.0.0

--- End Message ---
--- Begin Message ---
On 2024-03-06 11:06:35 -0800, Steve Langasek wrote:
> 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 <vor...@debian.org> 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.

The package was rebuilt for the time_t transition, so let's consider it
done.

Cheers
-- 
Sebastian Ramacher

--- End Message ---

Reply via email to