Your message dated Wed, 28 Feb 2024 12:42:05 +0000
with message-id <[email protected]>
and subject line Bug#1062317: fixed in libgnt 2.14.4-1.1
has caused the Debian Bug report #1062317,
regarding libgnt: 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.)


-- 
1062317: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062317
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libgnt
Version: 2.14.4-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t

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
libgnt 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 libgnt
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'), (500, 'testing'), (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 libgnt-2.14.4/debian/changelog libgnt-2.14.4/debian/changelog
--- libgnt-2.14.4/debian/changelog      2023-12-24 20:44:51.000000000 +0000
+++ libgnt-2.14.4/debian/changelog      2024-02-01 01:53:01.000000000 +0000
@@ -1,3 +1,10 @@
+libgnt (2.14.4-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Thu, 01 Feb 2024 01:53:01 +0000
+
 libgnt (2.14.4-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru libgnt-2.14.4/debian/control libgnt-2.14.4/debian/control
--- libgnt-2.14.4/debian/control        2022-11-07 19:57:33.000000000 +0000
+++ libgnt-2.14.4/debian/control        2024-02-01 01:53:01.000000000 +0000
@@ -14,15 +14,16 @@
 Rules-Requires-Root: no
 Standards-Version: 4.5.1
 
-Package: libgnt0
+Package: libgnt0t64
+Provides: ${t64:Provides}
 Architecture: any
 Depends: libglib2.0-0,
          libncursesw6,
          libxml2,
          ${misc:Depends},
          ${shlibs:Depends},
-Breaks: finch (<< 2.14.1),
-Replaces: finch (<< 2.14.1),
+Breaks: libgnt0 (<< ${source:Version}), finch (<< 2.14.1),
+Replaces: libgnt0, finch (<< 2.14.1),
 Multi-Arch: same
 Description: ncurses toolkit for creating text-mode graphical user interfaces
  GNT is an ncurses toolkit for creating text-mode graphical user interfaces in
@@ -36,7 +37,7 @@
 Architecture: any
 Section: libdevel
 Depends: libglib2.0-dev,
-         libgnt0 (= ${binary:Version}),
+         libgnt0t64 (= ${binary:Version}),
          ${misc:Depends},
 Suggests: libgnt-doc,
 Breaks: finch-dev (<< 2.14.1),
diff -Nru libgnt-2.14.4/debian/libgnt0.install 
libgnt-2.14.4/debian/libgnt0.install
--- libgnt-2.14.4/debian/libgnt0.install        2021-01-21 22:15:53.000000000 
+0000
+++ libgnt-2.14.4/debian/libgnt0.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-usr/lib/*/gnt/*.so
-usr/lib/*/libgnt.so.*
diff -Nru libgnt-2.14.4/debian/libgnt0.symbols 
libgnt-2.14.4/debian/libgnt0.symbols
--- libgnt-2.14.4/debian/libgnt0.symbols        2021-01-21 22:15:53.000000000 
+0000
+++ libgnt-2.14.4/debian/libgnt0.symbols        1970-01-01 00:00:00.000000000 
+0000
@@ -1,359 +0,0 @@
-irssi.so libgnt0 #MINVER#
-* Build-Depends-Package: libgnt-dev
- gntwm_init@Base 2.14.0
- irssi_get_gtype@Base 2.14.0
-libgnt.so.0 libgnt0 #MINVER#
-* Build-Depends-Package: libgnt-dev
- C_@Base 2.14.0
- g_hash_table_duplicate@Base 2.14.0
- gnt_ascii_only@Base 2.14.0
- gnt_bindable_action_free@Base 2.14.0
- gnt_bindable_action_param_free@Base 2.14.0
- gnt_bindable_bindings_view@Base 2.14.0
- gnt_bindable_build_help_window@Base 2.14.0
- gnt_bindable_check_key@Base 2.14.0
- gnt_bindable_class_register_action@Base 2.14.0
- gnt_bindable_get_gtype@Base 2.14.0
- gnt_bindable_perform_action_key@Base 2.14.0
- gnt_bindable_perform_action_named@Base 2.14.0
- gnt_bindable_register_binding@Base 2.14.0
- gnt_bindable_remap_keys@Base 2.14.0
- gnt_boolean_handled_accumulator@Base 2.14.0
- gnt_box_add_widget@Base 2.14.0
- gnt_box_get_children@Base 2.14.0
- gnt_box_get_gtype@Base 2.14.0
- gnt_box_give_focus_to_child@Base 2.14.0
- gnt_box_move_focus@Base 2.14.0
- gnt_box_new@Base 2.14.0
- gnt_box_readjust@Base 2.14.0
- gnt_box_remove@Base 2.14.0
- gnt_box_remove_all@Base 2.14.0
- gnt_box_set_alignment@Base 2.14.0
- gnt_box_set_fill@Base 2.14.0
- gnt_box_set_pad@Base 2.14.0
- gnt_box_set_title@Base 2.14.0
- gnt_box_set_toplevel@Base 2.14.0
- gnt_box_sync_children@Base 2.14.0
- gnt_button_get_gtype@Base 2.14.0
- gnt_button_get_text@Base 2.14.0
- gnt_button_new@Base 2.14.0
- gnt_button_set_text@Base 2.14.0
- gnt_check_box_get_checked@Base 2.14.0
- gnt_check_box_get_gtype@Base 2.14.0
- gnt_check_box_new@Base 2.14.0
- gnt_check_box_set_checked@Base 2.14.0
- gnt_clipboard_get_gtype@Base 2.14.0
- gnt_clipboard_get_string@Base 2.14.0
- gnt_clipboard_set_string@Base 2.14.0
- gnt_closure_marshal_BOOLEAN__INT_INT@Base 2.14.0
- gnt_closure_marshal_BOOLEAN__INT_INT_INT@Base 2.14.0
- gnt_closure_marshal_BOOLEAN__INT_INT_INT_POINTER@Base 2.14.0
- gnt_closure_marshal_BOOLEAN__POINTER_POINTER_POINTER@Base 2.14.0
- gnt_closure_marshal_BOOLEAN__STRING@Base 2.14.0
- gnt_closure_marshal_BOOLEAN__VOID@Base 2.14.0
- gnt_closure_marshal_VOID__INT_INT@Base 2.14.0
- gnt_closure_marshal_VOID__INT_INT_INT_INT@Base 2.14.0
- gnt_closure_marshal_VOID__POINTER_BOOLEAN@Base 2.14.0
- gnt_closure_marshal_VOID__POINTER_POINTER@Base 2.14.0
- gnt_closure_marshal_VOID__STRING_STRING@Base 2.14.0
- gnt_color_add_pair@Base 2.14.0
- gnt_color_pair@Base 2.14.0
- gnt_color_pairs_parse@Base 2.14.0
- gnt_colors_get_color@Base 2.14.0
- gnt_colors_parse@Base 2.14.0
- gnt_combo_box_add_data@Base 2.14.0
- gnt_combo_box_get_dropdown@Base 2.14.0
- gnt_combo_box_get_gtype@Base 2.14.0
- gnt_combo_box_get_selected_data@Base 2.14.0
- gnt_combo_box_new@Base 2.14.0
- gnt_combo_box_remove@Base 2.14.0
- gnt_combo_box_remove_all@Base 2.14.0
- gnt_combo_box_set_selected@Base 2.14.0
- gnt_entry_add_suggest@Base 2.14.0
- gnt_entry_add_to_history@Base 2.14.0
- gnt_entry_clear@Base 2.14.0
- gnt_entry_get_gtype@Base 2.14.0
- gnt_entry_get_text@Base 2.14.0
- gnt_entry_new@Base 2.14.0
- gnt_entry_remove_suggest@Base 2.14.0
- gnt_entry_set_always_suggest@Base 2.14.0
- gnt_entry_set_flag@Base 2.14.0
- gnt_entry_set_history_length@Base 2.14.0
- gnt_entry_set_masked@Base 2.14.0
- gnt_entry_set_max@Base 2.14.0
- gnt_entry_set_text@Base 2.14.0
- gnt_entry_set_word_suggest@Base 2.14.0
- gnt_file_new@Base 2.14.0
- gnt_file_new_dir@Base 2.14.0
- gnt_file_sel_get_dirs_only@Base 2.14.0
- gnt_file_sel_get_gtype@Base 2.14.0
- gnt_file_sel_get_must_exist@Base 2.14.0
- gnt_file_sel_get_selected_file@Base 2.14.0
- gnt_file_sel_get_selected_multi_files@Base 2.14.0
- gnt_file_sel_new@Base 2.14.0
- gnt_file_sel_set_current_location@Base 2.14.0
- gnt_file_sel_set_dirs_only@Base 2.14.0
- gnt_file_sel_set_multi_select@Base 2.14.0
- gnt_file_sel_set_must_exist@Base 2.14.0
- gnt_file_sel_set_read_fn@Base 2.14.0
- gnt_file_sel_set_suggested_filename@Base 2.14.0
- gnt_get_clipboard@Base 2.14.0
- gnt_get_clipboard_string@Base 2.14.0
- gnt_giveup_console@Base 2.14.0
- gnt_init@Base 2.14.0
- gnt_init_colors@Base 2.14.0
- gnt_init_keys@Base 2.14.0
- gnt_init_styles@Base 2.14.0
- gnt_is_refugee@Base 2.14.0
- gnt_key_cdown@Base 2.14.0
- gnt_key_cleft@Base 2.14.0
- gnt_key_cright@Base 2.14.0
- gnt_key_cup@Base 2.14.0
- gnt_key_lookup@Base 2.14.0
- gnt_key_translate@Base 2.14.0
- gnt_keys_add_combination@Base 2.14.0
- gnt_keys_del_combination@Base 2.14.0
- gnt_keys_find_combination@Base 2.14.0
- gnt_keys_print_combinations@Base 2.14.0
- gnt_keys_refine@Base 2.14.0
- gnt_label_get_gtype@Base 2.14.0
- gnt_label_new@Base 2.14.0
- gnt_label_new_with_format@Base 2.14.0
- gnt_label_set_text@Base 2.14.0
- gnt_line_get_gtype@Base 2.14.0
- gnt_line_new@Base 2.14.0
- gnt_main@Base 2.14.0
- gnt_menu_add_item@Base 2.14.0
- gnt_menu_get_gtype@Base 2.14.0
- gnt_menu_get_item@Base 2.14.0
- gnt_menu_new@Base 2.14.0
- gnt_menuitem_activate@Base 2.14.0
- gnt_menuitem_check_get_checked@Base 2.14.0
- gnt_menuitem_check_get_gtype@Base 2.14.0
- gnt_menuitem_check_new@Base 2.14.0
- gnt_menuitem_check_set_checked@Base 2.14.0
- gnt_menuitem_get_gtype@Base 2.14.0
- gnt_menuitem_get_id@Base 2.14.0
- gnt_menuitem_get_submenu@Base 2.14.0
- gnt_menuitem_get_trigger@Base 2.14.0
- gnt_menuitem_new@Base 2.14.0
- gnt_menuitem_set_callback@Base 2.14.0
- gnt_menuitem_set_id@Base 2.14.0
- gnt_menuitem_set_submenu@Base 2.14.0
- gnt_menuitem_set_trigger@Base 2.14.0
- gnt_need_conversation_to_locale@Base 2.14.0
- gnt_progress_bar_get_fraction@Base 2.14.0
- gnt_progress_bar_get_orientation@Base 2.14.0
- gnt_progress_bar_get_show_progress@Base 2.14.0
- gnt_progress_bar_get_type@Base 2.14.0
- gnt_progress_bar_new@Base 2.14.0
- gnt_progress_bar_set_fraction@Base 2.14.0
- gnt_progress_bar_set_orientation@Base 2.14.0
- gnt_progress_bar_set_show_progress@Base 2.14.0
- gnt_quit@Base 2.14.0
- gnt_register_action@Base 2.14.0
- gnt_screen_menu_show@Base 2.14.0
- gnt_screen_move_widget@Base 2.14.0
- gnt_screen_occupy@Base 2.14.0
- gnt_screen_release@Base 2.14.0
- gnt_screen_rename_widget@Base 2.14.0
- gnt_screen_resize_widget@Base 2.14.0
- gnt_screen_update@Base 2.14.0
- gnt_set_clipboard_string@Base 2.14.0
- gnt_slider_advance_step@Base 2.14.0
- gnt_slider_get_gtype@Base 2.14.0
- gnt_slider_get_large_step@Base 2.14.0
- gnt_slider_get_range@Base 2.14.0
- gnt_slider_get_small_step@Base 2.14.0
- gnt_slider_get_step@Base 2.14.0
- gnt_slider_get_value@Base 2.14.0
- gnt_slider_get_vertical@Base 2.14.0
- gnt_slider_new@Base 2.14.0
- gnt_slider_reflect_label@Base 2.14.0
- gnt_slider_set_large_step@Base 2.14.0
- gnt_slider_set_range@Base 2.14.0
- gnt_slider_set_small_step@Base 2.14.0
- gnt_slider_set_step@Base 2.14.0
- gnt_slider_set_value@Base 2.14.0
- gnt_style_get@Base 2.14.0
- gnt_style_get_bool@Base 2.14.0
- gnt_style_get_color@Base 2.14.0
- gnt_style_get_from_name@Base 2.14.0
- gnt_style_get_string_list@Base 2.14.0
- gnt_style_parse_bool@Base 2.14.0
- gnt_style_read_actions@Base 2.14.0
- gnt_style_read_configure_file@Base 2.14.0
- gnt_style_read_menu_accels@Base 2.14.0
- gnt_style_read_workspaces@Base 2.14.0
- gnt_styles_get_keyremaps@Base 2.14.0
- gnt_text_format_flag_to_chtype@Base 2.14.0
- gnt_text_view_append_text_with_flags@Base 2.14.0
- gnt_text_view_append_text_with_tag@Base 2.14.0
- gnt_text_view_attach_editor_widget@Base 2.14.0
- gnt_text_view_attach_pager_widget@Base 2.14.0
- gnt_text_view_attach_scroll_widget@Base 2.14.0
- gnt_text_view_clear@Base 2.14.0
- gnt_text_view_get_gtype@Base 2.14.0
- gnt_text_view_get_lines_above@Base 2.14.0
- gnt_text_view_get_lines_below@Base 2.14.0
- gnt_text_view_get_text@Base 2.14.0
- gnt_text_view_new@Base 2.14.0
- gnt_text_view_next_line@Base 2.14.0
- gnt_text_view_scroll@Base 2.14.0
- gnt_text_view_set_flag@Base 2.14.0
- gnt_text_view_tag_change@Base 2.14.0
- gnt_tree_add_choice@Base 2.14.0
- gnt_tree_add_row_after@Base 2.14.0
- gnt_tree_add_row_last@Base 2.14.0
- gnt_tree_adjust_columns@Base 2.14.0
- gnt_tree_change_text@Base 2.14.0
- gnt_tree_create_row@Base 2.14.0
- gnt_tree_create_row_from_list@Base 2.14.0
- gnt_tree_get_choice@Base 2.14.0
- gnt_tree_get_gtype@Base 2.14.0
- gnt_tree_get_parent_key@Base 2.14.0
- gnt_tree_get_row_text_list@Base 2.14.0
- gnt_tree_get_rows@Base 2.14.0
- gnt_tree_get_selection_data@Base 2.14.0
- gnt_tree_get_selection_text@Base 2.14.0
- gnt_tree_get_selection_text_list@Base 2.14.0
- gnt_tree_get_selection_visible_line@Base 2.14.0
- gnt_tree_get_visible_rows@Base 2.14.0
- gnt_tree_is_searching@Base 2.14.0
- gnt_tree_new@Base 2.14.0
- gnt_tree_new_with_columns@Base 2.14.0
- gnt_tree_remove@Base 2.14.0
- gnt_tree_remove_all@Base 2.14.0
- gnt_tree_row_get_child@Base 2.14.0
- gnt_tree_row_get_key@Base 2.14.0
- gnt_tree_row_get_next@Base 2.14.0
- gnt_tree_row_get_parent@Base 2.14.0
- gnt_tree_row_get_prev@Base 2.14.0
- gnt_tree_scroll@Base 2.14.0
- gnt_tree_set_choice@Base 2.14.0
- gnt_tree_set_col_width@Base 2.14.0
- gnt_tree_set_column_is_binary@Base 2.14.0
- gnt_tree_set_column_is_right_aligned@Base 2.14.0
- gnt_tree_set_column_resizable@Base 2.14.0
- gnt_tree_set_column_title@Base 2.14.0
- gnt_tree_set_column_titles@Base 2.14.0
- gnt_tree_set_column_visible@Base 2.14.0
- gnt_tree_set_column_width_ratio@Base 2.14.0
- gnt_tree_set_compare_func@Base 2.14.0
- gnt_tree_set_expanded@Base 2.14.0
- gnt_tree_set_hash_fns@Base 2.14.0
- gnt_tree_set_row_color@Base 2.14.0
- gnt_tree_set_row_flags@Base 2.14.0
- gnt_tree_set_search_column@Base 2.14.0
- gnt_tree_set_search_function@Base 2.14.0
- gnt_tree_set_selected@Base 2.14.0
- gnt_tree_set_show_separator@Base 2.14.0
- gnt_tree_set_show_title@Base 2.14.0
- gnt_tree_set_visible_rows@Base 2.14.0
- gnt_tree_sort_row@Base 2.14.0
- gnt_uninit_colors@Base 2.14.0
- gnt_uninit_styles@Base 2.14.0
- gnt_util_get_text_bound@Base 2.14.0
- gnt_util_onscreen_fit_string@Base 2.14.0
- gnt_util_onscreen_width@Base 2.14.0
- gnt_util_onscreen_width_to_pointer@Base 2.14.0
- gnt_util_parse_widgets@Base 2.14.0
- gnt_util_parse_xhtml_to_textview@Base 2.14.0
- gnt_util_set_trigger_widget@Base 2.14.0
- gnt_widget_activate@Base 2.14.0
- gnt_widget_bindings_view@Base 2.14.0
- gnt_widget_clicked@Base 2.14.0
- gnt_widget_confirm_size@Base 2.14.0
- gnt_widget_destroy@Base 2.14.0
- gnt_widget_draw@Base 2.14.0
- gnt_widget_expose@Base 2.14.0
- gnt_widget_get_disable_actions@Base 2.14.0
- gnt_widget_get_drawing@Base 2.14.0
- gnt_widget_get_grow_x@Base 2.14.0
- gnt_widget_get_grow_y@Base 2.14.0
- gnt_widget_get_gtype@Base 2.14.0
- gnt_widget_get_has_border@Base 2.14.0
- gnt_widget_get_has_focus@Base 2.14.0
- gnt_widget_get_has_shadow@Base 2.14.0
- gnt_widget_get_is_urgent@Base 2.14.0
- gnt_widget_get_mapped@Base 2.14.0
- gnt_widget_get_name@Base 2.14.0
- gnt_widget_get_parent@Base 2.14.0
- gnt_widget_get_position@Base 2.14.0
- gnt_widget_get_size@Base 2.14.0
- gnt_widget_get_take_focus@Base 2.14.0
- gnt_widget_get_toplevel@Base 2.14.0
- gnt_widget_get_transient@Base 2.14.0
- gnt_widget_get_visible@Base 2.14.0
- gnt_widget_has_focus@Base 2.14.0
- gnt_widget_has_shadow@Base 2.14.0
- gnt_widget_hide@Base 2.14.0
- gnt_widget_in_destruction@Base 2.14.0
- gnt_widget_key_pressed@Base 2.14.0
- gnt_widget_queue_update@Base 2.14.0
- gnt_widget_set_disable_actions@Base 2.14.0
- gnt_widget_set_drawing@Base 2.14.0
- gnt_widget_set_focus@Base 2.14.0
- gnt_widget_set_grow_x@Base 2.14.0
- gnt_widget_set_grow_y@Base 2.14.0
- gnt_widget_set_has_border@Base 2.14.0
- gnt_widget_set_has_focus@Base 2.14.0
- gnt_widget_set_has_shadow@Base 2.14.0
- gnt_widget_set_is_urgent@Base 2.14.0
- gnt_widget_set_mapped@Base 2.14.0
- gnt_widget_set_name@Base 2.14.0
- gnt_widget_set_position@Base 2.14.0
- gnt_widget_set_size@Base 2.14.0
- gnt_widget_set_take_focus@Base 2.14.0
- gnt_widget_set_transient@Base 2.14.0
- gnt_widget_set_urgent@Base 2.14.0
- gnt_widget_set_visible@Base 2.14.0
- gnt_widget_show@Base 2.14.0
- gnt_widget_size_request@Base 2.14.0
- gnt_window_box_new@Base 2.14.0
- gnt_window_get_accel_item@Base 2.14.0
- gnt_window_get_gtype@Base 2.14.0
- gnt_window_get_maximize@Base 2.14.0
- gnt_window_get_menu@Base 2.14.0
- gnt_window_new@Base 2.14.0
- gnt_window_present@Base 2.14.0
- gnt_window_set_maximize@Base 2.14.0
- gnt_window_set_menu@Base 2.14.0
- gnt_window_workspace_hiding@Base 2.14.0
- gnt_window_workspace_showing@Base 2.14.0
- gnt_wm_add_workspace@Base 2.14.0
- gnt_wm_copy_win@Base 2.14.0
- gnt_wm_get_gtype@Base 2.14.0
- gnt_wm_get_idle_time@Base 2.14.0
- gnt_wm_move_window@Base 2.14.0
- gnt_wm_new_window@Base 2.14.0
- gnt_wm_process_click@Base 2.14.0
- gnt_wm_process_input@Base 2.14.0
- gnt_wm_raise_window@Base 2.14.0
- gnt_wm_resize_window@Base 2.14.0
- gnt_wm_set_event_stack@Base 2.14.0
- gnt_wm_set_workspaces@Base 2.14.0
- gnt_wm_switch_workspace@Base 2.14.0
- gnt_wm_switch_workspace_next@Base 2.14.0
- gnt_wm_switch_workspace_prev@Base 2.14.0
- gnt_wm_update_window@Base 2.14.0
- gnt_wm_widget_find_workspace@Base 2.14.0
- gnt_wm_widget_move_workspace@Base 2.14.0
- gnt_wm_window_close@Base 2.14.0
- gnt_wm_window_decorate@Base 2.14.0
- gnt_ws_add_widget@Base 2.14.0
- gnt_ws_draw_taskbar@Base 2.14.0
- gnt_ws_get_gtype@Base 2.14.0
- gnt_ws_get_name@Base 2.14.0
- gnt_ws_hide@Base 2.14.0
- gnt_ws_new@Base 2.14.0
- gnt_ws_remove_widget@Base 2.14.0
- gnt_ws_set_name@Base 2.14.0
- gnt_ws_show@Base 2.14.0
- gnt_ws_widget_hide@Base 2.14.0
- gnt_ws_widget_show@Base 2.14.0
- pageditor@Base 2.14.0
-s.so libgnt0 #MINVER#
-* Build-Depends-Package: libgnt-dev
- gntwm_init@Base 2.14.0
- s_get_gtype@Base 2.14.0
diff -Nru libgnt-2.14.4/debian/libgnt0t64.install 
libgnt-2.14.4/debian/libgnt0t64.install
--- libgnt-2.14.4/debian/libgnt0t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ libgnt-2.14.4/debian/libgnt0t64.install     2021-01-21 22:15:53.000000000 
+0000
@@ -0,0 +1,2 @@
+usr/lib/*/gnt/*.so
+usr/lib/*/libgnt.so.*
diff -Nru libgnt-2.14.4/debian/libgnt0t64.lintian-overrides 
libgnt-2.14.4/debian/libgnt0t64.lintian-overrides
--- libgnt-2.14.4/debian/libgnt0t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ libgnt-2.14.4/debian/libgnt0t64.lintian-overrides   2024-02-01 
01:53:01.000000000 +0000
@@ -0,0 +1 @@
+libgnt0t64: package-name-doesnt-match-sonames libgnt0
diff -Nru libgnt-2.14.4/debian/libgnt0t64.symbols 
libgnt-2.14.4/debian/libgnt0t64.symbols
--- libgnt-2.14.4/debian/libgnt0t64.symbols     1970-01-01 00:00:00.000000000 
+0000
+++ libgnt-2.14.4/debian/libgnt0t64.symbols     2024-02-01 01:53:01.000000000 
+0000
@@ -0,0 +1,359 @@
+irssi.so libgnt0t64 #MINVER#
+* Build-Depends-Package: libgnt-dev
+ gntwm_init@Base 2.14.0
+ irssi_get_gtype@Base 2.14.0
+libgnt.so.0 libgnt0t64 #MINVER#
+* Build-Depends-Package: libgnt-dev
+ C_@Base 2.14.0
+ g_hash_table_duplicate@Base 2.14.0
+ gnt_ascii_only@Base 2.14.0
+ gnt_bindable_action_free@Base 2.14.0
+ gnt_bindable_action_param_free@Base 2.14.0
+ gnt_bindable_bindings_view@Base 2.14.0
+ gnt_bindable_build_help_window@Base 2.14.0
+ gnt_bindable_check_key@Base 2.14.0
+ gnt_bindable_class_register_action@Base 2.14.0
+ gnt_bindable_get_gtype@Base 2.14.0
+ gnt_bindable_perform_action_key@Base 2.14.0
+ gnt_bindable_perform_action_named@Base 2.14.0
+ gnt_bindable_register_binding@Base 2.14.0
+ gnt_bindable_remap_keys@Base 2.14.0
+ gnt_boolean_handled_accumulator@Base 2.14.0
+ gnt_box_add_widget@Base 2.14.0
+ gnt_box_get_children@Base 2.14.0
+ gnt_box_get_gtype@Base 2.14.0
+ gnt_box_give_focus_to_child@Base 2.14.0
+ gnt_box_move_focus@Base 2.14.0
+ gnt_box_new@Base 2.14.0
+ gnt_box_readjust@Base 2.14.0
+ gnt_box_remove@Base 2.14.0
+ gnt_box_remove_all@Base 2.14.0
+ gnt_box_set_alignment@Base 2.14.0
+ gnt_box_set_fill@Base 2.14.0
+ gnt_box_set_pad@Base 2.14.0
+ gnt_box_set_title@Base 2.14.0
+ gnt_box_set_toplevel@Base 2.14.0
+ gnt_box_sync_children@Base 2.14.0
+ gnt_button_get_gtype@Base 2.14.0
+ gnt_button_get_text@Base 2.14.0
+ gnt_button_new@Base 2.14.0
+ gnt_button_set_text@Base 2.14.0
+ gnt_check_box_get_checked@Base 2.14.0
+ gnt_check_box_get_gtype@Base 2.14.0
+ gnt_check_box_new@Base 2.14.0
+ gnt_check_box_set_checked@Base 2.14.0
+ gnt_clipboard_get_gtype@Base 2.14.0
+ gnt_clipboard_get_string@Base 2.14.0
+ gnt_clipboard_set_string@Base 2.14.0
+ gnt_closure_marshal_BOOLEAN__INT_INT@Base 2.14.0
+ gnt_closure_marshal_BOOLEAN__INT_INT_INT@Base 2.14.0
+ gnt_closure_marshal_BOOLEAN__INT_INT_INT_POINTER@Base 2.14.0
+ gnt_closure_marshal_BOOLEAN__POINTER_POINTER_POINTER@Base 2.14.0
+ gnt_closure_marshal_BOOLEAN__STRING@Base 2.14.0
+ gnt_closure_marshal_BOOLEAN__VOID@Base 2.14.0
+ gnt_closure_marshal_VOID__INT_INT@Base 2.14.0
+ gnt_closure_marshal_VOID__INT_INT_INT_INT@Base 2.14.0
+ gnt_closure_marshal_VOID__POINTER_BOOLEAN@Base 2.14.0
+ gnt_closure_marshal_VOID__POINTER_POINTER@Base 2.14.0
+ gnt_closure_marshal_VOID__STRING_STRING@Base 2.14.0
+ gnt_color_add_pair@Base 2.14.0
+ gnt_color_pair@Base 2.14.0
+ gnt_color_pairs_parse@Base 2.14.0
+ gnt_colors_get_color@Base 2.14.0
+ gnt_colors_parse@Base 2.14.0
+ gnt_combo_box_add_data@Base 2.14.0
+ gnt_combo_box_get_dropdown@Base 2.14.0
+ gnt_combo_box_get_gtype@Base 2.14.0
+ gnt_combo_box_get_selected_data@Base 2.14.0
+ gnt_combo_box_new@Base 2.14.0
+ gnt_combo_box_remove@Base 2.14.0
+ gnt_combo_box_remove_all@Base 2.14.0
+ gnt_combo_box_set_selected@Base 2.14.0
+ gnt_entry_add_suggest@Base 2.14.0
+ gnt_entry_add_to_history@Base 2.14.0
+ gnt_entry_clear@Base 2.14.0
+ gnt_entry_get_gtype@Base 2.14.0
+ gnt_entry_get_text@Base 2.14.0
+ gnt_entry_new@Base 2.14.0
+ gnt_entry_remove_suggest@Base 2.14.0
+ gnt_entry_set_always_suggest@Base 2.14.0
+ gnt_entry_set_flag@Base 2.14.0
+ gnt_entry_set_history_length@Base 2.14.0
+ gnt_entry_set_masked@Base 2.14.0
+ gnt_entry_set_max@Base 2.14.0
+ gnt_entry_set_text@Base 2.14.0
+ gnt_entry_set_word_suggest@Base 2.14.0
+ gnt_file_new@Base 2.14.0
+ gnt_file_new_dir@Base 2.14.0
+ gnt_file_sel_get_dirs_only@Base 2.14.0
+ gnt_file_sel_get_gtype@Base 2.14.0
+ gnt_file_sel_get_must_exist@Base 2.14.0
+ gnt_file_sel_get_selected_file@Base 2.14.0
+ gnt_file_sel_get_selected_multi_files@Base 2.14.0
+ gnt_file_sel_new@Base 2.14.0
+ gnt_file_sel_set_current_location@Base 2.14.0
+ gnt_file_sel_set_dirs_only@Base 2.14.0
+ gnt_file_sel_set_multi_select@Base 2.14.0
+ gnt_file_sel_set_must_exist@Base 2.14.0
+ gnt_file_sel_set_read_fn@Base 2.14.0
+ gnt_file_sel_set_suggested_filename@Base 2.14.0
+ gnt_get_clipboard@Base 2.14.0
+ gnt_get_clipboard_string@Base 2.14.0
+ gnt_giveup_console@Base 2.14.0
+ gnt_init@Base 2.14.0
+ gnt_init_colors@Base 2.14.0
+ gnt_init_keys@Base 2.14.0
+ gnt_init_styles@Base 2.14.0
+ gnt_is_refugee@Base 2.14.0
+ gnt_key_cdown@Base 2.14.0
+ gnt_key_cleft@Base 2.14.0
+ gnt_key_cright@Base 2.14.0
+ gnt_key_cup@Base 2.14.0
+ gnt_key_lookup@Base 2.14.0
+ gnt_key_translate@Base 2.14.0
+ gnt_keys_add_combination@Base 2.14.0
+ gnt_keys_del_combination@Base 2.14.0
+ gnt_keys_find_combination@Base 2.14.0
+ gnt_keys_print_combinations@Base 2.14.0
+ gnt_keys_refine@Base 2.14.0
+ gnt_label_get_gtype@Base 2.14.0
+ gnt_label_new@Base 2.14.0
+ gnt_label_new_with_format@Base 2.14.0
+ gnt_label_set_text@Base 2.14.0
+ gnt_line_get_gtype@Base 2.14.0
+ gnt_line_new@Base 2.14.0
+ gnt_main@Base 2.14.0
+ gnt_menu_add_item@Base 2.14.0
+ gnt_menu_get_gtype@Base 2.14.0
+ gnt_menu_get_item@Base 2.14.0
+ gnt_menu_new@Base 2.14.0
+ gnt_menuitem_activate@Base 2.14.0
+ gnt_menuitem_check_get_checked@Base 2.14.0
+ gnt_menuitem_check_get_gtype@Base 2.14.0
+ gnt_menuitem_check_new@Base 2.14.0
+ gnt_menuitem_check_set_checked@Base 2.14.0
+ gnt_menuitem_get_gtype@Base 2.14.0
+ gnt_menuitem_get_id@Base 2.14.0
+ gnt_menuitem_get_submenu@Base 2.14.0
+ gnt_menuitem_get_trigger@Base 2.14.0
+ gnt_menuitem_new@Base 2.14.0
+ gnt_menuitem_set_callback@Base 2.14.0
+ gnt_menuitem_set_id@Base 2.14.0
+ gnt_menuitem_set_submenu@Base 2.14.0
+ gnt_menuitem_set_trigger@Base 2.14.0
+ gnt_need_conversation_to_locale@Base 2.14.0
+ gnt_progress_bar_get_fraction@Base 2.14.0
+ gnt_progress_bar_get_orientation@Base 2.14.0
+ gnt_progress_bar_get_show_progress@Base 2.14.0
+ gnt_progress_bar_get_type@Base 2.14.0
+ gnt_progress_bar_new@Base 2.14.0
+ gnt_progress_bar_set_fraction@Base 2.14.0
+ gnt_progress_bar_set_orientation@Base 2.14.0
+ gnt_progress_bar_set_show_progress@Base 2.14.0
+ gnt_quit@Base 2.14.0
+ gnt_register_action@Base 2.14.0
+ gnt_screen_menu_show@Base 2.14.0
+ gnt_screen_move_widget@Base 2.14.0
+ gnt_screen_occupy@Base 2.14.0
+ gnt_screen_release@Base 2.14.0
+ gnt_screen_rename_widget@Base 2.14.0
+ gnt_screen_resize_widget@Base 2.14.0
+ gnt_screen_update@Base 2.14.0
+ gnt_set_clipboard_string@Base 2.14.0
+ gnt_slider_advance_step@Base 2.14.0
+ gnt_slider_get_gtype@Base 2.14.0
+ gnt_slider_get_large_step@Base 2.14.0
+ gnt_slider_get_range@Base 2.14.0
+ gnt_slider_get_small_step@Base 2.14.0
+ gnt_slider_get_step@Base 2.14.0
+ gnt_slider_get_value@Base 2.14.0
+ gnt_slider_get_vertical@Base 2.14.0
+ gnt_slider_new@Base 2.14.0
+ gnt_slider_reflect_label@Base 2.14.0
+ gnt_slider_set_large_step@Base 2.14.0
+ gnt_slider_set_range@Base 2.14.0
+ gnt_slider_set_small_step@Base 2.14.0
+ gnt_slider_set_step@Base 2.14.0
+ gnt_slider_set_value@Base 2.14.0
+ gnt_style_get@Base 2.14.0
+ gnt_style_get_bool@Base 2.14.0
+ gnt_style_get_color@Base 2.14.0
+ gnt_style_get_from_name@Base 2.14.0
+ gnt_style_get_string_list@Base 2.14.0
+ gnt_style_parse_bool@Base 2.14.0
+ gnt_style_read_actions@Base 2.14.0
+ gnt_style_read_configure_file@Base 2.14.0
+ gnt_style_read_menu_accels@Base 2.14.0
+ gnt_style_read_workspaces@Base 2.14.0
+ gnt_styles_get_keyremaps@Base 2.14.0
+ gnt_text_format_flag_to_chtype@Base 2.14.0
+ gnt_text_view_append_text_with_flags@Base 2.14.0
+ gnt_text_view_append_text_with_tag@Base 2.14.0
+ gnt_text_view_attach_editor_widget@Base 2.14.0
+ gnt_text_view_attach_pager_widget@Base 2.14.0
+ gnt_text_view_attach_scroll_widget@Base 2.14.0
+ gnt_text_view_clear@Base 2.14.0
+ gnt_text_view_get_gtype@Base 2.14.0
+ gnt_text_view_get_lines_above@Base 2.14.0
+ gnt_text_view_get_lines_below@Base 2.14.0
+ gnt_text_view_get_text@Base 2.14.0
+ gnt_text_view_new@Base 2.14.0
+ gnt_text_view_next_line@Base 2.14.0
+ gnt_text_view_scroll@Base 2.14.0
+ gnt_text_view_set_flag@Base 2.14.0
+ gnt_text_view_tag_change@Base 2.14.0
+ gnt_tree_add_choice@Base 2.14.0
+ gnt_tree_add_row_after@Base 2.14.0
+ gnt_tree_add_row_last@Base 2.14.0
+ gnt_tree_adjust_columns@Base 2.14.0
+ gnt_tree_change_text@Base 2.14.0
+ gnt_tree_create_row@Base 2.14.0
+ gnt_tree_create_row_from_list@Base 2.14.0
+ gnt_tree_get_choice@Base 2.14.0
+ gnt_tree_get_gtype@Base 2.14.0
+ gnt_tree_get_parent_key@Base 2.14.0
+ gnt_tree_get_row_text_list@Base 2.14.0
+ gnt_tree_get_rows@Base 2.14.0
+ gnt_tree_get_selection_data@Base 2.14.0
+ gnt_tree_get_selection_text@Base 2.14.0
+ gnt_tree_get_selection_text_list@Base 2.14.0
+ gnt_tree_get_selection_visible_line@Base 2.14.0
+ gnt_tree_get_visible_rows@Base 2.14.0
+ gnt_tree_is_searching@Base 2.14.0
+ gnt_tree_new@Base 2.14.0
+ gnt_tree_new_with_columns@Base 2.14.0
+ gnt_tree_remove@Base 2.14.0
+ gnt_tree_remove_all@Base 2.14.0
+ gnt_tree_row_get_child@Base 2.14.0
+ gnt_tree_row_get_key@Base 2.14.0
+ gnt_tree_row_get_next@Base 2.14.0
+ gnt_tree_row_get_parent@Base 2.14.0
+ gnt_tree_row_get_prev@Base 2.14.0
+ gnt_tree_scroll@Base 2.14.0
+ gnt_tree_set_choice@Base 2.14.0
+ gnt_tree_set_col_width@Base 2.14.0
+ gnt_tree_set_column_is_binary@Base 2.14.0
+ gnt_tree_set_column_is_right_aligned@Base 2.14.0
+ gnt_tree_set_column_resizable@Base 2.14.0
+ gnt_tree_set_column_title@Base 2.14.0
+ gnt_tree_set_column_titles@Base 2.14.0
+ gnt_tree_set_column_visible@Base 2.14.0
+ gnt_tree_set_column_width_ratio@Base 2.14.0
+ gnt_tree_set_compare_func@Base 2.14.0
+ gnt_tree_set_expanded@Base 2.14.0
+ gnt_tree_set_hash_fns@Base 2.14.0
+ gnt_tree_set_row_color@Base 2.14.0
+ gnt_tree_set_row_flags@Base 2.14.0
+ gnt_tree_set_search_column@Base 2.14.0
+ gnt_tree_set_search_function@Base 2.14.0
+ gnt_tree_set_selected@Base 2.14.0
+ gnt_tree_set_show_separator@Base 2.14.0
+ gnt_tree_set_show_title@Base 2.14.0
+ gnt_tree_set_visible_rows@Base 2.14.0
+ gnt_tree_sort_row@Base 2.14.0
+ gnt_uninit_colors@Base 2.14.0
+ gnt_uninit_styles@Base 2.14.0
+ gnt_util_get_text_bound@Base 2.14.0
+ gnt_util_onscreen_fit_string@Base 2.14.0
+ gnt_util_onscreen_width@Base 2.14.0
+ gnt_util_onscreen_width_to_pointer@Base 2.14.0
+ gnt_util_parse_widgets@Base 2.14.0
+ gnt_util_parse_xhtml_to_textview@Base 2.14.0
+ gnt_util_set_trigger_widget@Base 2.14.0
+ gnt_widget_activate@Base 2.14.0
+ gnt_widget_bindings_view@Base 2.14.0
+ gnt_widget_clicked@Base 2.14.0
+ gnt_widget_confirm_size@Base 2.14.0
+ gnt_widget_destroy@Base 2.14.0
+ gnt_widget_draw@Base 2.14.0
+ gnt_widget_expose@Base 2.14.0
+ gnt_widget_get_disable_actions@Base 2.14.0
+ gnt_widget_get_drawing@Base 2.14.0
+ gnt_widget_get_grow_x@Base 2.14.0
+ gnt_widget_get_grow_y@Base 2.14.0
+ gnt_widget_get_gtype@Base 2.14.0
+ gnt_widget_get_has_border@Base 2.14.0
+ gnt_widget_get_has_focus@Base 2.14.0
+ gnt_widget_get_has_shadow@Base 2.14.0
+ gnt_widget_get_is_urgent@Base 2.14.0
+ gnt_widget_get_mapped@Base 2.14.0
+ gnt_widget_get_name@Base 2.14.0
+ gnt_widget_get_parent@Base 2.14.0
+ gnt_widget_get_position@Base 2.14.0
+ gnt_widget_get_size@Base 2.14.0
+ gnt_widget_get_take_focus@Base 2.14.0
+ gnt_widget_get_toplevel@Base 2.14.0
+ gnt_widget_get_transient@Base 2.14.0
+ gnt_widget_get_visible@Base 2.14.0
+ gnt_widget_has_focus@Base 2.14.0
+ gnt_widget_has_shadow@Base 2.14.0
+ gnt_widget_hide@Base 2.14.0
+ gnt_widget_in_destruction@Base 2.14.0
+ gnt_widget_key_pressed@Base 2.14.0
+ gnt_widget_queue_update@Base 2.14.0
+ gnt_widget_set_disable_actions@Base 2.14.0
+ gnt_widget_set_drawing@Base 2.14.0
+ gnt_widget_set_focus@Base 2.14.0
+ gnt_widget_set_grow_x@Base 2.14.0
+ gnt_widget_set_grow_y@Base 2.14.0
+ gnt_widget_set_has_border@Base 2.14.0
+ gnt_widget_set_has_focus@Base 2.14.0
+ gnt_widget_set_has_shadow@Base 2.14.0
+ gnt_widget_set_is_urgent@Base 2.14.0
+ gnt_widget_set_mapped@Base 2.14.0
+ gnt_widget_set_name@Base 2.14.0
+ gnt_widget_set_position@Base 2.14.0
+ gnt_widget_set_size@Base 2.14.0
+ gnt_widget_set_take_focus@Base 2.14.0
+ gnt_widget_set_transient@Base 2.14.0
+ gnt_widget_set_urgent@Base 2.14.0
+ gnt_widget_set_visible@Base 2.14.0
+ gnt_widget_show@Base 2.14.0
+ gnt_widget_size_request@Base 2.14.0
+ gnt_window_box_new@Base 2.14.0
+ gnt_window_get_accel_item@Base 2.14.0
+ gnt_window_get_gtype@Base 2.14.0
+ gnt_window_get_maximize@Base 2.14.0
+ gnt_window_get_menu@Base 2.14.0
+ gnt_window_new@Base 2.14.0
+ gnt_window_present@Base 2.14.0
+ gnt_window_set_maximize@Base 2.14.0
+ gnt_window_set_menu@Base 2.14.0
+ gnt_window_workspace_hiding@Base 2.14.0
+ gnt_window_workspace_showing@Base 2.14.0
+ gnt_wm_add_workspace@Base 2.14.0
+ gnt_wm_copy_win@Base 2.14.0
+ gnt_wm_get_gtype@Base 2.14.0
+ gnt_wm_get_idle_time@Base 2.14.0
+ gnt_wm_move_window@Base 2.14.0
+ gnt_wm_new_window@Base 2.14.0
+ gnt_wm_process_click@Base 2.14.0
+ gnt_wm_process_input@Base 2.14.0
+ gnt_wm_raise_window@Base 2.14.0
+ gnt_wm_resize_window@Base 2.14.0
+ gnt_wm_set_event_stack@Base 2.14.0
+ gnt_wm_set_workspaces@Base 2.14.0
+ gnt_wm_switch_workspace@Base 2.14.0
+ gnt_wm_switch_workspace_next@Base 2.14.0
+ gnt_wm_switch_workspace_prev@Base 2.14.0
+ gnt_wm_update_window@Base 2.14.0
+ gnt_wm_widget_find_workspace@Base 2.14.0
+ gnt_wm_widget_move_workspace@Base 2.14.0
+ gnt_wm_window_close@Base 2.14.0
+ gnt_wm_window_decorate@Base 2.14.0
+ gnt_ws_add_widget@Base 2.14.0
+ gnt_ws_draw_taskbar@Base 2.14.0
+ gnt_ws_get_gtype@Base 2.14.0
+ gnt_ws_get_name@Base 2.14.0
+ gnt_ws_hide@Base 2.14.0
+ gnt_ws_new@Base 2.14.0
+ gnt_ws_remove_widget@Base 2.14.0
+ gnt_ws_set_name@Base 2.14.0
+ gnt_ws_show@Base 2.14.0
+ gnt_ws_widget_hide@Base 2.14.0
+ gnt_ws_widget_show@Base 2.14.0
+ pageditor@Base 2.14.0
+s.so libgnt0t64 #MINVER#
+* Build-Depends-Package: libgnt-dev
+ gntwm_init@Base 2.14.0
+ s_get_gtype@Base 2.14.0

--- End Message ---
--- Begin Message ---
Source: libgnt
Source-Version: 2.14.4-1.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libgnt, 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.
Benjamin Drung <[email protected]> (supplier of updated libgnt 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: Wed, 28 Feb 2024 12:24:12 +0000
Source: libgnt
Architecture: source
Version: 2.14.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Richard Laager <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062317
Changes:
 libgnt (2.14.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062317
Checksums-Sha1:
 c2a39c442d3f1258de1055dcc7da3218564c8788 2295 libgnt_2.14.4-1.1.dsc
 8ffe07cf3f45d093aedb7dce9ae52adbd845de23 9488 libgnt_2.14.4-1.1.debian.tar.xz
 927a977da3a41eadcb102647df6a6e4037aa774b 7499 
libgnt_2.14.4-1.1_source.buildinfo
Checksums-Sha256:
 21dc91b22d6ee004dc9d3f28abc4ba3671c52472702a0f72439899be1b8e0ce3 2295 
libgnt_2.14.4-1.1.dsc
 b3ae24b7469e72a80bde7f669820d65ecacde1d167f3092ca29524466bb9d297 9488 
libgnt_2.14.4-1.1.debian.tar.xz
 d000713e760dedb6c98a872fb51e21ca4c0c166e179d0fa55da26e9eb47ec2b9 7499 
libgnt_2.14.4-1.1_source.buildinfo
Files:
 9095456340c73ac82f9faea9dc56f0d3 2295 libs optional libgnt_2.14.4-1.1.dsc
 391fa07d310d7e223bf483e3cfcc8d29 9488 libs optional 
libgnt_2.14.4-1.1.debian.tar.xz
 a3ca2ca6e0328092ae297d82456219a7 7499 libs optional 
libgnt_2.14.4-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfJfoACgkQFZ61xO/I
d0yWxg//bgV5ioUEwpoIuuVcdKU3bN4HzefArA4+JWC+6mTLyvzemDMlEtpwYKGK
bvkBHIhiL6sKFTM1TX7LGtmZ0j4VF7vL9TaF/ijTB5zStwazSf34tRzsvKKv/Tr7
enjm8OP58IEQS5+ypVZtvad5dycIowd1M5TKZ1FvDacKX/udD9PH66DUmMpwSbAO
w9ADiUYgPywdqTJXPKxLYUuW/ZehWIOXGY4qrvcLYR7E0eeu5FR7PMzV9NBMmXXB
fm286aPRutOK7bKUU0QaPbwvNveDHlP/0mh+5eIl7PCPwUNygptffnIvxgIsHYQF
iNyTGlNeBD9kSSB7bqbiDvl/Aw5FsEiO6vwTQjlmWV4AbjoQNGtyG3OSk53BOciP
XIjOwEFW6sk5IGgog0wWLkVf4ke7z5HRNf6CIb+Mgk01tnN7cmp63/v6ECCcKoHR
DbPuIlZKBVWGl2rgoh5iOcYbok3fbdS9pjSSAPQhNTMETLmlxdfdAH07bHrIjoBc
KRsljAuXaSENByLmywS/mZtJJRU/OIyhbDArmuBXKTNJo7oHUX61F+WaNhpmmEoX
YmbN596qjk1eH2509rXbWP7LU8b1SvW/nUy4nuDdQB8Emmh2UUsE/1Oete5Kbkwr
O6LxxXwRmY4kgB3lgs7ClcKDLGRSv4SaJDn2DRm8uZFdjNUiCXU=
=3vnt
-----END PGP SIGNATURE-----

Attachment: pgplYOix4s0Iu.pgp
Description: PGP signature


--- End Message ---

Reply via email to