Your message dated Thu, 29 Feb 2024 12:57:22 +0000
with message-id <[email protected]>
and subject line Bug#1062849: fixed in mate-desktop 1.26.2-1.1
has caused the Debian Bug report #1062849,
regarding mate-desktop: 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 [email protected]
immediately.)
--
1062849: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062849
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mate-desktop
Version: 1.26.2-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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-desktop 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-desktop
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-desktop-1.26.2/debian/changelog
mate-desktop-1.26.2/debian/changelog
--- mate-desktop-1.26.2/debian/changelog 2023-09-24 15:55:34.000000000
+0000
+++ mate-desktop-1.26.2/debian/changelog 2024-02-03 20:18:39.000000000
+0000
@@ -1,3 +1,10 @@
+mate-desktop (1.26.2-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Sat, 03 Feb 2024 20:18:39 +0000
+
mate-desktop (1.26.2-1) unstable; urgency=medium
* New upstream release.
diff -Nru mate-desktop-1.26.2/debian/control mate-desktop-1.26.2/debian/control
--- mate-desktop-1.26.2/debian/control 2023-07-10 03:59:44.000000000 +0000
+++ mate-desktop-1.26.2/debian/control 2024-02-03 20:18:38.000000000 +0000
@@ -37,7 +37,7 @@
Architecture: any
Multi-Arch: foreign
Depends: hicolor-icon-theme,
- libmate-desktop-2-17,
+ libmate-desktop-2-17t64,
mate-desktop-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
@@ -74,7 +74,7 @@
.
This package contains the architecture-independent files.
-Package: libmate-desktop-2-17
+Package: libmate-desktop-2-17t64
Section: libs
Architecture: any
Multi-Arch: same
@@ -82,9 +82,9 @@
Depends: iso-codes,
${misc:Depends},
${shlibs:Depends},
-Provides: libmatedesktop,
-Breaks: libmatedesktop (<< 1.6.1),
-Replaces: libmatedesktop (<< 1.6.1),
+Provides: ${t64:Provides}, libmatedesktop,
+Breaks: libmate-desktop-2-17 (<< ${source:Version}), libmatedesktop (<< 1.6.1),
+Replaces: libmate-desktop-2-17, libmatedesktop (<< 1.6.1),
Description: Library with common API for various MATE modules (library)
The MATE component mate-desktop contains the libmate-desktop library, the
mate-about program, as well as some desktop-wide documents.
@@ -102,7 +102,7 @@
Depends: libdconf-dev,
libgdk-pixbuf-2.0-dev,
libgtk-3-dev,
- libmate-desktop-2-17 (= ${binary:Version}),
+ libmate-desktop-2-17t64 (= ${binary:Version}),
libstartup-notification0-dev,
gir1.2-matedesktop-2.0 (= ${binary:Version}),
${misc:Depends},
@@ -142,7 +142,7 @@
Section: introspection
Architecture: any
Multi-Arch: same
-Depends: libmate-desktop-2-17 (= ${binary:Version}),
+Depends: libmate-desktop-2-17t64 (= ${binary:Version}),
${gir:Depends},
${misc:Depends},
${shlibs:Depends},
diff -Nru mate-desktop-1.26.2/debian/libmate-desktop-2-17.install
mate-desktop-1.26.2/debian/libmate-desktop-2-17.install
--- mate-desktop-1.26.2/debian/libmate-desktop-2-17.install 2016-06-29
14:14:31.000000000 +0000
+++ mate-desktop-1.26.2/debian/libmate-desktop-2-17.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru mate-desktop-1.26.2/debian/libmate-desktop-2-17.symbols
mate-desktop-1.26.2/debian/libmate-desktop-2-17.symbols
--- mate-desktop-1.26.2/debian/libmate-desktop-2-17.symbols 2020-02-11
07:40:04.000000000 +0000
+++ mate-desktop-1.26.2/debian/libmate-desktop-2-17.symbols 1970-01-01
00:00:00.000000000 +0000
@@ -1,295 +0,0 @@
-libmate-desktop-2.so.17 libmate-desktop-2-17 #MINVER#
-* Build-Depends-Package: libmate-desktop-dev
-#MISSING: 1.10.0# _mate_desktop_init_i18n@Base 1.6.1
-#MISSING: 1.10.0# decode_edid@Base 1.6.1
-#MISSING: 1.10.0# make_display_name@Base 1.6.1
-#MISSING: 1.14.0# mate_bg_create_pixmap@Base 1.6.1
-#MISSING: 1.14.0# mate_bg_crossfade_set_end_pixmap@Base 1.6.1
-#MISSING: 1.14.0# mate_bg_crossfade_set_start_pixmap@Base 1.6.1
-#MISSING: 1.14.0# mate_bg_get_pixmap_from_root@Base 1.6.1
-#MISSING: 1.14.0# mate_bg_set_pixmap_as_root@Base 1.6.1
-#MISSING: 1.14.0# mate_bg_set_pixmap_as_root_with_crossfade@Base 1.6.1
-#MISSING: 1.17.1# mate_rr_labeler_get_color_for_output@Base 1.6.1
- mate_bg_create_surface@Base 1.14.0
- mate_bg_create_surface_scale@Base 1.20.1-2~
- mate_bg_crossfade_set_end_surface@Base 1.14.0
- mate_bg_crossfade_set_start_surface@Base 1.14.0
- mate_bg_get_surface_from_root@Base 1.14.0
- mate_bg_set_surface_as_root@Base 1.14.0
- mate_bg_set_surface_as_root_with_crossfade@Base 1.14.0
- mate_color_button_get_rgba@Base 1.14.0
- mate_color_button_set_rgba@Base 1.14.0
- mate_desktop_gtk_style_get_dark_color@Base 1.14.0
- mate_desktop_gtk_style_get_light_color@Base 1.14.0
- mate_rr_labeler_get_rgba_for_output@Base 1.14.0
-#MISSING: 1.19.2# mate_about_dialog_get_artists@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_authors@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_comments@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_copyright@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_documenters@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_license@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_logo@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_logo_icon_name@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_program_name@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_translator_credits@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_type@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_version@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_website@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_website_label@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_get_wrap_license@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_new@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_artists@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_authors@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_comments@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_copyright@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_documenters@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_license@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_logo@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_logo_icon_name@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_program_name@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_translator_credits@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_version@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_website@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_website_label@Base 1.10.0
-#MISSING: 1.19.2# mate_about_dialog_set_wrap_license@Base 1.10.0
- mate_bg_changes_with_time@Base 1.6.1
- mate_bg_create_frame_thumbnail@Base 1.6.1
- mate_bg_create_thumbnail@Base 1.6.1
- mate_bg_crossfade_get_type@Base 1.6.1
- mate_bg_crossfade_is_started@Base 1.6.1
- mate_bg_crossfade_new@Base 1.6.1
- mate_bg_crossfade_start@Base 1.6.1
- mate_bg_crossfade_start_widget@Base 1.19.2
- mate_bg_crossfade_stop@Base 1.6.1
- mate_bg_draw@Base 1.6.1
- mate_bg_get_color@Base 1.6.1
- mate_bg_get_draw_background@Base 1.6.1
- mate_bg_get_filename@Base 1.6.1
- mate_bg_get_image_size@Base 1.6.1
- mate_bg_get_placement@Base 1.6.1
- mate_bg_get_type@Base 1.6.1
- mate_bg_has_multiple_sizes@Base 1.6.1
- mate_bg_is_dark@Base 1.6.1
- mate_bg_load_from_gsettings@Base 1.6.1
- mate_bg_load_from_preferences@Base 1.6.1
- mate_bg_load_from_system_gsettings@Base 1.6.1
- mate_bg_load_from_system_preferences@Base 1.6.1
- mate_bg_new@Base 1.6.1
- mate_bg_save_to_gsettings@Base 1.6.1
- mate_bg_save_to_preferences@Base 1.6.1
- mate_bg_set_color@Base 1.6.1
- mate_bg_set_draw_background@Base 1.6.1
- mate_bg_set_filename@Base 1.6.1
- mate_bg_set_placement@Base 1.6.1
- mate_color_button_get_alpha@Base 1.10.0
- mate_color_button_get_color@Base 1.10.0
- mate_color_button_get_title@Base 1.10.0
- mate_color_button_get_type@Base 1.10.0
- mate_color_button_get_use_alpha@Base 1.10.0
- mate_color_button_new@Base 1.10.0
- mate_color_button_new_with_color@Base 1.10.0
- mate_color_button_set_alpha@Base 1.10.0
- mate_color_button_set_color@Base 1.10.0
- mate_color_button_set_title@Base 1.10.0
- mate_color_button_set_use_alpha@Base 1.10.0
- mate_color_selection_dialog_get_color_selection@Base 1.10.0
- mate_color_selection_dialog_get_type@Base 1.10.0
- mate_color_selection_dialog_new@Base 1.10.0
- mate_color_selection_get_color@Base 1.10.0
- mate_color_selection_get_current_alpha@Base 1.10.0
- mate_color_selection_get_current_color@Base 1.10.0
- mate_color_selection_get_has_opacity_control@Base 1.10.0
- mate_color_selection_get_has_palette@Base 1.10.0
- mate_color_selection_get_previous_alpha@Base 1.10.0
- mate_color_selection_get_previous_color@Base 1.10.0
- mate_color_selection_get_type@Base 1.10.0
- mate_color_selection_is_adjusting@Base 1.10.0
- mate_color_selection_new@Base 1.10.0
- mate_color_selection_palette_from_string@Base 1.10.0
- mate_color_selection_palette_to_string@Base 1.10.0
- mate_color_selection_set_change_palette_hook@Base 1.10.0
- mate_color_selection_set_change_palette_with_screen_hook@Base 1.10.0
- mate_color_selection_set_color@Base 1.10.0
- mate_color_selection_set_current_alpha@Base 1.10.0
- mate_color_selection_set_current_color@Base 1.10.0
- mate_color_selection_set_has_opacity_control@Base 1.10.0
- mate_color_selection_set_has_palette@Base 1.10.0
- mate_color_selection_set_previous_alpha@Base 1.10.0
- mate_color_selection_set_previous_color@Base 1.10.0
- mate_dconf_list_subdirs@Base 1.8.0
- mate_dconf_recursive_reset@Base 1.8.0
- mate_dconf_sync@Base 1.8.0
- mate_dconf_write_sync@Base 1.8.0
- mate_desktop_item_attr_exists@Base 1.6.1
- mate_desktop_item_clear_localestring@Base 1.6.1
- mate_desktop_item_clear_section@Base 1.6.1
- mate_desktop_item_copy@Base 1.6.1
- mate_desktop_item_drop_uri_list@Base 1.6.1
- mate_desktop_item_drop_uri_list_with_env@Base 1.6.1
- mate_desktop_item_error_quark@Base 1.6.1
- mate_desktop_item_exists@Base 1.6.1
- mate_desktop_item_find_icon@Base 1.6.1
- mate_desktop_item_get_attr_locale@Base 1.6.1
- mate_desktop_item_get_boolean@Base 1.6.1
- mate_desktop_item_get_entry_type@Base 1.6.1
- mate_desktop_item_get_file_status@Base 1.6.1
- mate_desktop_item_get_icon@Base 1.6.1
- mate_desktop_item_get_languages@Base 1.6.1
- mate_desktop_item_get_localestring@Base 1.6.1
- mate_desktop_item_get_localestring_lang@Base 1.6.1
- mate_desktop_item_get_location@Base 1.6.1
- mate_desktop_item_get_string@Base 1.6.1
- mate_desktop_item_get_strings@Base 1.6.1
- mate_desktop_item_get_type@Base 1.6.1
- mate_desktop_item_launch@Base 1.6.1
- mate_desktop_item_launch_on_screen@Base 1.6.1
- mate_desktop_item_launch_with_env@Base 1.6.1
- mate_desktop_item_new@Base 1.6.1
- mate_desktop_item_new_from_basename@Base 1.6.1
- mate_desktop_item_new_from_file@Base 1.6.1
- mate_desktop_item_new_from_string@Base 1.6.1
- mate_desktop_item_new_from_uri@Base 1.6.1
- mate_desktop_item_ref@Base 1.6.1
- mate_desktop_item_save@Base 1.6.1
- mate_desktop_item_set_boolean@Base 1.6.1
- mate_desktop_item_set_entry_type@Base 1.6.1
- mate_desktop_item_set_launch_time@Base 1.6.1
- mate_desktop_item_set_localestring@Base 1.6.1
- mate_desktop_item_set_localestring_lang@Base 1.6.1
- mate_desktop_item_set_location@Base 1.6.1
- mate_desktop_item_set_location_file@Base 1.6.1
- mate_desktop_item_set_string@Base 1.6.1
- mate_desktop_item_set_strings@Base 1.6.1
- mate_desktop_item_unref@Base 1.6.1
- mate_desktop_prepend_terminal_to_vector@Base 1.6.1
- mate_desktop_thumbnail_factory_can_thumbnail@Base 1.6.1
- mate_desktop_thumbnail_factory_create_failed_thumbnail@Base 1.6.1
- mate_desktop_thumbnail_factory_generate_thumbnail@Base 1.6.1
- mate_desktop_thumbnail_factory_get_type@Base 1.6.1
- mate_desktop_thumbnail_factory_has_valid_failed_thumbnail@Base 1.6.1
- mate_desktop_thumbnail_factory_lookup@Base 1.6.1
- mate_desktop_thumbnail_factory_new@Base 1.6.1
- mate_desktop_thumbnail_factory_save_thumbnail@Base 1.6.1
- mate_desktop_thumbnail_has_uri@Base 1.6.1
- mate_desktop_thumbnail_is_valid@Base 1.6.1
-#MISSING: 1.24.0-1# mate_desktop_thumbnail_md5@Base 1.6.1
- mate_desktop_thumbnail_path_for_uri@Base 1.6.1
-#MISSING: 1.24.0-1# mate_desktop_thumbnail_scale_down_pixbuf@Base 1.6.1
- mate_gdk_spawn_command_line_on_screen@Base 1.10.0
- mate_get_all_locales@Base 1.22.1
- mate_get_country_from_code@Base 1.22.1
- mate_get_country_from_locale@Base 1.22.1
- mate_get_language_from_code@Base 1.22.1
- mate_get_language_from_locale@Base 1.22.1
- mate_gsettings_append_strv@Base 1.10.0
- mate_gsettings_is_valid_keyname@Base 1.10.0
- mate_gsettings_remove_all_from_strv@Base 1.10.0
- mate_gsettings_schema_exists@Base 1.8.0
- mate_gsettings_strv_to_gslist@Base 1.10.0
- mate_hsv_get_color@Base 1.24.0
- mate_hsv_get_metrics@Base 1.24.0
- mate_hsv_get_type@Base 1.24.0
- mate_hsv_is_adjusting@Base 1.24.0
- mate_hsv_new@Base 1.24.0
- mate_hsv_set_color@Base 1.24.0
- mate_hsv_set_metrics@Base 1.24.0
- mate_language_has_translations@Base 1.22.1
- mate_normalize_locale@Base 1.22.1
- mate_parse_locale@Base 1.22.1
- mate_rr_config_applicable@Base 1.6.1
-#MISSING: 1.10.0# mate_rr_config_apply@Base 1.6.1
-#MISSING: 1.10.0# mate_rr_config_apply_from_filename@Base 1.6.1
- mate_rr_config_apply_from_filename_with_time@Base 1.6.1
-#MISSING: 1.10.0# mate_rr_config_apply_stored@Base 1.6.1
- mate_rr_config_apply_with_time@Base 1.6.1
- mate_rr_config_ensure_primary@Base 1.10.0
- mate_rr_config_equal@Base 1.6.1
-#MISSING: 1.10.0# mate_rr_config_free@Base 1.6.1
- mate_rr_config_get_backup_filename@Base 1.6.1
- mate_rr_config_get_clone@Base 1.10.0
- mate_rr_config_get_intended_filename@Base 1.6.1
- mate_rr_config_get_outputs@Base 1.10.0
- mate_rr_config_get_type@Base 1.10.0
- mate_rr_config_load_current@Base 1.10.0
- mate_rr_config_load_filename@Base 1.10.0
- mate_rr_config_match@Base 1.6.1
- mate_rr_config_new_current@Base 1.6.1
- mate_rr_config_new_stored@Base 1.6.1
- mate_rr_config_sanitize@Base 1.6.1
- mate_rr_config_save@Base 1.6.1
- mate_rr_config_set_clone@Base 1.10.0
- mate_rr_crtc_can_drive_output@Base 1.6.1
- mate_rr_crtc_get_current_mode@Base 1.6.1
- mate_rr_crtc_get_current_rotation@Base 1.6.1
- mate_rr_crtc_get_gamma@Base 1.6.1
- mate_rr_crtc_get_id@Base 1.6.1
- mate_rr_crtc_get_position@Base 1.6.1
- mate_rr_output_get_possible_crtcs@Base 1.12.1
- mate_rr_crtc_get_rotations@Base 1.6.1
- mate_rr_crtc_get_type@Base 1.10.0
- mate_rr_crtc_set_config@Base 1.6.1
- mate_rr_crtc_set_config_with_time@Base 1.6.1
- mate_rr_crtc_set_gamma@Base 1.6.1
- mate_rr_crtc_supports_rotation@Base 1.6.1
- mate_rr_error_quark@Base 1.6.1
- mate_rr_labeler_get_type@Base 1.6.1
- mate_rr_labeler_hide@Base 1.6.1
- mate_rr_labeler_new@Base 1.6.1
- mate_rr_mode_get_freq@Base 1.6.1
- mate_rr_mode_get_height@Base 1.6.1
- mate_rr_mode_get_id@Base 1.6.1
- mate_rr_mode_get_type@Base 1.10.0
- mate_rr_mode_get_width@Base 1.6.1
- mate_rr_output_can_clone@Base 1.6.1
- mate_rr_output_get_connector_type@Base 1.6.1
- mate_rr_output_get_crtc@Base 1.6.1
- mate_rr_output_get_current_mode@Base 1.6.1
- mate_rr_output_get_edid_data@Base 1.6.1
- mate_rr_output_get_height_mm@Base 1.6.1
- mate_rr_output_get_id@Base 1.6.1
- mate_rr_output_get_is_primary@Base 1.6.1
- mate_rr_output_get_name@Base 1.6.1
- mate_rr_output_get_position@Base 1.6.1
- mate_rr_output_get_preferred_mode@Base 1.6.1
- mate_rr_output_get_type@Base 1.10.0
- mate_rr_output_get_width_mm@Base 1.6.1
- mate_rr_output_info_get_aspect_ratio@Base 1.10.0
- mate_rr_output_info_get_display_name@Base 1.10.0
- mate_rr_output_info_get_geometry@Base 1.10.0
- mate_rr_output_info_get_name@Base 1.10.0
- mate_rr_output_info_get_preferred_height@Base 1.10.0
- mate_rr_output_info_get_preferred_width@Base 1.10.0
- mate_rr_output_info_get_primary@Base 1.10.0
- mate_rr_output_info_get_product@Base 1.10.0
- mate_rr_output_info_get_refresh_rate@Base 1.10.0
- mate_rr_output_info_get_rotation@Base 1.10.0
- mate_rr_output_info_get_serial@Base 1.10.0
- mate_rr_output_info_get_type@Base 1.10.0
- mate_rr_output_info_get_vendor@Base 1.10.0
- mate_rr_output_info_is_active@Base 1.10.0
- mate_rr_output_info_is_connected@Base 1.10.0
- mate_rr_output_info_set_active@Base 1.10.0
- mate_rr_output_info_set_geometry@Base 1.10.0
- mate_rr_output_info_set_primary@Base 1.10.0
- mate_rr_output_info_set_refresh_rate@Base 1.10.0
- mate_rr_output_info_set_rotation@Base 1.10.0
- mate_rr_output_is_connected@Base 1.6.1
- mate_rr_output_is_laptop@Base 1.6.1
- mate_rr_output_list_modes@Base 1.6.1
- mate_rr_output_supports_mode@Base 1.6.1
-#MISSING: 1.10.0# mate_rr_screen_destroy@Base 1.6.1
- mate_rr_screen_get_crtc_by_id@Base 1.6.1
- mate_rr_screen_get_output_by_id@Base 1.6.1
- mate_rr_screen_get_output_by_name@Base 1.6.1
- mate_rr_screen_get_ranges@Base 1.6.1
- mate_rr_screen_get_timestamps@Base 1.6.1
- mate_rr_screen_get_type@Base 1.10.0
- mate_rr_screen_list_clone_modes@Base 1.6.1
- mate_rr_screen_list_crtcs@Base 1.6.1
- mate_rr_screen_list_modes@Base 1.6.1
- mate_rr_screen_list_outputs@Base 1.6.1
- mate_rr_screen_new@Base 1.6.1
- mate_rr_screen_refresh@Base 1.6.1
- mate_rr_screen_set_primary_output@Base 1.6.1
- mate_rr_screen_set_size@Base 1.6.1
-#MISSING: 1.19.2# mate_show_about_dialog@Base 1.10.0
diff -Nru mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.install
mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.install
--- mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.install 1970-01-01
00:00:00.000000000 +0000
+++ mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.install 2016-06-29
14:14:31.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.lintian-overrides
mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.lintian-overrides
--- mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.lintian-overrides
2024-02-03 20:18:38.000000000 +0000
@@ -0,0 +1 @@
+libmate-desktop-2-17t64: package-name-doesnt-match-sonames libmate-desktop-2-17
diff -Nru mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.symbols
mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.symbols
--- mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.symbols 1970-01-01
00:00:00.000000000 +0000
+++ mate-desktop-1.26.2/debian/libmate-desktop-2-17t64.symbols 2024-02-03
20:18:38.000000000 +0000
@@ -0,0 +1,295 @@
+libmate-desktop-2.so.17 libmate-desktop-2-17t64 #MINVER#
+* Build-Depends-Package: libmate-desktop-dev
+#MISSING: 1.10.0# _mate_desktop_init_i18n@Base 1.6.1
+#MISSING: 1.10.0# decode_edid@Base 1.6.1
+#MISSING: 1.10.0# make_display_name@Base 1.6.1
+#MISSING: 1.14.0# mate_bg_create_pixmap@Base 1.6.1
+#MISSING: 1.14.0# mate_bg_crossfade_set_end_pixmap@Base 1.6.1
+#MISSING: 1.14.0# mate_bg_crossfade_set_start_pixmap@Base 1.6.1
+#MISSING: 1.14.0# mate_bg_get_pixmap_from_root@Base 1.6.1
+#MISSING: 1.14.0# mate_bg_set_pixmap_as_root@Base 1.6.1
+#MISSING: 1.14.0# mate_bg_set_pixmap_as_root_with_crossfade@Base 1.6.1
+#MISSING: 1.17.1# mate_rr_labeler_get_color_for_output@Base 1.6.1
+ mate_bg_create_surface@Base 1.14.0
+ mate_bg_create_surface_scale@Base 1.20.1-2~
+ mate_bg_crossfade_set_end_surface@Base 1.14.0
+ mate_bg_crossfade_set_start_surface@Base 1.14.0
+ mate_bg_get_surface_from_root@Base 1.14.0
+ mate_bg_set_surface_as_root@Base 1.14.0
+ mate_bg_set_surface_as_root_with_crossfade@Base 1.14.0
+ mate_color_button_get_rgba@Base 1.14.0
+ mate_color_button_set_rgba@Base 1.14.0
+ mate_desktop_gtk_style_get_dark_color@Base 1.14.0
+ mate_desktop_gtk_style_get_light_color@Base 1.14.0
+ mate_rr_labeler_get_rgba_for_output@Base 1.14.0
+#MISSING: 1.19.2# mate_about_dialog_get_artists@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_authors@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_comments@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_copyright@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_documenters@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_license@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_logo@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_logo_icon_name@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_program_name@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_translator_credits@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_type@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_version@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_website@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_website_label@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_get_wrap_license@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_new@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_artists@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_authors@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_comments@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_copyright@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_documenters@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_license@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_logo@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_logo_icon_name@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_program_name@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_translator_credits@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_version@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_website@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_website_label@Base 1.10.0
+#MISSING: 1.19.2# mate_about_dialog_set_wrap_license@Base 1.10.0
+ mate_bg_changes_with_time@Base 1.6.1
+ mate_bg_create_frame_thumbnail@Base 1.6.1
+ mate_bg_create_thumbnail@Base 1.6.1
+ mate_bg_crossfade_get_type@Base 1.6.1
+ mate_bg_crossfade_is_started@Base 1.6.1
+ mate_bg_crossfade_new@Base 1.6.1
+ mate_bg_crossfade_start@Base 1.6.1
+ mate_bg_crossfade_start_widget@Base 1.19.2
+ mate_bg_crossfade_stop@Base 1.6.1
+ mate_bg_draw@Base 1.6.1
+ mate_bg_get_color@Base 1.6.1
+ mate_bg_get_draw_background@Base 1.6.1
+ mate_bg_get_filename@Base 1.6.1
+ mate_bg_get_image_size@Base 1.6.1
+ mate_bg_get_placement@Base 1.6.1
+ mate_bg_get_type@Base 1.6.1
+ mate_bg_has_multiple_sizes@Base 1.6.1
+ mate_bg_is_dark@Base 1.6.1
+ mate_bg_load_from_gsettings@Base 1.6.1
+ mate_bg_load_from_preferences@Base 1.6.1
+ mate_bg_load_from_system_gsettings@Base 1.6.1
+ mate_bg_load_from_system_preferences@Base 1.6.1
+ mate_bg_new@Base 1.6.1
+ mate_bg_save_to_gsettings@Base 1.6.1
+ mate_bg_save_to_preferences@Base 1.6.1
+ mate_bg_set_color@Base 1.6.1
+ mate_bg_set_draw_background@Base 1.6.1
+ mate_bg_set_filename@Base 1.6.1
+ mate_bg_set_placement@Base 1.6.1
+ mate_color_button_get_alpha@Base 1.10.0
+ mate_color_button_get_color@Base 1.10.0
+ mate_color_button_get_title@Base 1.10.0
+ mate_color_button_get_type@Base 1.10.0
+ mate_color_button_get_use_alpha@Base 1.10.0
+ mate_color_button_new@Base 1.10.0
+ mate_color_button_new_with_color@Base 1.10.0
+ mate_color_button_set_alpha@Base 1.10.0
+ mate_color_button_set_color@Base 1.10.0
+ mate_color_button_set_title@Base 1.10.0
+ mate_color_button_set_use_alpha@Base 1.10.0
+ mate_color_selection_dialog_get_color_selection@Base 1.10.0
+ mate_color_selection_dialog_get_type@Base 1.10.0
+ mate_color_selection_dialog_new@Base 1.10.0
+ mate_color_selection_get_color@Base 1.10.0
+ mate_color_selection_get_current_alpha@Base 1.10.0
+ mate_color_selection_get_current_color@Base 1.10.0
+ mate_color_selection_get_has_opacity_control@Base 1.10.0
+ mate_color_selection_get_has_palette@Base 1.10.0
+ mate_color_selection_get_previous_alpha@Base 1.10.0
+ mate_color_selection_get_previous_color@Base 1.10.0
+ mate_color_selection_get_type@Base 1.10.0
+ mate_color_selection_is_adjusting@Base 1.10.0
+ mate_color_selection_new@Base 1.10.0
+ mate_color_selection_palette_from_string@Base 1.10.0
+ mate_color_selection_palette_to_string@Base 1.10.0
+ mate_color_selection_set_change_palette_hook@Base 1.10.0
+ mate_color_selection_set_change_palette_with_screen_hook@Base 1.10.0
+ mate_color_selection_set_color@Base 1.10.0
+ mate_color_selection_set_current_alpha@Base 1.10.0
+ mate_color_selection_set_current_color@Base 1.10.0
+ mate_color_selection_set_has_opacity_control@Base 1.10.0
+ mate_color_selection_set_has_palette@Base 1.10.0
+ mate_color_selection_set_previous_alpha@Base 1.10.0
+ mate_color_selection_set_previous_color@Base 1.10.0
+ mate_dconf_list_subdirs@Base 1.8.0
+ mate_dconf_recursive_reset@Base 1.8.0
+ mate_dconf_sync@Base 1.8.0
+ mate_dconf_write_sync@Base 1.8.0
+ mate_desktop_item_attr_exists@Base 1.6.1
+ mate_desktop_item_clear_localestring@Base 1.6.1
+ mate_desktop_item_clear_section@Base 1.6.1
+ mate_desktop_item_copy@Base 1.6.1
+ mate_desktop_item_drop_uri_list@Base 1.6.1
+ mate_desktop_item_drop_uri_list_with_env@Base 1.6.1
+ mate_desktop_item_error_quark@Base 1.6.1
+ mate_desktop_item_exists@Base 1.6.1
+ mate_desktop_item_find_icon@Base 1.6.1
+ mate_desktop_item_get_attr_locale@Base 1.6.1
+ mate_desktop_item_get_boolean@Base 1.6.1
+ mate_desktop_item_get_entry_type@Base 1.6.1
+ mate_desktop_item_get_file_status@Base 1.6.1
+ mate_desktop_item_get_icon@Base 1.6.1
+ mate_desktop_item_get_languages@Base 1.6.1
+ mate_desktop_item_get_localestring@Base 1.6.1
+ mate_desktop_item_get_localestring_lang@Base 1.6.1
+ mate_desktop_item_get_location@Base 1.6.1
+ mate_desktop_item_get_string@Base 1.6.1
+ mate_desktop_item_get_strings@Base 1.6.1
+ mate_desktop_item_get_type@Base 1.6.1
+ mate_desktop_item_launch@Base 1.6.1
+ mate_desktop_item_launch_on_screen@Base 1.6.1
+ mate_desktop_item_launch_with_env@Base 1.6.1
+ mate_desktop_item_new@Base 1.6.1
+ mate_desktop_item_new_from_basename@Base 1.6.1
+ mate_desktop_item_new_from_file@Base 1.6.1
+ mate_desktop_item_new_from_string@Base 1.6.1
+ mate_desktop_item_new_from_uri@Base 1.6.1
+ mate_desktop_item_ref@Base 1.6.1
+ mate_desktop_item_save@Base 1.6.1
+ mate_desktop_item_set_boolean@Base 1.6.1
+ mate_desktop_item_set_entry_type@Base 1.6.1
+ mate_desktop_item_set_launch_time@Base 1.6.1
+ mate_desktop_item_set_localestring@Base 1.6.1
+ mate_desktop_item_set_localestring_lang@Base 1.6.1
+ mate_desktop_item_set_location@Base 1.6.1
+ mate_desktop_item_set_location_file@Base 1.6.1
+ mate_desktop_item_set_string@Base 1.6.1
+ mate_desktop_item_set_strings@Base 1.6.1
+ mate_desktop_item_unref@Base 1.6.1
+ mate_desktop_prepend_terminal_to_vector@Base 1.6.1
+ mate_desktop_thumbnail_factory_can_thumbnail@Base 1.6.1
+ mate_desktop_thumbnail_factory_create_failed_thumbnail@Base 1.6.1
+ mate_desktop_thumbnail_factory_generate_thumbnail@Base 1.6.1
+ mate_desktop_thumbnail_factory_get_type@Base 1.6.1
+ mate_desktop_thumbnail_factory_has_valid_failed_thumbnail@Base 1.6.1
+ mate_desktop_thumbnail_factory_lookup@Base 1.6.1
+ mate_desktop_thumbnail_factory_new@Base 1.6.1
+ mate_desktop_thumbnail_factory_save_thumbnail@Base 1.6.1
+ mate_desktop_thumbnail_has_uri@Base 1.6.1
+ mate_desktop_thumbnail_is_valid@Base 1.6.1
+#MISSING: 1.24.0-1# mate_desktop_thumbnail_md5@Base 1.6.1
+ mate_desktop_thumbnail_path_for_uri@Base 1.6.1
+#MISSING: 1.24.0-1# mate_desktop_thumbnail_scale_down_pixbuf@Base 1.6.1
+ mate_gdk_spawn_command_line_on_screen@Base 1.10.0
+ mate_get_all_locales@Base 1.22.1
+ mate_get_country_from_code@Base 1.22.1
+ mate_get_country_from_locale@Base 1.22.1
+ mate_get_language_from_code@Base 1.22.1
+ mate_get_language_from_locale@Base 1.22.1
+ mate_gsettings_append_strv@Base 1.10.0
+ mate_gsettings_is_valid_keyname@Base 1.10.0
+ mate_gsettings_remove_all_from_strv@Base 1.10.0
+ mate_gsettings_schema_exists@Base 1.8.0
+ mate_gsettings_strv_to_gslist@Base 1.10.0
+ mate_hsv_get_color@Base 1.24.0
+ mate_hsv_get_metrics@Base 1.24.0
+ mate_hsv_get_type@Base 1.24.0
+ mate_hsv_is_adjusting@Base 1.24.0
+ mate_hsv_new@Base 1.24.0
+ mate_hsv_set_color@Base 1.24.0
+ mate_hsv_set_metrics@Base 1.24.0
+ mate_language_has_translations@Base 1.22.1
+ mate_normalize_locale@Base 1.22.1
+ mate_parse_locale@Base 1.22.1
+ mate_rr_config_applicable@Base 1.6.1
+#MISSING: 1.10.0# mate_rr_config_apply@Base 1.6.1
+#MISSING: 1.10.0# mate_rr_config_apply_from_filename@Base 1.6.1
+ mate_rr_config_apply_from_filename_with_time@Base 1.6.1
+#MISSING: 1.10.0# mate_rr_config_apply_stored@Base 1.6.1
+ mate_rr_config_apply_with_time@Base 1.6.1
+ mate_rr_config_ensure_primary@Base 1.10.0
+ mate_rr_config_equal@Base 1.6.1
+#MISSING: 1.10.0# mate_rr_config_free@Base 1.6.1
+ mate_rr_config_get_backup_filename@Base 1.6.1
+ mate_rr_config_get_clone@Base 1.10.0
+ mate_rr_config_get_intended_filename@Base 1.6.1
+ mate_rr_config_get_outputs@Base 1.10.0
+ mate_rr_config_get_type@Base 1.10.0
+ mate_rr_config_load_current@Base 1.10.0
+ mate_rr_config_load_filename@Base 1.10.0
+ mate_rr_config_match@Base 1.6.1
+ mate_rr_config_new_current@Base 1.6.1
+ mate_rr_config_new_stored@Base 1.6.1
+ mate_rr_config_sanitize@Base 1.6.1
+ mate_rr_config_save@Base 1.6.1
+ mate_rr_config_set_clone@Base 1.10.0
+ mate_rr_crtc_can_drive_output@Base 1.6.1
+ mate_rr_crtc_get_current_mode@Base 1.6.1
+ mate_rr_crtc_get_current_rotation@Base 1.6.1
+ mate_rr_crtc_get_gamma@Base 1.6.1
+ mate_rr_crtc_get_id@Base 1.6.1
+ mate_rr_crtc_get_position@Base 1.6.1
+ mate_rr_output_get_possible_crtcs@Base 1.12.1
+ mate_rr_crtc_get_rotations@Base 1.6.1
+ mate_rr_crtc_get_type@Base 1.10.0
+ mate_rr_crtc_set_config@Base 1.6.1
+ mate_rr_crtc_set_config_with_time@Base 1.6.1
+ mate_rr_crtc_set_gamma@Base 1.6.1
+ mate_rr_crtc_supports_rotation@Base 1.6.1
+ mate_rr_error_quark@Base 1.6.1
+ mate_rr_labeler_get_type@Base 1.6.1
+ mate_rr_labeler_hide@Base 1.6.1
+ mate_rr_labeler_new@Base 1.6.1
+ mate_rr_mode_get_freq@Base 1.6.1
+ mate_rr_mode_get_height@Base 1.6.1
+ mate_rr_mode_get_id@Base 1.6.1
+ mate_rr_mode_get_type@Base 1.10.0
+ mate_rr_mode_get_width@Base 1.6.1
+ mate_rr_output_can_clone@Base 1.6.1
+ mate_rr_output_get_connector_type@Base 1.6.1
+ mate_rr_output_get_crtc@Base 1.6.1
+ mate_rr_output_get_current_mode@Base 1.6.1
+ mate_rr_output_get_edid_data@Base 1.6.1
+ mate_rr_output_get_height_mm@Base 1.6.1
+ mate_rr_output_get_id@Base 1.6.1
+ mate_rr_output_get_is_primary@Base 1.6.1
+ mate_rr_output_get_name@Base 1.6.1
+ mate_rr_output_get_position@Base 1.6.1
+ mate_rr_output_get_preferred_mode@Base 1.6.1
+ mate_rr_output_get_type@Base 1.10.0
+ mate_rr_output_get_width_mm@Base 1.6.1
+ mate_rr_output_info_get_aspect_ratio@Base 1.10.0
+ mate_rr_output_info_get_display_name@Base 1.10.0
+ mate_rr_output_info_get_geometry@Base 1.10.0
+ mate_rr_output_info_get_name@Base 1.10.0
+ mate_rr_output_info_get_preferred_height@Base 1.10.0
+ mate_rr_output_info_get_preferred_width@Base 1.10.0
+ mate_rr_output_info_get_primary@Base 1.10.0
+ mate_rr_output_info_get_product@Base 1.10.0
+ mate_rr_output_info_get_refresh_rate@Base 1.10.0
+ mate_rr_output_info_get_rotation@Base 1.10.0
+ mate_rr_output_info_get_serial@Base 1.10.0
+ mate_rr_output_info_get_type@Base 1.10.0
+ mate_rr_output_info_get_vendor@Base 1.10.0
+ mate_rr_output_info_is_active@Base 1.10.0
+ mate_rr_output_info_is_connected@Base 1.10.0
+ mate_rr_output_info_set_active@Base 1.10.0
+ mate_rr_output_info_set_geometry@Base 1.10.0
+ mate_rr_output_info_set_primary@Base 1.10.0
+ mate_rr_output_info_set_refresh_rate@Base 1.10.0
+ mate_rr_output_info_set_rotation@Base 1.10.0
+ mate_rr_output_is_connected@Base 1.6.1
+ mate_rr_output_is_laptop@Base 1.6.1
+ mate_rr_output_list_modes@Base 1.6.1
+ mate_rr_output_supports_mode@Base 1.6.1
+#MISSING: 1.10.0# mate_rr_screen_destroy@Base 1.6.1
+ mate_rr_screen_get_crtc_by_id@Base 1.6.1
+ mate_rr_screen_get_output_by_id@Base 1.6.1
+ mate_rr_screen_get_output_by_name@Base 1.6.1
+ mate_rr_screen_get_ranges@Base 1.6.1
+ mate_rr_screen_get_timestamps@Base 1.6.1
+ mate_rr_screen_get_type@Base 1.10.0
+ mate_rr_screen_list_clone_modes@Base 1.6.1
+ mate_rr_screen_list_crtcs@Base 1.6.1
+ mate_rr_screen_list_modes@Base 1.6.1
+ mate_rr_screen_list_outputs@Base 1.6.1
+ mate_rr_screen_new@Base 1.6.1
+ mate_rr_screen_refresh@Base 1.6.1
+ mate_rr_screen_set_primary_output@Base 1.6.1
+ mate_rr_screen_set_size@Base 1.6.1
+#MISSING: 1.19.2# mate_show_about_dialog@Base 1.10.0
--- End Message ---
--- Begin Message ---
Source: mate-desktop
Source-Version: 1.26.2-1.1
Done: Graham Inggs <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mate-desktop, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Graham Inggs <[email protected]> (supplier of updated mate-desktop 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Feb 2024 12:11:12 +0000
Source: mate-desktop
Architecture: source
Version: 1.26.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian+Ubuntu MATE Packaging Team <[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 1062849
Changes:
mate-desktop (1.26.2-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062849
Checksums-Sha1:
cec864ff93592f2335d18cdd1fe047233ef9cd8c 2912 mate-desktop_1.26.2-1.1.dsc
9d2a90cb0fd6bc02491cdcaba33e64d10649b1bc 12868
mate-desktop_1.26.2-1.1.debian.tar.xz
ec2c49da9fc43fbef82afae866d6709a3211da5e 17363
mate-desktop_1.26.2-1.1_source.buildinfo
Checksums-Sha256:
c273d5a3b48f4d2c8e0864b41f464e11e82a1b818773ea83890dc7c8963cbb80 2912
mate-desktop_1.26.2-1.1.dsc
f33fb0bcc97370a705aca9c5ee933897e4ae5a0ffb823f64816a6966d69b49a5 12868
mate-desktop_1.26.2-1.1.debian.tar.xz
2c6c430f914746216f83948fb15f6b3ed508e9e8ab1042ef72c4a31cdc268701 17363
mate-desktop_1.26.2-1.1_source.buildinfo
Files:
6554fbbd0bc2ef7297310e45ed7750c7 2912 x11 optional mate-desktop_1.26.2-1.1.dsc
0eff76d36693ed6a66c03db36ef0a045 12868 x11 optional
mate-desktop_1.26.2-1.1.debian.tar.xz
9e0e116d58e85c9c5aeff05a09b9ed0e 17363 x11 optional
mate-desktop_1.26.2-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXgdJMACgkQr8/sjmac
4cIqWw/8DxleaNG/Gr99+wKq036CMLQ9zKrlfWjOvlAg/PM77o3QvNX3Z9xFUHvW
rlhiyLpsPnt9MZPlT+O7xOR9m4797OZ5TFKwJl+woCE/0mSr/8fgSXzF/b0nV5y5
IDKOu69Z6O96HI5+DvunKg1OjwgeJRD7XcF7kwO/ouRgSObNbB5mado3dGF+NZ3H
FQWCkdbYid4PPI4MLvvEnSOLFjrIkCMQHApID/3psmyNzKJwZROF6tlztNBQD3lt
WMs13q1iCsOhDiwcKsdR/nP0r08GNrl+I9f7LlBg8T5I5qO/prNWBOYySGzTTV2A
k/mpm8lKfBy14oYRYeOsUp0cOX5lTX6HZHp3sZTcC9B1+UZSeTdjw8LDFosHwj4h
lF7qjsmvR2yD7NtH1N9ejGCR364rYLiWdz17KVsl5pA43ttMuue2Bb2CI807CaCM
UODCjKlzNZo424ATjrUuIuZlxXbpVCvDdM9s5u7W0FIZBQCDaUEuvJ/vUHDiq77C
3u4hRYZIwE3cq91PXt20vgFSfAHnH+ttb7BNwpaM6ByYfXTLA/yQbArZMUJqG8+h
Ipg8M9+6JL3BDVxQv4nErTAXqYwp/6xSezI5/RtOSluhNPdC0HgdOeviMi6+PRHA
5iiFUPEc0O7DuGju+9VIDALqfz8HY2pElH3zIWGI5y1Y8mpuGNg=
=fZCu
-----END PGP SIGNATURE-----
pgpZJnQGrSX6b.pgp
Description: PGP signature
--- End Message ---