[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062848: mate-control-center: NMU diff for 64-bit time_t transition



Source: mate-control-center
Version: 1.26.1-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm@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
mate-control-center 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 mate-control-center
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-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru mate-control-center-1.26.1/debian/changelog mate-control-center-1.26.1/debian/changelog
--- mate-control-center-1.26.1/debian/changelog	2023-07-01 04:19:52.000000000 +0000
+++ mate-control-center-1.26.1/debian/changelog	2024-02-03 20:12:29.000000000 +0000
@@ -1,3 +1,10 @@
+mate-control-center (1.26.1-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <ginggs@debian.org>  Sat, 03 Feb 2024 20:12:29 +0000
+
 mate-control-center (1.26.1-1) unstable; urgency=medium
 
   [ Mike Gabriel ]
diff -Nru mate-control-center-1.26.1/debian/control mate-control-center-1.26.1/debian/control
--- mate-control-center-1.26.1/debian/control	2023-07-01 04:16:52.000000000 +0000
+++ mate-control-center-1.26.1/debian/control	2024-02-03 20:12:28.000000000 +0000
@@ -49,8 +49,8 @@
          desktop-file-utils,
          gsettings-desktop-schemas,
          libglib2.0-bin,
-         libmate-slab0 (= ${binary:Version}),
-         libmate-window-settings1 (= ${binary:Version}),
+         libmate-slab0t64 (= ${binary:Version}),
+         libmate-window-settings1t64 (= ${binary:Version}),
          marco-common (>= 1.18),
          mate-control-center-common (>= ${source:Version}),
          mate-desktop (>= 1.22),
@@ -83,13 +83,15 @@
  This package contains the architecture independent files of MATE
  control center.
 
-Package: libmate-window-settings1
+Package: libmate-window-settings1t64
+Provides: ${t64:Provides}
+Replaces: libmate-window-settings1
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-Breaks: mate-control-center (<< 1.9.0),
+Breaks: libmate-window-settings1 (<< ${source:Version}), mate-control-center (<< 1.9.0),
 Description: utilities to configure the MATE desktop (window settings library)
  The MATE control center contains configuration applets for the MATE desktop,
  allowing to set accessibility configuration, desktop fonts, keyboard
@@ -103,7 +105,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libmate-window-settings1 (= ${binary:Version}),
+Depends: libmate-window-settings1t64 (= ${binary:Version}),
          ${misc:Depends},
 Description: utilities to configure the MATE desktop (window settings headers)
  The MATE control center contains configuration applets for the MATE desktop,
@@ -114,7 +116,10 @@
  This package contains the development files for the MATE window settings
  library.
 
-Package: libmate-slab0
+Package: libmate-slab0t64
+Provides: ${t64:Provides}
+Replaces: libmate-slab0
+Breaks: libmate-slab0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -131,7 +136,7 @@
 Architecture: any
 Multi-Arch: same
 Provides: libmate-slab0-dev,
-Depends: libmate-slab0 (= ${binary:Version}),
+Depends: libmate-slab0t64 (= ${binary:Version}),
          ${misc:Depends},
 Description: beautification app library (development headers)
  The libmate-slab library provides functionality to create applications
diff -Nru mate-control-center-1.26.1/debian/libmate-slab0.install mate-control-center-1.26.1/debian/libmate-slab0.install
--- mate-control-center-1.26.1/debian/libmate-slab0.install	2014-12-11 04:46:37.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-slab0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libmate-slab.so.*
diff -Nru mate-control-center-1.26.1/debian/libmate-slab0.lintian-overrides mate-control-center-1.26.1/debian/libmate-slab0.lintian-overrides
--- mate-control-center-1.26.1/debian/libmate-slab0.lintian-overrides	2023-07-01 04:17:26.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-slab0.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-# Discussed with upstream. The exit() call takes place in a forked context
-# and thus is valid/ok.
-libmate-slab0: exit-in-shared-library [usr/lib/x86_64-linux-gnu/libmate-slab.so.0.0.0]
diff -Nru mate-control-center-1.26.1/debian/libmate-slab0.symbols mate-control-center-1.26.1/debian/libmate-slab0.symbols
--- mate-control-center-1.26.1/debian/libmate-slab0.symbols	2021-12-11 20:58:39.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-slab0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,124 +0,0 @@
-libmate-slab.so.0 libmate-slab0 #MINVER#
-* Build-Depends-Package: libmate-slab-dev
- app_resizer_get_type@Base 1.8.1
- app_resizer_layout_table_default@Base 1.8.1
- app_resizer_new@Base 1.8.1
-#MISSING: 1.19.2# app_resizer_set_homogeneous@Base 1.8.1
- app_resizer_set_table_cache@Base 1.8.1
- app_resizer_set_vadjustment_value@Base 1.8.1
- application_tile_get_desktop_item@Base 1.8.1
- application_tile_get_type@Base 1.8.1
- application_tile_new@Base 1.8.1
- application_tile_new_full@Base 1.8.1
- appshelldata_new@Base 1.8.1
- bookmark_agent_add_item@Base 1.8.1
- bookmark_agent_get_instance@Base 1.8.1
- bookmark_agent_get_type@Base 1.8.1
- bookmark_agent_has_item@Base 1.8.1
- bookmark_agent_move_item@Base 1.8.1
- bookmark_agent_purge_items@Base 1.8.1
- bookmark_agent_remove_item@Base 1.8.1
- bookmark_agent_reorder_items@Base 1.8.1
- bookmark_agent_update_from_bookmark_file@Base 1.8.1
- bookmark_item_free@Base 1.8.1
- copy_file@Base 1.8.1
- create_main_window@Base 1.8.1
-#MISSING: 1.19.2# desktop_item_location_compare@Base 1.8.1
-#MISSING: 1.19.2# directory_tile_get_type@Base 1.8.1
-#MISSING: 1.19.2# directory_tile_new@Base 1.8.1
-#MISSING: 1.19.2# document_tile_get_type@Base 1.8.1
-#MISSING: 1.19.2# document_tile_new@Base 1.8.1
-#MISSING: 1.19.2# document_tile_new_force_icon@Base 1.8.1
- double_click_detector_get_type@Base 1.8.1
- double_click_detector_is_double_click@Base 1.8.1
- double_click_detector_new@Base 1.8.1
- double_click_detector_update_click_time@Base 1.8.1
-#MISSING: 1.19.2# free_list_of_strings@Base 1.8.1
- generate_categories@Base 1.8.1
-#MISSING: 1.19.2# get_package_name_from_desktop_item@Base 1.8.1
-#MISSING: 1.19.2# handle_g_error@Base 1.8.1
- hide_shell@Base 1.8.1
- layout_shell@Base 1.8.1
-#MISSING: 1.19.2# libslab_checkpoint@Base 1.8.1
-#MISSING: 1.19.2# libslab_checkpoint_init@Base 1.8.1
-#MISSING: 1.19.2# libslab_desktop_item_is_a_terminal@Base 1.8.1
-#MISSING: 1.19.2# libslab_desktop_item_is_lockscreen@Base 1.8.1
-#MISSING: 1.19.2# libslab_desktop_item_is_logout@Base 1.8.1
-#MISSING: 1.26.0# libslab_get_current_screen@Base 1.8.1
-#MISSING: 1.26.0# libslab_get_current_time_millis@Base 1.8.1
-#MISSING: 1.19.2# libslab_gtk_image_set_by_id@Base 1.8.1
-#MISSING: 1.24.1# libslab_handle_g_error@Base 1.8.1
-#MISSING: 1.19.2# libslab_mate_desktop_item_get_docpath@Base 1.8.1
-#MISSING: 1.19.2# libslab_mate_desktop_item_launch_default@Base 1.8.1
- libslab_mate_desktop_item_new_from_unknown_id@Base 1.8.1
-#MISSING: 1.19.2# libslab_mate_desktop_item_open_help@Base 1.8.1
-#MISSING: 1.19.2# libslab_spawn_command@Base 1.8.1
-#MISSING: 1.26.0# libslab_strcmp@Base 1.8.1
-#MISSING: 1.19.2# libslab_string_replace_once@Base 1.8.1
-#MISSING: 1.19.2# libslab_strlen@Base 1.8.1
-#MISSING: 1.19.2# libslab_thumbnail_factory_get@Base 1.8.1
-#MISSING: 1.19.2# libslab_thumbnail_factory_preinit@Base 1.8.1
- load_desktop_item_from_unknown@Base 1.8.1
- load_image_by_id@Base 1.8.1
- nameplate_tile_get_type@Base 1.8.1
- nameplate_tile_new@Base 1.8.1
-#MISSING: 1.22.0# nld_marshal_VOID__INT_STRING@Base 1.8.1
-#MISSING: 1.22.0# nld_search_bar_add_context@Base 1.8.1
- nld_search_bar_clear@Base 1.8.1
-#MISSING: 1.22.0# nld_search_bar_get_context_id@Base 1.8.1
- nld_search_bar_get_search_timeout@Base 1.8.1
-#MISSING: 1.22.0# nld_search_bar_get_show_button@Base 1.8.1
-#MISSING: 1.22.0# nld_search_bar_get_show_contexts@Base 1.8.1
- nld_search_bar_get_text@Base 1.8.1
- nld_search_bar_get_type@Base 1.8.1
- nld_search_bar_has_focus@Base 1.8.1
- nld_search_bar_new@Base 1.8.1
-#MISSING: 1.22.0# nld_search_bar_set_context_id@Base 1.8.1
- nld_search_bar_set_search_timeout@Base 1.8.1
-#MISSING: 1.22.0# nld_search_bar_set_show_button@Base 1.8.1
-#MISSING: 1.22.0# nld_search_bar_set_show_contexts@Base 1.8.1
- nld_search_bar_set_text@Base 1.8.1
-#MISSING: 1.22.0# nld_search_context_picker_add_context@Base 1.8.1
-#MISSING: 1.22.0# nld_search_context_picker_get_context@Base 1.8.1
-#MISSING: 1.22.0# nld_search_context_picker_get_type@Base 1.8.1
-#MISSING: 1.22.0# nld_search_context_picker_new@Base 1.8.1
-#MISSING: 1.22.0# nld_search_context_picker_set_context@Base 1.8.1
-#MISSING: 1.19.3# nld_search_entry_get_type@Base 1.8.1
-#MISSING: 1.19.3# nld_search_entry_new@Base 1.8.1
- open_desktop_item_exec@Base 1.8.1
- open_desktop_item_help@Base 1.8.1
- regenerate_categories@Base 1.8.1
- remove_container_entries@Base 1.8.1
- shell_window_clear_resize_handler@Base 1.8.1
- shell_window_get_type@Base 1.8.1
- shell_window_new@Base 1.8.1
-#MISSING: 1.26.0# shell_window_paint_window@Base 1.8.1
- shell_window_set_contents@Base 1.8.1
- show_shell@Base 1.8.1
-#MISSING: 1.19.2# slab_load_image@Base 1.8.1
- slab_section_get_type@Base 1.8.1
- slab_section_new@Base 1.8.1
- slab_section_new_with_markup@Base 1.8.1
- slab_section_set_contents@Base 1.8.1
- slab_section_set_selected@Base 1.8.1
- slab_section_set_title@Base 1.8.1
-#MISSING: 1.19.2# spawn_process@Base 1.8.1
-#MISSING: 1.19.2# string_replace_once@Base 1.8.1
-#MISSING: 1.19.2# system_tile_get_type@Base 1.8.1
-#MISSING: 1.19.2# system_tile_new@Base 1.8.1
- themed_icon_get_type@Base 1.8.1
- themed_icon_new@Base 1.8.1
- tile_action_get_menu_item@Base 1.8.1
- tile_action_get_type@Base 1.8.1
- tile_action_new@Base 1.8.1
- tile_action_set_menu_item_label@Base 1.8.1
-#MISSING: 1.19.2# tile_compare@Base 1.8.1
-#MISSING: 1.19.2# tile_explicit_disable@Base 1.8.1
-#MISSING: 1.19.2# tile_explicit_enable@Base 1.8.1
- tile_get_type@Base 1.8.1
-#MISSING: 1.19.2# tile_implicit_disable@Base 1.8.1
-#MISSING: 1.19.2# tile_implicit_disable_with_time@Base 1.8.1
-#MISSING: 1.19.2# tile_implicit_enable@Base 1.8.1
-#MISSING: 1.19.2# tile_implicit_enable_with_time@Base 1.8.1
- tile_trigger_action@Base 1.8.1
- tile_trigger_action_with_time@Base 1.8.1
diff -Nru mate-control-center-1.26.1/debian/libmate-slab0t64.install mate-control-center-1.26.1/debian/libmate-slab0t64.install
--- mate-control-center-1.26.1/debian/libmate-slab0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-slab0t64.install	2014-12-11 04:46:37.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libmate-slab.so.*
diff -Nru mate-control-center-1.26.1/debian/libmate-slab0t64.lintian-overrides mate-control-center-1.26.1/debian/libmate-slab0t64.lintian-overrides
--- mate-control-center-1.26.1/debian/libmate-slab0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-slab0t64.lintian-overrides	2024-02-03 20:12:28.000000000 +0000
@@ -0,0 +1,4 @@
+# Discussed with upstream. The exit() call takes place in a forked context
+# and thus is valid/ok.
+libmate-slab0t64: exit-in-shared-library [usr/lib/x86_64-linux-gnu/libmate-slab.so.0.0.0]
+libmate-slab0t64: package-name-doesnt-match-sonames libmate-slab0
diff -Nru mate-control-center-1.26.1/debian/libmate-slab0t64.symbols mate-control-center-1.26.1/debian/libmate-slab0t64.symbols
--- mate-control-center-1.26.1/debian/libmate-slab0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-slab0t64.symbols	2024-02-03 20:12:28.000000000 +0000
@@ -0,0 +1,124 @@
+libmate-slab.so.0 libmate-slab0t64 #MINVER#
+* Build-Depends-Package: libmate-slab-dev
+ app_resizer_get_type@Base 1.8.1
+ app_resizer_layout_table_default@Base 1.8.1
+ app_resizer_new@Base 1.8.1
+#MISSING: 1.19.2# app_resizer_set_homogeneous@Base 1.8.1
+ app_resizer_set_table_cache@Base 1.8.1
+ app_resizer_set_vadjustment_value@Base 1.8.1
+ application_tile_get_desktop_item@Base 1.8.1
+ application_tile_get_type@Base 1.8.1
+ application_tile_new@Base 1.8.1
+ application_tile_new_full@Base 1.8.1
+ appshelldata_new@Base 1.8.1
+ bookmark_agent_add_item@Base 1.8.1
+ bookmark_agent_get_instance@Base 1.8.1
+ bookmark_agent_get_type@Base 1.8.1
+ bookmark_agent_has_item@Base 1.8.1
+ bookmark_agent_move_item@Base 1.8.1
+ bookmark_agent_purge_items@Base 1.8.1
+ bookmark_agent_remove_item@Base 1.8.1
+ bookmark_agent_reorder_items@Base 1.8.1
+ bookmark_agent_update_from_bookmark_file@Base 1.8.1
+ bookmark_item_free@Base 1.8.1
+ copy_file@Base 1.8.1
+ create_main_window@Base 1.8.1
+#MISSING: 1.19.2# desktop_item_location_compare@Base 1.8.1
+#MISSING: 1.19.2# directory_tile_get_type@Base 1.8.1
+#MISSING: 1.19.2# directory_tile_new@Base 1.8.1
+#MISSING: 1.19.2# document_tile_get_type@Base 1.8.1
+#MISSING: 1.19.2# document_tile_new@Base 1.8.1
+#MISSING: 1.19.2# document_tile_new_force_icon@Base 1.8.1
+ double_click_detector_get_type@Base 1.8.1
+ double_click_detector_is_double_click@Base 1.8.1
+ double_click_detector_new@Base 1.8.1
+ double_click_detector_update_click_time@Base 1.8.1
+#MISSING: 1.19.2# free_list_of_strings@Base 1.8.1
+ generate_categories@Base 1.8.1
+#MISSING: 1.19.2# get_package_name_from_desktop_item@Base 1.8.1
+#MISSING: 1.19.2# handle_g_error@Base 1.8.1
+ hide_shell@Base 1.8.1
+ layout_shell@Base 1.8.1
+#MISSING: 1.19.2# libslab_checkpoint@Base 1.8.1
+#MISSING: 1.19.2# libslab_checkpoint_init@Base 1.8.1
+#MISSING: 1.19.2# libslab_desktop_item_is_a_terminal@Base 1.8.1
+#MISSING: 1.19.2# libslab_desktop_item_is_lockscreen@Base 1.8.1
+#MISSING: 1.19.2# libslab_desktop_item_is_logout@Base 1.8.1
+#MISSING: 1.26.0# libslab_get_current_screen@Base 1.8.1
+#MISSING: 1.26.0# libslab_get_current_time_millis@Base 1.8.1
+#MISSING: 1.19.2# libslab_gtk_image_set_by_id@Base 1.8.1
+#MISSING: 1.24.1# libslab_handle_g_error@Base 1.8.1
+#MISSING: 1.19.2# libslab_mate_desktop_item_get_docpath@Base 1.8.1
+#MISSING: 1.19.2# libslab_mate_desktop_item_launch_default@Base 1.8.1
+ libslab_mate_desktop_item_new_from_unknown_id@Base 1.8.1
+#MISSING: 1.19.2# libslab_mate_desktop_item_open_help@Base 1.8.1
+#MISSING: 1.19.2# libslab_spawn_command@Base 1.8.1
+#MISSING: 1.26.0# libslab_strcmp@Base 1.8.1
+#MISSING: 1.19.2# libslab_string_replace_once@Base 1.8.1
+#MISSING: 1.19.2# libslab_strlen@Base 1.8.1
+#MISSING: 1.19.2# libslab_thumbnail_factory_get@Base 1.8.1
+#MISSING: 1.19.2# libslab_thumbnail_factory_preinit@Base 1.8.1
+ load_desktop_item_from_unknown@Base 1.8.1
+ load_image_by_id@Base 1.8.1
+ nameplate_tile_get_type@Base 1.8.1
+ nameplate_tile_new@Base 1.8.1
+#MISSING: 1.22.0# nld_marshal_VOID__INT_STRING@Base 1.8.1
+#MISSING: 1.22.0# nld_search_bar_add_context@Base 1.8.1
+ nld_search_bar_clear@Base 1.8.1
+#MISSING: 1.22.0# nld_search_bar_get_context_id@Base 1.8.1
+ nld_search_bar_get_search_timeout@Base 1.8.1
+#MISSING: 1.22.0# nld_search_bar_get_show_button@Base 1.8.1
+#MISSING: 1.22.0# nld_search_bar_get_show_contexts@Base 1.8.1
+ nld_search_bar_get_text@Base 1.8.1
+ nld_search_bar_get_type@Base 1.8.1
+ nld_search_bar_has_focus@Base 1.8.1
+ nld_search_bar_new@Base 1.8.1
+#MISSING: 1.22.0# nld_search_bar_set_context_id@Base 1.8.1
+ nld_search_bar_set_search_timeout@Base 1.8.1
+#MISSING: 1.22.0# nld_search_bar_set_show_button@Base 1.8.1
+#MISSING: 1.22.0# nld_search_bar_set_show_contexts@Base 1.8.1
+ nld_search_bar_set_text@Base 1.8.1
+#MISSING: 1.22.0# nld_search_context_picker_add_context@Base 1.8.1
+#MISSING: 1.22.0# nld_search_context_picker_get_context@Base 1.8.1
+#MISSING: 1.22.0# nld_search_context_picker_get_type@Base 1.8.1
+#MISSING: 1.22.0# nld_search_context_picker_new@Base 1.8.1
+#MISSING: 1.22.0# nld_search_context_picker_set_context@Base 1.8.1
+#MISSING: 1.19.3# nld_search_entry_get_type@Base 1.8.1
+#MISSING: 1.19.3# nld_search_entry_new@Base 1.8.1
+ open_desktop_item_exec@Base 1.8.1
+ open_desktop_item_help@Base 1.8.1
+ regenerate_categories@Base 1.8.1
+ remove_container_entries@Base 1.8.1
+ shell_window_clear_resize_handler@Base 1.8.1
+ shell_window_get_type@Base 1.8.1
+ shell_window_new@Base 1.8.1
+#MISSING: 1.26.0# shell_window_paint_window@Base 1.8.1
+ shell_window_set_contents@Base 1.8.1
+ show_shell@Base 1.8.1
+#MISSING: 1.19.2# slab_load_image@Base 1.8.1
+ slab_section_get_type@Base 1.8.1
+ slab_section_new@Base 1.8.1
+ slab_section_new_with_markup@Base 1.8.1
+ slab_section_set_contents@Base 1.8.1
+ slab_section_set_selected@Base 1.8.1
+ slab_section_set_title@Base 1.8.1
+#MISSING: 1.19.2# spawn_process@Base 1.8.1
+#MISSING: 1.19.2# string_replace_once@Base 1.8.1
+#MISSING: 1.19.2# system_tile_get_type@Base 1.8.1
+#MISSING: 1.19.2# system_tile_new@Base 1.8.1
+ themed_icon_get_type@Base 1.8.1
+ themed_icon_new@Base 1.8.1
+ tile_action_get_menu_item@Base 1.8.1
+ tile_action_get_type@Base 1.8.1
+ tile_action_new@Base 1.8.1
+ tile_action_set_menu_item_label@Base 1.8.1
+#MISSING: 1.19.2# tile_compare@Base 1.8.1
+#MISSING: 1.19.2# tile_explicit_disable@Base 1.8.1
+#MISSING: 1.19.2# tile_explicit_enable@Base 1.8.1
+ tile_get_type@Base 1.8.1
+#MISSING: 1.19.2# tile_implicit_disable@Base 1.8.1
+#MISSING: 1.19.2# tile_implicit_disable_with_time@Base 1.8.1
+#MISSING: 1.19.2# tile_implicit_enable@Base 1.8.1
+#MISSING: 1.19.2# tile_implicit_enable_with_time@Base 1.8.1
+ tile_trigger_action@Base 1.8.1
+ tile_trigger_action_with_time@Base 1.8.1
diff -Nru mate-control-center-1.26.1/debian/libmate-window-settings1.install mate-control-center-1.26.1/debian/libmate-window-settings1.install
--- mate-control-center-1.26.1/debian/libmate-window-settings1.install	2015-08-06 22:43:32.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-window-settings1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libmate-window-settings.so.*
-usr/lib/*/window-manager-settings/
diff -Nru mate-control-center-1.26.1/debian/libmate-window-settings1.symbols mate-control-center-1.26.1/debian/libmate-window-settings1.symbols
--- mate-control-center-1.26.1/debian/libmate-window-settings1.symbols	2021-12-11 21:30:46.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-window-settings1.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,21 +0,0 @@
-libmarco.so libmate-window-settings1 #MINVER#
-* Build-Depends-Package: libmate-window-settings-dev
- marco_window_manager_get_type@Base 1.8.1
- window_manager_new@Base 1.8.1
-libmate-window-settings.so.1 libmate-window-settings1 #MINVER#
-* Build-Depends-Package: libmate-window-settings-dev
- mate_window_manager_change_settings@Base 1.8.1
- mate_window_manager_get_ditem@Base 1.8.1
- mate_window_manager_get_double_click_actions@Base 1.8.1
- mate_window_manager_get_name@Base 1.8.1
- mate_window_manager_get_settings@Base 1.8.1
- mate_window_manager_get_theme_list@Base 1.8.1
- mate_window_manager_get_type@Base 1.8.1
- mate_window_manager_get_user_theme_folder@Base 1.8.1
- mate_window_manager_new@Base 1.8.1
- mate_window_manager_settings_changed@Base 1.8.1
- mate_wm_manager_get_current@Base 1.8.1
- mate_wm_manager_init@Base 1.8.1
- mate_wm_manager_spawn_config_tool_for_current@Base 1.8.1
- mate_wm_settings_copy@Base 1.8.1
- mate_wm_settings_free@Base 1.8.1
diff -Nru mate-control-center-1.26.1/debian/libmate-window-settings1t64.install mate-control-center-1.26.1/debian/libmate-window-settings1t64.install
--- mate-control-center-1.26.1/debian/libmate-window-settings1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-window-settings1t64.install	2015-08-06 22:43:32.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libmate-window-settings.so.*
+usr/lib/*/window-manager-settings/
diff -Nru mate-control-center-1.26.1/debian/libmate-window-settings1t64.lintian-overrides mate-control-center-1.26.1/debian/libmate-window-settings1t64.lintian-overrides
--- mate-control-center-1.26.1/debian/libmate-window-settings1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-window-settings1t64.lintian-overrides	2024-02-03 20:12:28.000000000 +0000
@@ -0,0 +1 @@
+libmate-window-settings1t64: package-name-doesnt-match-sonames libmate-window-settings1
diff -Nru mate-control-center-1.26.1/debian/libmate-window-settings1t64.symbols mate-control-center-1.26.1/debian/libmate-window-settings1t64.symbols
--- mate-control-center-1.26.1/debian/libmate-window-settings1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ mate-control-center-1.26.1/debian/libmate-window-settings1t64.symbols	2024-02-03 20:12:28.000000000 +0000
@@ -0,0 +1,21 @@
+libmarco.so libmate-window-settings1t64 #MINVER#
+* Build-Depends-Package: libmate-window-settings-dev
+ marco_window_manager_get_type@Base 1.8.1
+ window_manager_new@Base 1.8.1
+libmate-window-settings.so.1 libmate-window-settings1 #MINVER#
+* Build-Depends-Package: libmate-window-settings-dev
+ mate_window_manager_change_settings@Base 1.8.1
+ mate_window_manager_get_ditem@Base 1.8.1
+ mate_window_manager_get_double_click_actions@Base 1.8.1
+ mate_window_manager_get_name@Base 1.8.1
+ mate_window_manager_get_settings@Base 1.8.1
+ mate_window_manager_get_theme_list@Base 1.8.1
+ mate_window_manager_get_type@Base 1.8.1
+ mate_window_manager_get_user_theme_folder@Base 1.8.1
+ mate_window_manager_new@Base 1.8.1
+ mate_window_manager_settings_changed@Base 1.8.1
+ mate_wm_manager_get_current@Base 1.8.1
+ mate_wm_manager_init@Base 1.8.1
+ mate_wm_manager_spawn_config_tool_for_current@Base 1.8.1
+ mate_wm_settings_copy@Base 1.8.1
+ mate_wm_settings_free@Base 1.8.1

Reply to: