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

Bug#1062848: marked as done (mate-control-center: NMU diff for 64-bit time_t transition)



Your message dated Thu, 29 Feb 2024 12:57:13 +0000
with message-id <E1rffyL-00B8Jd-MT@fasolo.debian.org>
and subject line Bug#1062848: fixed in mate-control-center 1.26.1-1.1
has caused the Debian Bug report #1062848,
regarding mate-control-center: 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 owner@bugs.debian.org
immediately.)


-- 
1062848: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062848
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: mate-control-center
Source-Version: 1.26.1-1.1
Done: Graham Inggs <ginggs@debian.org>

We believe that the bug you reported is fixed in the latest version of
mate-control-center, 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 1062848@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Graham Inggs <ginggs@debian.org> (supplier of updated mate-control-center 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 12:08:45 +0000
Source: mate-control-center
Architecture: source
Version: 1.26.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Changed-By: Graham Inggs <ginggs@debian.org>
Closes: 1062848
Changes:
 mate-control-center (1.26.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062848
Checksums-Sha1:
 31f5a0a4cee2139328496299d3ea02626743fe18 3152 mate-control-center_1.26.1-1.1.dsc
 fdc68d39821fbfac6327d2c6b3f9fe35b6837a60 14784 mate-control-center_1.26.1-1.1.debian.tar.xz
 413e30691345cba1fd86ce080612ca3eda892a6b 19446 mate-control-center_1.26.1-1.1_source.buildinfo
Checksums-Sha256:
 cbd94671434c8f43d417a66d677c0c28b76122381c68360f64a43889495fe86b 3152 mate-control-center_1.26.1-1.1.dsc
 9fa33b159723b2fd062f010a402cd2b73e00997866e88ba6568cbd22ccbc28a0 14784 mate-control-center_1.26.1-1.1.debian.tar.xz
 dfbbdf4163867aed71ab28460626ade0ff69dcfcab9ec8d7b57f5adde4545843 19446 mate-control-center_1.26.1-1.1_source.buildinfo
Files:
 b7d53a9fd7a7ab25c67b99fa2ce01ec3 3152 x11 optional mate-control-center_1.26.1-1.1.dsc
 ad31897cd01e783a6fa34aec92d4d8c7 14784 x11 optional mate-control-center_1.26.1-1.1.debian.tar.xz
 7f9293a3355c1a8c45a316196995d867 19446 x11 optional mate-control-center_1.26.1-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXgdDoACgkQr8/sjmac
4cKZYw/8DYfm5PtjXsUTOnA4E4qCq4SspvwThQD349AF5gIL4QGeIFvOt9UM78ry
LuPHrTcSrNZC4GcwamDbiJISItuZK9tvnw8gPuFuHjBSVhLOvxN2X2bXq2yW3Cgi
FV67j0V3oxazG/UN0yyRzQp3CNJhHvlxkJBWjYny0ReAo4xxnhBLtw5iWH6XV/uF
Rs3yc0EOrC83XUqhhyen0KEjVxPxqOIv5lduYYZOJKkJsLqHHXwGCg7IH3zbpALT
S6opK2F2cqSuq4U4jzFPFlgRaHcRflPMyug7IWJ3tVZzIqPCR1AMEWuYDBHbuCd3
2PcqdgSW6laTrCCNcrzV6FaGyxKKfK6+QPmDQaUOI2gOIyiR0QShUxM89vb9dSzv
+s2PIHvI2JbtWPsSI4dSOylaIe7d2TEwO1RABvFgowFm0FWCwaV51hG2fCYHa2/3
/j8cMqDgiF5vgW5IQsDsX66vUxPevZyC5Hqx6wgR04Lcq8LzPHFHGg37nx+rh7Az
CPXM62YHeXUC3e7I6sC86j89jVcofxYXoXVVwffoYggHfFknMzlKmjMqluH9QCKT
734CqTWl1/oWkLT12S4HgHT+WsmPFfNEwdspjIFecILdlMcP1854hTqox7jOKepq
ePlT30h5wA5yvtmVSZvyk8/tk8cYd1VmxIxTaWbHaPYYCE9SLY4=
=l2zp
-----END PGP SIGNATURE-----

Attachment: pgpbVMU6TTlI1.pgp
Description: PGP signature


--- End Message ---

Reply to: