Source: evince
Version: 45.0-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
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
evince 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 evince
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/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru evince-45.0/debian/changelog evince-45.0/debian/changelog
--- evince-45.0/debian/changelog        2023-09-18 22:17:11.000000000 +0000
+++ evince-45.0/debian/changelog        2024-02-01 21:16:57.000000000 +0000
@@ -1,3 +1,10 @@
+evince (45.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org>  Thu, 01 Feb 2024 21:16:57 +0000
+
 evince (45.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru evince-45.0/debian/control evince-45.0/debian/control
--- evince-45.0/debian/control  2023-09-18 22:17:11.000000000 +0000
+++ evince-45.0/debian/control  2024-02-01 21:16:57.000000000 +0000
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
-Uploaders: Amin Bandali <band...@ubuntu.com>, Jeremy Bícha 
<jbi...@ubuntu.com>, Laurent Bigonville <bi...@debian.org>, Marco Trevisan 
(Treviño) <ma...@ubuntu.com>, Tim Lunn <t...@feathertop.org>
+Uploaders: Amin Bandali <band...@ubuntu.com>, Jeremy Bícha 
<jbi...@ubuntu.com>, Laurent Bigonville <bi...@debian.org>, Marco Trevisan 
(Treviño) <ma...@ubuntu.com>
 Build-Depends: debhelper-compat (= 13),
                desktop-file-utils,
                dh-apparmor,
@@ -56,8 +56,8 @@
 Architecture: any
 Depends: evince-common (>= ${source:Version}),
          gsettings-desktop-schemas,
-         libevdocument3-4 (= ${binary:Version}),
-         libevview3-3 (= ${binary:Version}),
+         libevdocument3-4t64 (= ${binary:Version}),
+         libevview3-3t64 (= ${binary:Version}),
          shared-mime-info,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -69,8 +69,8 @@
           nautilus-sendto,
           poppler-data,
           unrar
-Breaks: libevdocument3-4 (<< 3.29.91-2~)
-Replaces: libevdocument3-4 (<< 3.29.91-2~)
+Breaks: libevdocument3-4t64 (<< 3.29.91-2~)
+Replaces: libevdocument3-4t64 (<< 3.29.91-2~)
 Enhances: nautilus
 Description: Document (PostScript, PDF) viewer
  Evince is a simple multi-page document viewer.  It can display and print
@@ -93,7 +93,10 @@
  .
  This package contains architecture-independent files for evince.
 
-Package: libevdocument3-4
+Package: libevdocument3-4t64
+Provides: ${t64:Provides}
+Replaces: libevdocument3-4
+Breaks: libevdocument3-4 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -105,7 +108,10 @@
  .
  It ships with a ps, pdf, dvi, tiff, djvu, comics and xps backend.
 
-Package: libevview3-3
+Package: libevview3-3t64
+Provides: ${t64:Provides}
+Replaces: libevview3-3
+Breaks: libevview3-3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -121,8 +127,8 @@
 Multi-Arch: same
 Section: libdevel
 Depends: gir1.2-evince-3.0 (= ${binary:Version}),
-         libevdocument3-4 (= ${binary:Version}),
-         libevview3-3 (= ${binary:Version}),
+         libevdocument3-4t64 (= ${binary:Version}),
+         libevview3-3t64 (= ${binary:Version}),
          libglib2.0-dev (>= 2.38.0),
          libgtk-3-dev (>= 3.16.0),
          ${misc:Depends}
diff -Nru evince-45.0/debian/control.in evince-45.0/debian/control.in
--- evince-45.0/debian/control.in       2023-09-18 22:17:11.000000000 +0000
+++ evince-45.0/debian/control.in       2024-02-01 21:16:57.000000000 +0000
@@ -52,8 +52,8 @@
 Architecture: any
 Depends: evince-common (>= ${source:Version}),
          gsettings-desktop-schemas,
-         libevdocument3-4 (= ${binary:Version}),
-         libevview3-3 (= ${binary:Version}),
+         libevdocument3-4t64 (= ${binary:Version}),
+         libevview3-3t64 (= ${binary:Version}),
          shared-mime-info,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -65,8 +65,8 @@
           nautilus-sendto,
           poppler-data,
           unrar
-Breaks: libevdocument3-4 (<< 3.29.91-2~)
-Replaces: libevdocument3-4 (<< 3.29.91-2~)
+Breaks: libevdocument3-4t64 (<< 3.29.91-2~)
+Replaces: libevdocument3-4t64 (<< 3.29.91-2~)
 Enhances: nautilus
 Description: Document (PostScript, PDF) viewer
  Evince is a simple multi-page document viewer.  It can display and print
@@ -89,7 +89,10 @@
  .
  This package contains architecture-independent files for evince.
 
-Package: libevdocument3-4
+Package: libevdocument3-4t64
+Provides: ${t64:Provides}
+Replaces: libevdocument3-4
+Breaks: libevdocument3-4 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -101,7 +104,10 @@
  .
  It ships with a ps, pdf, dvi, tiff, djvu, comics and xps backend.
 
-Package: libevview3-3
+Package: libevview3-3t64
+Provides: ${t64:Provides}
+Replaces: libevview3-3
+Breaks: libevview3-3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -117,8 +123,8 @@
 Multi-Arch: same
 Section: libdevel
 Depends: gir1.2-evince-3.0 (= ${binary:Version}),
-         libevdocument3-4 (= ${binary:Version}),
-         libevview3-3 (= ${binary:Version}),
+         libevdocument3-4t64 (= ${binary:Version}),
+         libevview3-3t64 (= ${binary:Version}),
          libglib2.0-dev (>= 2.38.0),
          libgtk-3-dev (>= 3.16.0),
          ${misc:Depends}
diff -Nru evince-45.0/debian/libevdocument3-4.install 
evince-45.0/debian/libevdocument3-4.install
--- evince-45.0/debian/libevdocument3-4.install 2023-09-18 22:17:11.000000000 
+0000
+++ evince-45.0/debian/libevdocument3-4.install 1970-01-01 00:00:00.000000000 
+0000
@@ -1,3 +0,0 @@
-usr/lib/*/evince/*/backends/*.evince-backend
-usr/lib/*/evince/*/backends/*.so
-usr/lib/*/libevdocument*.so.*
diff -Nru evince-45.0/debian/libevdocument3-4.lintian-overrides 
evince-45.0/debian/libevdocument3-4.lintian-overrides
--- evince-45.0/debian/libevdocument3-4.lintian-overrides       2023-09-18 
22:17:11.000000000 +0000
+++ evince-45.0/debian/libevdocument3-4.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-#Our copyright file is more complex, but correct:
-libevdocument3-4: copyright-without-copyright-notice
-libevdocument3-4: copyright-refers-to-versionless-license-file
diff -Nru evince-45.0/debian/libevdocument3-4.symbols 
evince-45.0/debian/libevdocument3-4.symbols
--- evince-45.0/debian/libevdocument3-4.symbols 2023-09-18 22:17:11.000000000 
+0000
+++ evince-45.0/debian/libevdocument3-4.symbols 1970-01-01 00:00:00.000000000 
+0000
@@ -1,381 +0,0 @@
-libevdocument3.so.4 libevdocument3-4 #MINVER#
-* Build-Depends-Package: libevince-dev
- ev_annotation_attachment_get_attachment@Base 3.0.2
- ev_annotation_attachment_get_type@Base 3.0.2
- ev_annotation_attachment_new@Base 3.0.2
- ev_annotation_attachment_set_attachment@Base 3.0.2
- ev_annotation_equal@Base 3.0.2
- ev_annotation_get_annotation_type@Base 3.0.2
- ev_annotation_get_area@Base 3.18.0
- ev_annotation_get_color@Base 3.0.2
- ev_annotation_get_contents@Base 3.0.2
- ev_annotation_get_modified@Base 3.0.2
- ev_annotation_get_name@Base 3.0.2
- ev_annotation_get_page@Base 3.0.2
- ev_annotation_get_page_index@Base 3.0.2
- ev_annotation_get_rgba@Base 3.5.3
- ev_annotation_get_type@Base 3.0.2
- ev_annotation_markup_can_have_popup@Base 3.18.0
- ev_annotation_markup_get_label@Base 3.0.2
- ev_annotation_markup_get_opacity@Base 3.0.2
- ev_annotation_markup_get_popup_is_open@Base 3.0.2
- ev_annotation_markup_get_rectangle@Base 3.0.2
- ev_annotation_markup_get_type@Base 3.0.2
- ev_annotation_markup_has_popup@Base 3.0.2
- ev_annotation_markup_set_has_popup@Base 3.0.2
- ev_annotation_markup_set_label@Base 3.0.2
- ev_annotation_markup_set_opacity@Base 3.0.2
- ev_annotation_markup_set_popup_is_open@Base 3.0.2
- ev_annotation_markup_set_rectangle@Base 3.0.2
- ev_annotation_set_area@Base 3.18.0
- ev_annotation_set_color@Base 3.0.2
- ev_annotation_set_contents@Base 3.0.2
- ev_annotation_set_modified@Base 3.0.2
- ev_annotation_set_modified_from_time@Base 3.0.2
- ev_annotation_set_modified_from_time_t@Base 42~beta
- ev_annotation_set_name@Base 3.0.2
- ev_annotation_set_rgba@Base 3.5.3
- ev_annotation_text_get_icon@Base 3.0.2
- ev_annotation_text_get_is_open@Base 3.0.2
- ev_annotation_text_get_type@Base 3.0.2
- ev_annotation_text_icon_get_type@Base 3.0.2
- ev_annotation_text_markup_get_markup_type@Base 3.16.1
- ev_annotation_text_markup_get_type@Base 3.16.1
- ev_annotation_text_markup_highlight_new@Base 3.16.1
- ev_annotation_text_markup_set_markup_type@Base 3.16.1
- ev_annotation_text_markup_squiggly_new@Base 3.18.0
- ev_annotation_text_markup_strike_out_new@Base 3.16.1
- ev_annotation_text_markup_type_get_type@Base 3.16.1
- ev_annotation_text_markup_underline_new@Base 3.16.1
- ev_annotation_text_new@Base 3.0.2
- ev_annotation_text_set_icon@Base 3.0.2
- ev_annotation_text_set_is_open@Base 3.0.2
- ev_annotation_type_get_type@Base 3.0.2
- ev_annotations_over_markup_get_type@Base 3.37.3
- ev_annotations_save_mask_get_type@Base 3.0.2
- ev_async_renderer_get_type@Base 3.0.2
- ev_async_renderer_render_pixbuf@Base 3.0.2
- ev_attachment_error_quark@Base 3.0.2
- ev_attachment_get_creation_date@Base 3.0.2
- ev_attachment_get_description@Base 3.0.2
- ev_attachment_get_mime_type@Base 3.0.2
- ev_attachment_get_modification_date@Base 3.0.2
- ev_attachment_get_name@Base 3.0.2
- ev_attachment_get_type@Base 3.0.2
- ev_attachment_new@Base 3.0.2
- ev_attachment_open@Base 3.0.2
- ev_attachment_save@Base 3.0.2
- ev_backends_manager_get_all_types_info@Base 3.0.2
- ev_backends_manager_get_document@Base 3.0.2
- ev_backends_manager_get_document_module_name@Base 3.0.2
- ev_backends_manager_get_document_type_info@Base 3.0.2
- ev_compression_type_get_type@Base 3.0.2
- ev_document_annotations_add_annotation@Base 3.0.2
- ev_document_annotations_can_add_annotation@Base 3.0.2
- ev_document_annotations_can_remove_annotation@Base 3.13.91
- ev_document_annotations_document_is_modified@Base 3.0.2
- ev_document_annotations_get_annotations@Base 3.0.2
- ev_document_annotations_get_type@Base 3.0.2
- ev_document_annotations_over_markup@Base 3.37.3
- ev_document_annotations_remove_annotation@Base 3.13.91
- ev_document_annotations_save_annotation@Base 3.0.2
- ev_document_attachments_get_attachments@Base 3.0.2
- ev_document_attachments_get_type@Base 3.0.2
- ev_document_attachments_has_attachments@Base 3.0.2
- ev_document_check_dimensions@Base 3.0.2
- ev_document_contains_js_get_type@Base 3.39.2
- ev_document_doc_mutex_lock@Base 3.0.2
- ev_document_doc_mutex_trylock@Base 3.0.2
- ev_document_doc_mutex_unlock@Base 3.0.2
- ev_document_error_get_type@Base 3.0.2
- ev_document_error_quark@Base 3.0.2
- ev_document_factory_add_filters@Base 3.0.2
- ev_document_factory_get_document@Base 3.0.2
- ev_document_factory_get_document_for_fd@Base 42~beta
- ev_document_factory_get_document_for_gfile@Base 3.5.2
- ev_document_factory_get_document_for_stream@Base 3.5.2
- ev_document_factory_get_document_full@Base 3.25.4
- ev_document_fc_mutex_lock@Base 3.0.2
- ev_document_fc_mutex_trylock@Base 3.0.2
- ev_document_fc_mutex_unlock@Base 3.0.2
- ev_document_find_find_text@Base 3.0.2
- ev_document_find_find_text_extended@Base 43~alpha
- ev_document_find_find_text_with_options@Base 3.5.3
- ev_document_find_get_supported_options@Base 3.5.3
- ev_document_find_get_type@Base 3.0.2
- ev_document_find_page_by_label@Base 3.0.2
- ev_document_fonts_fill_model@Base 3.0.2
- ev_document_fonts_get_fonts_summary@Base 3.7.90
- ev_document_fonts_get_progress@Base 3.0.2
- ev_document_fonts_get_type@Base 3.0.2
- ev_document_fonts_scan@Base 3.0.2
- ev_document_forms_document_is_modified@Base 3.0.2
- ev_document_forms_form_field_button_get_state@Base 3.0.2
- ev_document_forms_form_field_button_set_state@Base 3.0.2
- ev_document_forms_form_field_choice_get_item@Base 3.0.2
- ev_document_forms_form_field_choice_get_n_items@Base 3.0.2
- ev_document_forms_form_field_choice_get_text@Base 3.0.2
- ev_document_forms_form_field_choice_is_item_selected@Base 3.0.2
- ev_document_forms_form_field_choice_select_item@Base 3.0.2
- ev_document_forms_form_field_choice_set_text@Base 3.0.2
- ev_document_forms_form_field_choice_toggle_item@Base 3.0.2
- ev_document_forms_form_field_choice_unselect_all@Base 3.0.2
- ev_document_forms_form_field_text_get_text@Base 3.0.2
- ev_document_forms_form_field_text_set_text@Base 3.0.2
- ev_document_forms_get_form_fields@Base 3.0.2
- ev_document_forms_get_type@Base 3.0.2
- ev_document_forms_reset_form@Base 3.39.2
- ev_document_get_backend_info@Base 3.0.2
- ev_document_get_info@Base 3.0.2
- ev_document_get_max_label_len@Base 3.0.2
- ev_document_get_max_page_size@Base 3.0.2
- ev_document_get_min_page_size@Base 3.0.2
- ev_document_get_modified@Base 3.27.91
- ev_document_get_n_pages@Base 3.0.2
- ev_document_get_page@Base 3.0.2
- ev_document_get_page_label@Base 3.0.2
- ev_document_get_page_size@Base 3.0.2
- ev_document_get_size@Base 3.16.1
- ev_document_get_thumbnail@Base 3.0.2
- ev_document_get_thumbnail_surface@Base 3.13.91
- ev_document_get_title@Base 3.0.2
- ev_document_get_type@Base 3.0.2
- ev_document_get_uri@Base 3.0.2
- ev_document_has_synctex@Base 3.0.2
- ev_document_has_text_page_labels@Base 3.0.2
- ev_document_images_get_image@Base 3.0.2
- ev_document_images_get_image_mapping@Base 3.0.2
- ev_document_images_get_type@Base 3.0.2
- ev_document_info_copy@Base 3.0.2
- ev_document_info_fields_get_type@Base 3.0.2
- ev_document_info_free@Base 3.0.2
- ev_document_info_get_created_datetime@Base 42~beta
- ev_document_info_get_modified_datetime@Base 42~beta
- ev_document_info_get_type@Base 3.0.2
- ev_document_info_new@Base 42~beta
- ev_document_info_set_from_xmp@Base 42~beta
- ev_document_info_take_created_datetime@Base 42~beta
- ev_document_info_take_modified_datetime@Base 42~beta
- ev_document_is_page_size_uniform@Base 3.0.2
- ev_document_layers_get_layers@Base 3.0.2
- ev_document_layers_get_type@Base 3.0.2
- ev_document_layers_has_layers@Base 3.0.2
- ev_document_layers_hide_layer@Base 3.0.2
- ev_document_layers_layer_is_visible@Base 3.0.2
- ev_document_layers_show_layer@Base 3.0.2
- ev_document_layout_get_type@Base 3.0.2
- ev_document_license_copy@Base 3.0.2
- ev_document_license_free@Base 3.0.2
- ev_document_license_get_text@Base 3.0.2
- ev_document_license_get_type@Base 3.0.2
- ev_document_license_get_uri@Base 3.0.2
- ev_document_license_get_web_statement@Base 3.0.2
- ev_document_license_new@Base 3.0.2
- ev_document_links_find_link_dest@Base 3.0.2
- ev_document_links_find_link_page@Base 3.0.2
- ev_document_links_get_dest_page@Base 3.0.2
- ev_document_links_get_dest_page_label@Base 3.0.2
- ev_document_links_get_link_page@Base 3.0.2
- ev_document_links_get_link_page_label@Base 3.0.2
- ev_document_links_get_links@Base 3.0.2
- ev_document_links_get_links_model@Base 3.0.2
- ev_document_links_get_type@Base 3.0.2
- ev_document_links_has_document_links@Base 3.0.2
- ev_document_load@Base 3.0.2
- ev_document_load_fd@Base 42~beta
- ev_document_load_flags_get_type@Base 3.5.2
- ev_document_load_full@Base 3.25.4
- ev_document_load_gfile@Base 3.5.2
- ev_document_load_stream@Base 3.5.2
- ev_document_media_get_media_mapping@Base 3.18.0
- ev_document_media_get_type@Base 3.18.0
- ev_document_misc_format_date@Base 3.0.2
- ev_document_misc_format_datetime@Base 3.37.90
- ev_document_misc_get_loading_thumbnail@Base 3.0.2
- ev_document_misc_get_page_border_size@Base 3.0.2
- ev_document_misc_get_pointer_position@Base 3.3.90
- ev_document_misc_get_screen_dpi@Base 3.0.2
- ev_document_misc_get_thumbnail_frame@Base 3.0.2
- ev_document_misc_get_widget_dpi@Base 3.35.1
- ev_document_misc_invert_pixbuf@Base 3.0.2
- ev_document_misc_invert_surface@Base 3.0.2
- ev_document_misc_paint_one_page@Base 3.0.2
- ev_document_misc_pixbuf_from_surface@Base 3.0.2
- ev_document_misc_render_loading_thumbnail@Base 3.7.90
- ev_document_misc_render_loading_thumbnail_surface@Base 3.13.91
- ev_document_misc_render_thumbnail_surface_with_frame@Base 3.13.91
- ev_document_misc_render_thumbnail_with_frame@Base 3.7.90
- ev_document_misc_surface_from_pixbuf@Base 3.0.2
- ev_document_misc_surface_rotate_and_scale@Base 3.0.2
- ev_document_mode_get_type@Base 3.0.2
- ev_document_permissions_get_type@Base 3.0.2
- ev_document_print_get_type@Base 3.0.2
- ev_document_print_print_page@Base 3.0.2
- ev_document_render@Base 3.0.2
- ev_document_save@Base 3.0.2
- ev_document_security_get_type@Base 3.0.2
- ev_document_security_has_document_security@Base 3.0.2
- ev_document_security_set_password@Base 3.0.2
- ev_document_set_modified@Base 3.27.91
- ev_document_synctex_backward_search@Base 3.0.2
- ev_document_synctex_forward_search@Base 3.0.2
- ev_document_text_get_text@Base 3.0.2
- ev_document_text_get_text_attrs@Base 3.10.0
- ev_document_text_get_text_layout@Base 3.0.2
- ev_document_text_get_text_mapping@Base 3.0.2
- ev_document_text_get_type@Base 3.0.2
- ev_document_transition_get_effect@Base 3.0.2
- ev_document_transition_get_page_duration@Base 3.0.2
- ev_document_transition_get_type@Base 3.0.2
- ev_document_ui_hints_get_type@Base 3.0.2
- ev_file_compress@Base 3.0.2
- ev_file_copy_metadata@Base 3.5.2
- ev_file_exporter_begin@Base 3.0.2
- ev_file_exporter_begin_page@Base 3.0.2
- ev_file_exporter_capabilities_get_type@Base 3.0.2
- ev_file_exporter_do_page@Base 3.0.2
- ev_file_exporter_end@Base 3.0.2
- ev_file_exporter_end_page@Base 3.0.2
- ev_file_exporter_format_get_type@Base 3.0.2
- ev_file_exporter_get_capabilities@Base 3.0.2
- ev_file_exporter_get_type@Base 3.0.2
- ev_file_get_mime_type@Base 3.0.2
- ev_file_get_mime_type_from_fd@Base 42~beta
- ev_file_is_temp@Base 3.0.2
- ev_file_uncompress@Base 3.0.2
- ev_find_options_get_type@Base 3.5.3
- ev_find_rectangle_copy@Base 43~alpha
- ev_find_rectangle_free@Base 43~alpha
- ev_find_rectangle_get_type@Base 43~alpha
- ev_find_rectangle_new@Base 43~alpha
- ev_form_field_button_get_type@Base 3.0.2
- ev_form_field_button_new@Base 3.0.2
- ev_form_field_button_type_get_type@Base 3.0.2
- ev_form_field_choice_get_type@Base 3.0.2
- ev_form_field_choice_new@Base 3.0.2
- ev_form_field_choice_type_get_type@Base 3.0.2
- ev_form_field_get_alternate_name@Base 3.38.0
- ev_form_field_get_type@Base 3.0.2
- ev_form_field_set_alternate_name@Base 3.38.0
- ev_form_field_signature_get_type@Base 3.0.2
- ev_form_field_signature_new@Base 3.0.2
- ev_form_field_text_get_type@Base 3.0.2
- ev_form_field_text_new@Base 3.0.2
- ev_form_field_text_type_get_type@Base 3.0.2
- ev_get_locale_dir@Base 3.0.2
- ev_image_get_id@Base 3.0.2
- ev_image_get_page@Base 3.0.2
- ev_image_get_pixbuf@Base 3.0.2
- ev_image_get_tmp_uri@Base 3.0.2
- ev_image_get_type@Base 3.0.2
- ev_image_new@Base 3.0.2
- ev_image_new_from_pixbuf@Base 3.0.2
- ev_image_save_tmp@Base 3.0.2
- ev_init@Base 3.0.2
- ev_layer_get_rb_group@Base 3.0.2
- ev_layer_get_type@Base 3.0.2
- ev_layer_is_parent@Base 3.0.2
- ev_layer_new@Base 3.0.2
- ev_link_action_equal@Base 3.7.90
- ev_link_action_get_action_type@Base 3.0.2
- ev_link_action_get_dest@Base 3.0.2
- ev_link_action_get_exclude_reset_fields@Base 3.39.2
- ev_link_action_get_filename@Base 3.0.2
- ev_link_action_get_hide_list@Base 3.0.2
- ev_link_action_get_name@Base 3.0.2
- ev_link_action_get_params@Base 3.0.2
- ev_link_action_get_reset_fields@Base 3.39.2
- ev_link_action_get_show_list@Base 3.0.2
- ev_link_action_get_toggle_list@Base 3.0.2
- ev_link_action_get_type@Base 3.0.2
- ev_link_action_get_uri@Base 3.0.2
- ev_link_action_new_dest@Base 3.0.2
- ev_link_action_new_external_uri@Base 3.0.2
- ev_link_action_new_launch@Base 3.0.2
- ev_link_action_new_layers_state@Base 3.0.2
- ev_link_action_new_named@Base 3.0.2
- ev_link_action_new_remote@Base 3.0.2
- ev_link_action_new_reset_form@Base 3.39.2
- ev_link_action_type_get_type@Base 3.0.2
- ev_link_dest_equal@Base 3.7.90
- ev_link_dest_get_bottom@Base 3.0.2
- ev_link_dest_get_dest_type@Base 3.0.2
- ev_link_dest_get_left@Base 3.0.2
- ev_link_dest_get_named_dest@Base 3.0.2
- ev_link_dest_get_page@Base 3.0.2
- ev_link_dest_get_page_label@Base 3.0.2
- ev_link_dest_get_right@Base 3.0.2
- ev_link_dest_get_top@Base 3.0.2
- ev_link_dest_get_type@Base 3.0.2
- ev_link_dest_get_zoom@Base 3.0.2
- ev_link_dest_new_fit@Base 3.0.2
- ev_link_dest_new_fith@Base 3.0.2
- ev_link_dest_new_fitr@Base 3.0.2
- ev_link_dest_new_fitv@Base 3.0.2
- ev_link_dest_new_named@Base 3.0.2
- ev_link_dest_new_page@Base 3.0.2
- ev_link_dest_new_page_label@Base 3.0.2
- ev_link_dest_new_xyz@Base 3.0.2
- ev_link_dest_type_get_type@Base 3.0.2
- ev_link_get_action@Base 3.0.2
- ev_link_get_title@Base 3.0.2
- ev_link_get_type@Base 3.0.2
- ev_link_new@Base 3.0.2
- ev_mapping_list_find@Base 3.0.2
- ev_mapping_list_find_custom@Base 3.0.2
- ev_mapping_list_get@Base 3.11.90
- ev_mapping_list_get_data@Base 3.0.2
- ev_mapping_list_get_list@Base 3.0.2
- ev_mapping_list_get_page@Base 3.0.2
- ev_mapping_list_get_type@Base 3.7.90
- ev_mapping_list_length@Base 3.7.90
- ev_mapping_list_new@Base 3.0.2
- ev_mapping_list_nth@Base 3.7.90
- ev_mapping_list_ref@Base 3.0.2
- ev_mapping_list_remove@Base 3.13.91
- ev_mapping_list_unref@Base 3.0.2
- ev_media_get_page_index@Base 3.18.0
- ev_media_get_show_controls@Base 3.18.0
- ev_media_get_type@Base 3.18.0
- ev_media_get_uri@Base 3.18.0
- ev_media_new_for_uri@Base 3.18.0
- ev_media_set_show_controls@Base 3.18.0
- ev_mkdtemp@Base 3.0.2
- ev_mkstemp@Base 3.0.2
- ev_mkstemp_file@Base 3.0.2
- ev_page_get_type@Base 3.0.2
- ev_page_new@Base 3.0.2
- ev_rect_cmp@Base 3.0.2
- ev_rectangle_copy@Base 3.0.2
- ev_rectangle_free@Base 3.0.2
- ev_rectangle_get_type@Base 3.0.2
- ev_rectangle_new@Base 3.0.2
- ev_render_context_compute_scaled_size@Base 3.13.91
- ev_render_context_compute_scales@Base 3.13.91
- ev_render_context_compute_transformed_size@Base 3.13.91
- ev_render_context_get_type@Base 3.0.2
- ev_render_context_new@Base 3.0.2
- ev_render_context_set_page@Base 3.0.2
- ev_render_context_set_rotation@Base 3.0.2
- ev_render_context_set_scale@Base 3.0.2
- ev_render_context_set_target_size@Base 3.13.91
- ev_selection_get_selected_text@Base 3.0.2
- ev_selection_get_selection_region@Base 3.0.2
- ev_selection_get_type@Base 3.0.2
- ev_selection_render_selection@Base 3.0.2
- ev_selection_style_get_type@Base 3.0.2
- ev_should_use_portal@Base 42~beta
- ev_shutdown@Base 3.0.2
- ev_source_link_copy@Base 3.3.90
- ev_source_link_free@Base 3.3.90
- ev_source_link_get_type@Base 3.3.90
- ev_source_link_new@Base 3.3.90
- ev_tmp_file_unlink@Base 3.0.2
- ev_tmp_filename_unlink@Base 3.0.2
- ev_tmp_uri_unlink@Base 3.0.2
- ev_transition_effect_alignment_get_type@Base 3.0.2
- ev_transition_effect_direction_get_type@Base 3.0.2
- ev_transition_effect_get_type@Base 3.0.2
- ev_transition_effect_new@Base 3.0.2
- ev_transition_effect_type_get_type@Base 3.0.2
- ev_xfer_uri_simple@Base 3.0.2
diff -Nru evince-45.0/debian/libevdocument3-4t64.install 
evince-45.0/debian/libevdocument3-4t64.install
--- evince-45.0/debian/libevdocument3-4t64.install      1970-01-01 
00:00:00.000000000 +0000
+++ evince-45.0/debian/libevdocument3-4t64.install      2023-09-18 
22:17:11.000000000 +0000
@@ -0,0 +1,3 @@
+usr/lib/*/evince/*/backends/*.evince-backend
+usr/lib/*/evince/*/backends/*.so
+usr/lib/*/libevdocument*.so.*
diff -Nru evince-45.0/debian/libevdocument3-4t64.lintian-overrides 
evince-45.0/debian/libevdocument3-4t64.lintian-overrides
--- evince-45.0/debian/libevdocument3-4t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ evince-45.0/debian/libevdocument3-4t64.lintian-overrides    2024-02-01 
21:16:57.000000000 +0000
@@ -0,0 +1,4 @@
+#Our copyright file is more complex, but correct:
+libevdocument3-4t64: copyright-without-copyright-notice
+libevdocument3-4t64: copyright-refers-to-versionless-license-file
+libevdocument3-4t64: package-name-doesnt-match-sonames libevdocument3-4
diff -Nru evince-45.0/debian/libevdocument3-4t64.symbols 
evince-45.0/debian/libevdocument3-4t64.symbols
--- evince-45.0/debian/libevdocument3-4t64.symbols      1970-01-01 
00:00:00.000000000 +0000
+++ evince-45.0/debian/libevdocument3-4t64.symbols      2024-02-01 
21:16:57.000000000 +0000
@@ -0,0 +1,381 @@
+libevdocument3.so.4 libevdocument3-4t64 #MINVER#
+* Build-Depends-Package: libevince-dev
+ ev_annotation_attachment_get_attachment@Base 3.0.2
+ ev_annotation_attachment_get_type@Base 3.0.2
+ ev_annotation_attachment_new@Base 3.0.2
+ ev_annotation_attachment_set_attachment@Base 3.0.2
+ ev_annotation_equal@Base 3.0.2
+ ev_annotation_get_annotation_type@Base 3.0.2
+ ev_annotation_get_area@Base 3.18.0
+ ev_annotation_get_color@Base 3.0.2
+ ev_annotation_get_contents@Base 3.0.2
+ ev_annotation_get_modified@Base 3.0.2
+ ev_annotation_get_name@Base 3.0.2
+ ev_annotation_get_page@Base 3.0.2
+ ev_annotation_get_page_index@Base 3.0.2
+ ev_annotation_get_rgba@Base 3.5.3
+ ev_annotation_get_type@Base 3.0.2
+ ev_annotation_markup_can_have_popup@Base 3.18.0
+ ev_annotation_markup_get_label@Base 3.0.2
+ ev_annotation_markup_get_opacity@Base 3.0.2
+ ev_annotation_markup_get_popup_is_open@Base 3.0.2
+ ev_annotation_markup_get_rectangle@Base 3.0.2
+ ev_annotation_markup_get_type@Base 3.0.2
+ ev_annotation_markup_has_popup@Base 3.0.2
+ ev_annotation_markup_set_has_popup@Base 3.0.2
+ ev_annotation_markup_set_label@Base 3.0.2
+ ev_annotation_markup_set_opacity@Base 3.0.2
+ ev_annotation_markup_set_popup_is_open@Base 3.0.2
+ ev_annotation_markup_set_rectangle@Base 3.0.2
+ ev_annotation_set_area@Base 3.18.0
+ ev_annotation_set_color@Base 3.0.2
+ ev_annotation_set_contents@Base 3.0.2
+ ev_annotation_set_modified@Base 3.0.2
+ ev_annotation_set_modified_from_time@Base 3.0.2
+ ev_annotation_set_modified_from_time_t@Base 42~beta
+ ev_annotation_set_name@Base 3.0.2
+ ev_annotation_set_rgba@Base 3.5.3
+ ev_annotation_text_get_icon@Base 3.0.2
+ ev_annotation_text_get_is_open@Base 3.0.2
+ ev_annotation_text_get_type@Base 3.0.2
+ ev_annotation_text_icon_get_type@Base 3.0.2
+ ev_annotation_text_markup_get_markup_type@Base 3.16.1
+ ev_annotation_text_markup_get_type@Base 3.16.1
+ ev_annotation_text_markup_highlight_new@Base 3.16.1
+ ev_annotation_text_markup_set_markup_type@Base 3.16.1
+ ev_annotation_text_markup_squiggly_new@Base 3.18.0
+ ev_annotation_text_markup_strike_out_new@Base 3.16.1
+ ev_annotation_text_markup_type_get_type@Base 3.16.1
+ ev_annotation_text_markup_underline_new@Base 3.16.1
+ ev_annotation_text_new@Base 3.0.2
+ ev_annotation_text_set_icon@Base 3.0.2
+ ev_annotation_text_set_is_open@Base 3.0.2
+ ev_annotation_type_get_type@Base 3.0.2
+ ev_annotations_over_markup_get_type@Base 3.37.3
+ ev_annotations_save_mask_get_type@Base 3.0.2
+ ev_async_renderer_get_type@Base 3.0.2
+ ev_async_renderer_render_pixbuf@Base 3.0.2
+ ev_attachment_error_quark@Base 3.0.2
+ ev_attachment_get_creation_date@Base 3.0.2
+ ev_attachment_get_description@Base 3.0.2
+ ev_attachment_get_mime_type@Base 3.0.2
+ ev_attachment_get_modification_date@Base 3.0.2
+ ev_attachment_get_name@Base 3.0.2
+ ev_attachment_get_type@Base 3.0.2
+ ev_attachment_new@Base 3.0.2
+ ev_attachment_open@Base 3.0.2
+ ev_attachment_save@Base 3.0.2
+ ev_backends_manager_get_all_types_info@Base 3.0.2
+ ev_backends_manager_get_document@Base 3.0.2
+ ev_backends_manager_get_document_module_name@Base 3.0.2
+ ev_backends_manager_get_document_type_info@Base 3.0.2
+ ev_compression_type_get_type@Base 3.0.2
+ ev_document_annotations_add_annotation@Base 3.0.2
+ ev_document_annotations_can_add_annotation@Base 3.0.2
+ ev_document_annotations_can_remove_annotation@Base 3.13.91
+ ev_document_annotations_document_is_modified@Base 3.0.2
+ ev_document_annotations_get_annotations@Base 3.0.2
+ ev_document_annotations_get_type@Base 3.0.2
+ ev_document_annotations_over_markup@Base 3.37.3
+ ev_document_annotations_remove_annotation@Base 3.13.91
+ ev_document_annotations_save_annotation@Base 3.0.2
+ ev_document_attachments_get_attachments@Base 3.0.2
+ ev_document_attachments_get_type@Base 3.0.2
+ ev_document_attachments_has_attachments@Base 3.0.2
+ ev_document_check_dimensions@Base 3.0.2
+ ev_document_contains_js_get_type@Base 3.39.2
+ ev_document_doc_mutex_lock@Base 3.0.2
+ ev_document_doc_mutex_trylock@Base 3.0.2
+ ev_document_doc_mutex_unlock@Base 3.0.2
+ ev_document_error_get_type@Base 3.0.2
+ ev_document_error_quark@Base 3.0.2
+ ev_document_factory_add_filters@Base 3.0.2
+ ev_document_factory_get_document@Base 3.0.2
+ ev_document_factory_get_document_for_fd@Base 42~beta
+ ev_document_factory_get_document_for_gfile@Base 3.5.2
+ ev_document_factory_get_document_for_stream@Base 3.5.2
+ ev_document_factory_get_document_full@Base 3.25.4
+ ev_document_fc_mutex_lock@Base 3.0.2
+ ev_document_fc_mutex_trylock@Base 3.0.2
+ ev_document_fc_mutex_unlock@Base 3.0.2
+ ev_document_find_find_text@Base 3.0.2
+ ev_document_find_find_text_extended@Base 43~alpha
+ ev_document_find_find_text_with_options@Base 3.5.3
+ ev_document_find_get_supported_options@Base 3.5.3
+ ev_document_find_get_type@Base 3.0.2
+ ev_document_find_page_by_label@Base 3.0.2
+ ev_document_fonts_fill_model@Base 3.0.2
+ ev_document_fonts_get_fonts_summary@Base 3.7.90
+ ev_document_fonts_get_progress@Base 3.0.2
+ ev_document_fonts_get_type@Base 3.0.2
+ ev_document_fonts_scan@Base 3.0.2
+ ev_document_forms_document_is_modified@Base 3.0.2
+ ev_document_forms_form_field_button_get_state@Base 3.0.2
+ ev_document_forms_form_field_button_set_state@Base 3.0.2
+ ev_document_forms_form_field_choice_get_item@Base 3.0.2
+ ev_document_forms_form_field_choice_get_n_items@Base 3.0.2
+ ev_document_forms_form_field_choice_get_text@Base 3.0.2
+ ev_document_forms_form_field_choice_is_item_selected@Base 3.0.2
+ ev_document_forms_form_field_choice_select_item@Base 3.0.2
+ ev_document_forms_form_field_choice_set_text@Base 3.0.2
+ ev_document_forms_form_field_choice_toggle_item@Base 3.0.2
+ ev_document_forms_form_field_choice_unselect_all@Base 3.0.2
+ ev_document_forms_form_field_text_get_text@Base 3.0.2
+ ev_document_forms_form_field_text_set_text@Base 3.0.2
+ ev_document_forms_get_form_fields@Base 3.0.2
+ ev_document_forms_get_type@Base 3.0.2
+ ev_document_forms_reset_form@Base 3.39.2
+ ev_document_get_backend_info@Base 3.0.2
+ ev_document_get_info@Base 3.0.2
+ ev_document_get_max_label_len@Base 3.0.2
+ ev_document_get_max_page_size@Base 3.0.2
+ ev_document_get_min_page_size@Base 3.0.2
+ ev_document_get_modified@Base 3.27.91
+ ev_document_get_n_pages@Base 3.0.2
+ ev_document_get_page@Base 3.0.2
+ ev_document_get_page_label@Base 3.0.2
+ ev_document_get_page_size@Base 3.0.2
+ ev_document_get_size@Base 3.16.1
+ ev_document_get_thumbnail@Base 3.0.2
+ ev_document_get_thumbnail_surface@Base 3.13.91
+ ev_document_get_title@Base 3.0.2
+ ev_document_get_type@Base 3.0.2
+ ev_document_get_uri@Base 3.0.2
+ ev_document_has_synctex@Base 3.0.2
+ ev_document_has_text_page_labels@Base 3.0.2
+ ev_document_images_get_image@Base 3.0.2
+ ev_document_images_get_image_mapping@Base 3.0.2
+ ev_document_images_get_type@Base 3.0.2
+ ev_document_info_copy@Base 3.0.2
+ ev_document_info_fields_get_type@Base 3.0.2
+ ev_document_info_free@Base 3.0.2
+ ev_document_info_get_created_datetime@Base 42~beta
+ ev_document_info_get_modified_datetime@Base 42~beta
+ ev_document_info_get_type@Base 3.0.2
+ ev_document_info_new@Base 42~beta
+ ev_document_info_set_from_xmp@Base 42~beta
+ ev_document_info_take_created_datetime@Base 42~beta
+ ev_document_info_take_modified_datetime@Base 42~beta
+ ev_document_is_page_size_uniform@Base 3.0.2
+ ev_document_layers_get_layers@Base 3.0.2
+ ev_document_layers_get_type@Base 3.0.2
+ ev_document_layers_has_layers@Base 3.0.2
+ ev_document_layers_hide_layer@Base 3.0.2
+ ev_document_layers_layer_is_visible@Base 3.0.2
+ ev_document_layers_show_layer@Base 3.0.2
+ ev_document_layout_get_type@Base 3.0.2
+ ev_document_license_copy@Base 3.0.2
+ ev_document_license_free@Base 3.0.2
+ ev_document_license_get_text@Base 3.0.2
+ ev_document_license_get_type@Base 3.0.2
+ ev_document_license_get_uri@Base 3.0.2
+ ev_document_license_get_web_statement@Base 3.0.2
+ ev_document_license_new@Base 3.0.2
+ ev_document_links_find_link_dest@Base 3.0.2
+ ev_document_links_find_link_page@Base 3.0.2
+ ev_document_links_get_dest_page@Base 3.0.2
+ ev_document_links_get_dest_page_label@Base 3.0.2
+ ev_document_links_get_link_page@Base 3.0.2
+ ev_document_links_get_link_page_label@Base 3.0.2
+ ev_document_links_get_links@Base 3.0.2
+ ev_document_links_get_links_model@Base 3.0.2
+ ev_document_links_get_type@Base 3.0.2
+ ev_document_links_has_document_links@Base 3.0.2
+ ev_document_load@Base 3.0.2
+ ev_document_load_fd@Base 42~beta
+ ev_document_load_flags_get_type@Base 3.5.2
+ ev_document_load_full@Base 3.25.4
+ ev_document_load_gfile@Base 3.5.2
+ ev_document_load_stream@Base 3.5.2
+ ev_document_media_get_media_mapping@Base 3.18.0
+ ev_document_media_get_type@Base 3.18.0
+ ev_document_misc_format_date@Base 3.0.2
+ ev_document_misc_format_datetime@Base 3.37.90
+ ev_document_misc_get_loading_thumbnail@Base 3.0.2
+ ev_document_misc_get_page_border_size@Base 3.0.2
+ ev_document_misc_get_pointer_position@Base 3.3.90
+ ev_document_misc_get_screen_dpi@Base 3.0.2
+ ev_document_misc_get_thumbnail_frame@Base 3.0.2
+ ev_document_misc_get_widget_dpi@Base 3.35.1
+ ev_document_misc_invert_pixbuf@Base 3.0.2
+ ev_document_misc_invert_surface@Base 3.0.2
+ ev_document_misc_paint_one_page@Base 3.0.2
+ ev_document_misc_pixbuf_from_surface@Base 3.0.2
+ ev_document_misc_render_loading_thumbnail@Base 3.7.90
+ ev_document_misc_render_loading_thumbnail_surface@Base 3.13.91
+ ev_document_misc_render_thumbnail_surface_with_frame@Base 3.13.91
+ ev_document_misc_render_thumbnail_with_frame@Base 3.7.90
+ ev_document_misc_surface_from_pixbuf@Base 3.0.2
+ ev_document_misc_surface_rotate_and_scale@Base 3.0.2
+ ev_document_mode_get_type@Base 3.0.2
+ ev_document_permissions_get_type@Base 3.0.2
+ ev_document_print_get_type@Base 3.0.2
+ ev_document_print_print_page@Base 3.0.2
+ ev_document_render@Base 3.0.2
+ ev_document_save@Base 3.0.2
+ ev_document_security_get_type@Base 3.0.2
+ ev_document_security_has_document_security@Base 3.0.2
+ ev_document_security_set_password@Base 3.0.2
+ ev_document_set_modified@Base 3.27.91
+ ev_document_synctex_backward_search@Base 3.0.2
+ ev_document_synctex_forward_search@Base 3.0.2
+ ev_document_text_get_text@Base 3.0.2
+ ev_document_text_get_text_attrs@Base 3.10.0
+ ev_document_text_get_text_layout@Base 3.0.2
+ ev_document_text_get_text_mapping@Base 3.0.2
+ ev_document_text_get_type@Base 3.0.2
+ ev_document_transition_get_effect@Base 3.0.2
+ ev_document_transition_get_page_duration@Base 3.0.2
+ ev_document_transition_get_type@Base 3.0.2
+ ev_document_ui_hints_get_type@Base 3.0.2
+ ev_file_compress@Base 3.0.2
+ ev_file_copy_metadata@Base 3.5.2
+ ev_file_exporter_begin@Base 3.0.2
+ ev_file_exporter_begin_page@Base 3.0.2
+ ev_file_exporter_capabilities_get_type@Base 3.0.2
+ ev_file_exporter_do_page@Base 3.0.2
+ ev_file_exporter_end@Base 3.0.2
+ ev_file_exporter_end_page@Base 3.0.2
+ ev_file_exporter_format_get_type@Base 3.0.2
+ ev_file_exporter_get_capabilities@Base 3.0.2
+ ev_file_exporter_get_type@Base 3.0.2
+ ev_file_get_mime_type@Base 3.0.2
+ ev_file_get_mime_type_from_fd@Base 42~beta
+ ev_file_is_temp@Base 3.0.2
+ ev_file_uncompress@Base 3.0.2
+ ev_find_options_get_type@Base 3.5.3
+ ev_find_rectangle_copy@Base 43~alpha
+ ev_find_rectangle_free@Base 43~alpha
+ ev_find_rectangle_get_type@Base 43~alpha
+ ev_find_rectangle_new@Base 43~alpha
+ ev_form_field_button_get_type@Base 3.0.2
+ ev_form_field_button_new@Base 3.0.2
+ ev_form_field_button_type_get_type@Base 3.0.2
+ ev_form_field_choice_get_type@Base 3.0.2
+ ev_form_field_choice_new@Base 3.0.2
+ ev_form_field_choice_type_get_type@Base 3.0.2
+ ev_form_field_get_alternate_name@Base 3.38.0
+ ev_form_field_get_type@Base 3.0.2
+ ev_form_field_set_alternate_name@Base 3.38.0
+ ev_form_field_signature_get_type@Base 3.0.2
+ ev_form_field_signature_new@Base 3.0.2
+ ev_form_field_text_get_type@Base 3.0.2
+ ev_form_field_text_new@Base 3.0.2
+ ev_form_field_text_type_get_type@Base 3.0.2
+ ev_get_locale_dir@Base 3.0.2
+ ev_image_get_id@Base 3.0.2
+ ev_image_get_page@Base 3.0.2
+ ev_image_get_pixbuf@Base 3.0.2
+ ev_image_get_tmp_uri@Base 3.0.2
+ ev_image_get_type@Base 3.0.2
+ ev_image_new@Base 3.0.2
+ ev_image_new_from_pixbuf@Base 3.0.2
+ ev_image_save_tmp@Base 3.0.2
+ ev_init@Base 3.0.2
+ ev_layer_get_rb_group@Base 3.0.2
+ ev_layer_get_type@Base 3.0.2
+ ev_layer_is_parent@Base 3.0.2
+ ev_layer_new@Base 3.0.2
+ ev_link_action_equal@Base 3.7.90
+ ev_link_action_get_action_type@Base 3.0.2
+ ev_link_action_get_dest@Base 3.0.2
+ ev_link_action_get_exclude_reset_fields@Base 3.39.2
+ ev_link_action_get_filename@Base 3.0.2
+ ev_link_action_get_hide_list@Base 3.0.2
+ ev_link_action_get_name@Base 3.0.2
+ ev_link_action_get_params@Base 3.0.2
+ ev_link_action_get_reset_fields@Base 3.39.2
+ ev_link_action_get_show_list@Base 3.0.2
+ ev_link_action_get_toggle_list@Base 3.0.2
+ ev_link_action_get_type@Base 3.0.2
+ ev_link_action_get_uri@Base 3.0.2
+ ev_link_action_new_dest@Base 3.0.2
+ ev_link_action_new_external_uri@Base 3.0.2
+ ev_link_action_new_launch@Base 3.0.2
+ ev_link_action_new_layers_state@Base 3.0.2
+ ev_link_action_new_named@Base 3.0.2
+ ev_link_action_new_remote@Base 3.0.2
+ ev_link_action_new_reset_form@Base 3.39.2
+ ev_link_action_type_get_type@Base 3.0.2
+ ev_link_dest_equal@Base 3.7.90
+ ev_link_dest_get_bottom@Base 3.0.2
+ ev_link_dest_get_dest_type@Base 3.0.2
+ ev_link_dest_get_left@Base 3.0.2
+ ev_link_dest_get_named_dest@Base 3.0.2
+ ev_link_dest_get_page@Base 3.0.2
+ ev_link_dest_get_page_label@Base 3.0.2
+ ev_link_dest_get_right@Base 3.0.2
+ ev_link_dest_get_top@Base 3.0.2
+ ev_link_dest_get_type@Base 3.0.2
+ ev_link_dest_get_zoom@Base 3.0.2
+ ev_link_dest_new_fit@Base 3.0.2
+ ev_link_dest_new_fith@Base 3.0.2
+ ev_link_dest_new_fitr@Base 3.0.2
+ ev_link_dest_new_fitv@Base 3.0.2
+ ev_link_dest_new_named@Base 3.0.2
+ ev_link_dest_new_page@Base 3.0.2
+ ev_link_dest_new_page_label@Base 3.0.2
+ ev_link_dest_new_xyz@Base 3.0.2
+ ev_link_dest_type_get_type@Base 3.0.2
+ ev_link_get_action@Base 3.0.2
+ ev_link_get_title@Base 3.0.2
+ ev_link_get_type@Base 3.0.2
+ ev_link_new@Base 3.0.2
+ ev_mapping_list_find@Base 3.0.2
+ ev_mapping_list_find_custom@Base 3.0.2
+ ev_mapping_list_get@Base 3.11.90
+ ev_mapping_list_get_data@Base 3.0.2
+ ev_mapping_list_get_list@Base 3.0.2
+ ev_mapping_list_get_page@Base 3.0.2
+ ev_mapping_list_get_type@Base 3.7.90
+ ev_mapping_list_length@Base 3.7.90
+ ev_mapping_list_new@Base 3.0.2
+ ev_mapping_list_nth@Base 3.7.90
+ ev_mapping_list_ref@Base 3.0.2
+ ev_mapping_list_remove@Base 3.13.91
+ ev_mapping_list_unref@Base 3.0.2
+ ev_media_get_page_index@Base 3.18.0
+ ev_media_get_show_controls@Base 3.18.0
+ ev_media_get_type@Base 3.18.0
+ ev_media_get_uri@Base 3.18.0
+ ev_media_new_for_uri@Base 3.18.0
+ ev_media_set_show_controls@Base 3.18.0
+ ev_mkdtemp@Base 3.0.2
+ ev_mkstemp@Base 3.0.2
+ ev_mkstemp_file@Base 3.0.2
+ ev_page_get_type@Base 3.0.2
+ ev_page_new@Base 3.0.2
+ ev_rect_cmp@Base 3.0.2
+ ev_rectangle_copy@Base 3.0.2
+ ev_rectangle_free@Base 3.0.2
+ ev_rectangle_get_type@Base 3.0.2
+ ev_rectangle_new@Base 3.0.2
+ ev_render_context_compute_scaled_size@Base 3.13.91
+ ev_render_context_compute_scales@Base 3.13.91
+ ev_render_context_compute_transformed_size@Base 3.13.91
+ ev_render_context_get_type@Base 3.0.2
+ ev_render_context_new@Base 3.0.2
+ ev_render_context_set_page@Base 3.0.2
+ ev_render_context_set_rotation@Base 3.0.2
+ ev_render_context_set_scale@Base 3.0.2
+ ev_render_context_set_target_size@Base 3.13.91
+ ev_selection_get_selected_text@Base 3.0.2
+ ev_selection_get_selection_region@Base 3.0.2
+ ev_selection_get_type@Base 3.0.2
+ ev_selection_render_selection@Base 3.0.2
+ ev_selection_style_get_type@Base 3.0.2
+ ev_should_use_portal@Base 42~beta
+ ev_shutdown@Base 3.0.2
+ ev_source_link_copy@Base 3.3.90
+ ev_source_link_free@Base 3.3.90
+ ev_source_link_get_type@Base 3.3.90
+ ev_source_link_new@Base 3.3.90
+ ev_tmp_file_unlink@Base 3.0.2
+ ev_tmp_filename_unlink@Base 3.0.2
+ ev_tmp_uri_unlink@Base 3.0.2
+ ev_transition_effect_alignment_get_type@Base 3.0.2
+ ev_transition_effect_direction_get_type@Base 3.0.2
+ ev_transition_effect_get_type@Base 3.0.2
+ ev_transition_effect_new@Base 3.0.2
+ ev_transition_effect_type_get_type@Base 3.0.2
+ ev_xfer_uri_simple@Base 3.0.2
diff -Nru evince-45.0/debian/libevview3-3.install 
evince-45.0/debian/libevview3-3.install
--- evince-45.0/debian/libevview3-3.install     2023-09-18 22:17:11.000000000 
+0000
+++ evince-45.0/debian/libevview3-3.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libevview*.so.*
diff -Nru evince-45.0/debian/libevview3-3.lintian-overrides 
evince-45.0/debian/libevview3-3.lintian-overrides
--- evince-45.0/debian/libevview3-3.lintian-overrides   2023-09-18 
22:17:11.000000000 +0000
+++ evince-45.0/debian/libevview3-3.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-#Our copyright file is more complex, but correct:
-libevview3-3: copyright-without-copyright-notice
-libevview3-3: copyright-refers-to-versionless-license-file
diff -Nru evince-45.0/debian/libevview3-3.symbols 
evince-45.0/debian/libevview3-3.symbols
--- evince-45.0/debian/libevview3-3.symbols     2023-09-18 22:17:11.000000000 
+0000
+++ evince-45.0/debian/libevview3-3.symbols     1970-01-01 00:00:00.000000000 
+0000
@@ -1,193 +0,0 @@
-libevview3.so.3 libevview3-3 #MINVER#
-* Build-Depends-Package: libevince-dev
- ev_document_model_get_continuous@Base 3.0.2
- ev_document_model_get_document@Base 3.0.2
- ev_document_model_get_dual_page@Base 3.0.2
- ev_document_model_get_dual_page_odd_pages_left@Base 3.3.90
- ev_document_model_get_fullscreen@Base 3.0.2
- ev_document_model_get_inverted_colors@Base 3.0.2
- ev_document_model_get_max_scale@Base 3.0.2
- ev_document_model_get_min_scale@Base 3.0.2
- ev_document_model_get_page@Base 3.0.2
- ev_document_model_get_page_layout@Base 3.7.90
- ev_document_model_get_rotation@Base 3.0.2
- ev_document_model_get_rtl@Base 3.35.1
- ev_document_model_get_scale@Base 3.0.2
- ev_document_model_get_sizing_mode@Base 3.0.2
- ev_document_model_get_type@Base 3.0.2
- ev_document_model_new@Base 3.0.2
- ev_document_model_new_with_document@Base 3.0.2
- ev_document_model_set_continuous@Base 3.0.2
- ev_document_model_set_document@Base 3.0.2
- ev_document_model_set_dual_page@Base 3.0.2
- ev_document_model_set_dual_page_odd_pages_left@Base 3.3.90
- ev_document_model_set_fullscreen@Base 3.0.2
- ev_document_model_set_inverted_colors@Base 3.0.2
- ev_document_model_set_max_scale@Base 3.0.2
- ev_document_model_set_min_scale@Base 3.0.2
- ev_document_model_set_page@Base 3.0.2
- ev_document_model_set_page_by_label@Base 3.0.2
- ev_document_model_set_page_layout@Base 3.7.90
- ev_document_model_set_rotation@Base 3.0.2
- ev_document_model_set_rtl@Base 3.35.1
- ev_document_model_set_scale@Base 3.0.2
- ev_document_model_set_sizing_mode@Base 3.0.2
- ev_job_annots_get_type@Base 3.0.2
- ev_job_annots_new@Base 3.0.2
- ev_job_attachments_get_type@Base 3.0.2
- ev_job_attachments_new@Base 3.0.2
- ev_job_cancel@Base 3.0.2
- ev_job_export_get_type@Base 3.0.2
- ev_job_export_new@Base 3.0.2
- ev_job_export_set_page@Base 3.0.2
- ev_job_failed@Base 3.0.2
- ev_job_failed_from_error@Base 3.0.2
- ev_job_find_get_n_main_results@Base 43~alpha
- ev_job_find_get_n_results@Base 3.0.2
- ev_job_find_get_options@Base 3.5.3
- ev_job_find_get_progress@Base 3.0.2
- ev_job_find_get_results@Base 3.0.2
- ev_job_find_get_type@Base 3.0.2
- ev_job_find_has_results@Base 3.0.2
- ev_job_find_new@Base 3.0.2
- ev_job_find_set_options@Base 3.5.3
- ev_job_fonts_get_type@Base 3.0.2
- ev_job_fonts_new@Base 3.0.2
- ev_job_get_run_mode@Base 3.0.2
- ev_job_get_type@Base 3.0.2
- ev_job_is_failed@Base 3.0.2
- ev_job_is_finished@Base 3.0.2
- ev_job_layers_get_type@Base 3.0.2
- ev_job_layers_new@Base 3.0.2
- ev_job_links_get_model@Base 3.5.92
- ev_job_links_get_type@Base 3.0.2
- ev_job_links_new@Base 3.0.2
- ev_job_load_fd_get_type@Base 42~beta
- ev_job_load_fd_new@Base 42~beta
- ev_job_load_fd_new_take@Base 42~beta
- ev_job_load_fd_set_fd@Base 42~beta
- ev_job_load_fd_set_load_flags@Base 42~beta
- ev_job_load_fd_set_mime_type@Base 42~beta
- ev_job_load_fd_set_password@Base 42~beta
- ev_job_load_fd_take_fd@Base 42~beta
- ev_job_load_get_type@Base 3.0.2
- ev_job_load_gfile_get_type@Base 3.5.2
- ev_job_load_gfile_new@Base 3.5.2
- ev_job_load_gfile_set_gfile@Base 3.5.2
- ev_job_load_gfile_set_load_flags@Base 3.5.2
- ev_job_load_gfile_set_password@Base 3.5.2
- ev_job_load_new@Base 3.0.2
- ev_job_load_set_password@Base 3.0.2
- ev_job_load_set_uri@Base 3.0.2
- ev_job_load_stream_get_type@Base 3.5.2
- ev_job_load_stream_new@Base 3.5.2
- ev_job_load_stream_set_load_flags@Base 3.5.2
- ev_job_load_stream_set_mime_type@Base 42~beta
- ev_job_load_stream_set_password@Base 3.5.2
- ev_job_load_stream_set_stream@Base 3.5.2
- ev_job_page_data_flags_get_type@Base 3.0.2
- ev_job_page_data_get_type@Base 3.0.2
- ev_job_page_data_new@Base 3.0.2
- ev_job_print_get_type@Base 3.0.2
- ev_job_print_new@Base 3.0.2
- ev_job_print_set_cairo@Base 3.0.2
- ev_job_print_set_page@Base 3.0.2
- ev_job_priority_get_type@Base 3.0.2
- ev_job_render_get_type@Base 3.0.2
- ev_job_render_new@Base 3.0.2
- ev_job_render_set_selection_info@Base 3.0.2
- ev_job_run@Base 3.0.2
- ev_job_run_mode_get_type@Base 3.0.2
- ev_job_save_get_type@Base 3.0.2
- ev_job_save_new@Base 3.0.2
- ev_job_scheduler_get_running_thread_job@Base 3.0.2
- ev_job_scheduler_push_job@Base 3.0.2
- ev_job_scheduler_update_job@Base 3.0.2
- ev_job_scheduler_wait@Base 43~alpha
- ev_job_set_run_mode@Base 3.0.2
- ev_job_succeeded@Base 3.0.2
- ev_job_thumbnail_format_get_type@Base 3.13.91
- ev_job_thumbnail_get_type@Base 3.0.2
- ev_job_thumbnail_new@Base 3.0.2
- ev_job_thumbnail_new_with_target_size@Base 3.13.91
- ev_job_thumbnail_set_has_frame@Base 3.7.90
- ev_job_thumbnail_set_output_format@Base 3.13.91
- ev_page_layout_get_type@Base 3.7.90
- ev_print_operation_cancel@Base 3.0.2
- ev_print_operation_exists_for_document@Base 3.0.2
- ev_print_operation_get_default_page_setup@Base 3.0.2
- ev_print_operation_get_embed_page_setup@Base 3.0.2
- ev_print_operation_get_error@Base 3.0.2
- ev_print_operation_get_job_name@Base 3.0.2
- ev_print_operation_get_print_settings@Base 3.0.2
- ev_print_operation_get_progress@Base 3.0.2
- ev_print_operation_get_status@Base 3.0.2
- ev_print_operation_get_type@Base 3.0.2
- ev_print_operation_new@Base 3.0.2
- ev_print_operation_run@Base 3.0.2
- ev_print_operation_set_current_page@Base 3.0.2
- ev_print_operation_set_default_page_setup@Base 3.0.2
- ev_print_operation_set_embed_page_setup@Base 3.0.2
- ev_print_operation_set_job_name@Base 3.0.2
- ev_print_operation_set_print_settings@Base 3.0.2
- ev_sizing_mode_get_type@Base 3.0.2
- ev_stock_icons_init@Base 3.0.2
- ev_stock_icons_set_screen@Base 3.0.2
- ev_stock_icons_shutdown@Base 3.0.2
- ev_view_add_text_markup_annotation_for_selected_text@Base 3.29.91
- ev_view_autoscroll_start@Base 3.0.2
- ev_view_autoscroll_stop@Base 3.0.2
- ev_view_begin_add_annotation@Base 3.0.2
- ev_view_can_zoom_in@Base 3.0.2
- ev_view_can_zoom_out@Base 3.0.2
- ev_view_cancel_add_annotation@Base 3.0.2
- ev_view_copy@Base 3.0.2
- ev_view_copy_link_address@Base 3.0.2
- ev_view_current_event_is_type@Base 42~beta
- ev_view_find_cancel@Base 3.0.2
- ev_view_find_changed@Base 3.0.2
- ev_view_find_next@Base 3.0.2
- ev_view_find_previous@Base 3.0.2
- ev_view_find_restart@Base 3.11.90
- ev_view_find_search_changed@Base 3.0.2
- ev_view_find_set_highlight_search@Base 3.0.2
- ev_view_find_set_result@Base 3.10.0
- ev_view_find_started@Base 3.5.92
- ev_view_focus_annotation@Base 3.0.2
- ev_view_get_allow_links_change_zoom@Base 3.13.91
- ev_view_get_enable_spellchecking@Base 3.29.91
- ev_view_get_has_selection@Base 3.0.2
- ev_view_get_page_extents@Base 3.0.2
- ev_view_get_page_extents_for_border@Base 3.34.1
- ev_view_get_selected_text@Base 3.29.91
- ev_view_get_type@Base 3.0.2
- ev_view_handle_link@Base 3.0.2
- ev_view_hide_cursor@Base 3.0.2
- ev_view_highlight_forward_search@Base 3.0.2
- ev_view_is_caret_navigation_enabled@Base 3.10.0
- ev_view_is_loading@Base 3.7.90
- ev_view_new@Base 3.0.2
- ev_view_next_page@Base 3.0.2
- ev_view_presentation_get_current_page@Base 3.0.2
- ev_view_presentation_get_rotation@Base 3.0.2
- ev_view_presentation_get_type@Base 3.0.2
- ev_view_presentation_new@Base 3.0.2
- ev_view_presentation_next_page@Base 3.0.2
- ev_view_presentation_previous_page@Base 3.0.2
- ev_view_presentation_set_rotation@Base 3.0.2
- ev_view_previous_page@Base 3.0.2
- ev_view_reload@Base 3.0.2
- ev_view_remove_annotation@Base 3.13.91
- ev_view_scroll@Base 3.0.2
- ev_view_select_all@Base 3.0.2
- ev_view_set_allow_links_change_zoom@Base 3.13.91
- ev_view_set_caret_cursor_position@Base 3.10.0
- ev_view_set_caret_navigation_enabled@Base 3.10.0
- ev_view_set_enable_spellchecking@Base 3.29.91
- ev_view_set_loading@Base 3.0.2
- ev_view_set_model@Base 3.0.2
- ev_view_set_page_cache_size@Base 3.0.2
- ev_view_show_cursor@Base 3.0.2
- ev_view_supports_caret_navigation@Base 3.10.0
- ev_view_zoom_in@Base 3.0.2
- ev_view_zoom_out@Base 3.0.2
diff -Nru evince-45.0/debian/libevview3-3t64.install 
evince-45.0/debian/libevview3-3t64.install
--- evince-45.0/debian/libevview3-3t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ evince-45.0/debian/libevview3-3t64.install  2023-09-18 22:17:11.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libevview*.so.*
diff -Nru evince-45.0/debian/libevview3-3t64.lintian-overrides 
evince-45.0/debian/libevview3-3t64.lintian-overrides
--- evince-45.0/debian/libevview3-3t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ evince-45.0/debian/libevview3-3t64.lintian-overrides        2024-02-01 
21:16:57.000000000 +0000
@@ -0,0 +1,4 @@
+#Our copyright file is more complex, but correct:
+libevview3-3t64: copyright-without-copyright-notice
+libevview3-3t64: copyright-refers-to-versionless-license-file
+libevview3-3t64: package-name-doesnt-match-sonames libevview3-3
diff -Nru evince-45.0/debian/libevview3-3t64.symbols 
evince-45.0/debian/libevview3-3t64.symbols
--- evince-45.0/debian/libevview3-3t64.symbols  1970-01-01 00:00:00.000000000 
+0000
+++ evince-45.0/debian/libevview3-3t64.symbols  2024-02-01 21:16:57.000000000 
+0000
@@ -0,0 +1,193 @@
+libevview3.so.3 libevview3-3t64 #MINVER#
+* Build-Depends-Package: libevince-dev
+ ev_document_model_get_continuous@Base 3.0.2
+ ev_document_model_get_document@Base 3.0.2
+ ev_document_model_get_dual_page@Base 3.0.2
+ ev_document_model_get_dual_page_odd_pages_left@Base 3.3.90
+ ev_document_model_get_fullscreen@Base 3.0.2
+ ev_document_model_get_inverted_colors@Base 3.0.2
+ ev_document_model_get_max_scale@Base 3.0.2
+ ev_document_model_get_min_scale@Base 3.0.2
+ ev_document_model_get_page@Base 3.0.2
+ ev_document_model_get_page_layout@Base 3.7.90
+ ev_document_model_get_rotation@Base 3.0.2
+ ev_document_model_get_rtl@Base 3.35.1
+ ev_document_model_get_scale@Base 3.0.2
+ ev_document_model_get_sizing_mode@Base 3.0.2
+ ev_document_model_get_type@Base 3.0.2
+ ev_document_model_new@Base 3.0.2
+ ev_document_model_new_with_document@Base 3.0.2
+ ev_document_model_set_continuous@Base 3.0.2
+ ev_document_model_set_document@Base 3.0.2
+ ev_document_model_set_dual_page@Base 3.0.2
+ ev_document_model_set_dual_page_odd_pages_left@Base 3.3.90
+ ev_document_model_set_fullscreen@Base 3.0.2
+ ev_document_model_set_inverted_colors@Base 3.0.2
+ ev_document_model_set_max_scale@Base 3.0.2
+ ev_document_model_set_min_scale@Base 3.0.2
+ ev_document_model_set_page@Base 3.0.2
+ ev_document_model_set_page_by_label@Base 3.0.2
+ ev_document_model_set_page_layout@Base 3.7.90
+ ev_document_model_set_rotation@Base 3.0.2
+ ev_document_model_set_rtl@Base 3.35.1
+ ev_document_model_set_scale@Base 3.0.2
+ ev_document_model_set_sizing_mode@Base 3.0.2
+ ev_job_annots_get_type@Base 3.0.2
+ ev_job_annots_new@Base 3.0.2
+ ev_job_attachments_get_type@Base 3.0.2
+ ev_job_attachments_new@Base 3.0.2
+ ev_job_cancel@Base 3.0.2
+ ev_job_export_get_type@Base 3.0.2
+ ev_job_export_new@Base 3.0.2
+ ev_job_export_set_page@Base 3.0.2
+ ev_job_failed@Base 3.0.2
+ ev_job_failed_from_error@Base 3.0.2
+ ev_job_find_get_n_main_results@Base 43~alpha
+ ev_job_find_get_n_results@Base 3.0.2
+ ev_job_find_get_options@Base 3.5.3
+ ev_job_find_get_progress@Base 3.0.2
+ ev_job_find_get_results@Base 3.0.2
+ ev_job_find_get_type@Base 3.0.2
+ ev_job_find_has_results@Base 3.0.2
+ ev_job_find_new@Base 3.0.2
+ ev_job_find_set_options@Base 3.5.3
+ ev_job_fonts_get_type@Base 3.0.2
+ ev_job_fonts_new@Base 3.0.2
+ ev_job_get_run_mode@Base 3.0.2
+ ev_job_get_type@Base 3.0.2
+ ev_job_is_failed@Base 3.0.2
+ ev_job_is_finished@Base 3.0.2
+ ev_job_layers_get_type@Base 3.0.2
+ ev_job_layers_new@Base 3.0.2
+ ev_job_links_get_model@Base 3.5.92
+ ev_job_links_get_type@Base 3.0.2
+ ev_job_links_new@Base 3.0.2
+ ev_job_load_fd_get_type@Base 42~beta
+ ev_job_load_fd_new@Base 42~beta
+ ev_job_load_fd_new_take@Base 42~beta
+ ev_job_load_fd_set_fd@Base 42~beta
+ ev_job_load_fd_set_load_flags@Base 42~beta
+ ev_job_load_fd_set_mime_type@Base 42~beta
+ ev_job_load_fd_set_password@Base 42~beta
+ ev_job_load_fd_take_fd@Base 42~beta
+ ev_job_load_get_type@Base 3.0.2
+ ev_job_load_gfile_get_type@Base 3.5.2
+ ev_job_load_gfile_new@Base 3.5.2
+ ev_job_load_gfile_set_gfile@Base 3.5.2
+ ev_job_load_gfile_set_load_flags@Base 3.5.2
+ ev_job_load_gfile_set_password@Base 3.5.2
+ ev_job_load_new@Base 3.0.2
+ ev_job_load_set_password@Base 3.0.2
+ ev_job_load_set_uri@Base 3.0.2
+ ev_job_load_stream_get_type@Base 3.5.2
+ ev_job_load_stream_new@Base 3.5.2
+ ev_job_load_stream_set_load_flags@Base 3.5.2
+ ev_job_load_stream_set_mime_type@Base 42~beta
+ ev_job_load_stream_set_password@Base 3.5.2
+ ev_job_load_stream_set_stream@Base 3.5.2
+ ev_job_page_data_flags_get_type@Base 3.0.2
+ ev_job_page_data_get_type@Base 3.0.2
+ ev_job_page_data_new@Base 3.0.2
+ ev_job_print_get_type@Base 3.0.2
+ ev_job_print_new@Base 3.0.2
+ ev_job_print_set_cairo@Base 3.0.2
+ ev_job_print_set_page@Base 3.0.2
+ ev_job_priority_get_type@Base 3.0.2
+ ev_job_render_get_type@Base 3.0.2
+ ev_job_render_new@Base 3.0.2
+ ev_job_render_set_selection_info@Base 3.0.2
+ ev_job_run@Base 3.0.2
+ ev_job_run_mode_get_type@Base 3.0.2
+ ev_job_save_get_type@Base 3.0.2
+ ev_job_save_new@Base 3.0.2
+ ev_job_scheduler_get_running_thread_job@Base 3.0.2
+ ev_job_scheduler_push_job@Base 3.0.2
+ ev_job_scheduler_update_job@Base 3.0.2
+ ev_job_scheduler_wait@Base 43~alpha
+ ev_job_set_run_mode@Base 3.0.2
+ ev_job_succeeded@Base 3.0.2
+ ev_job_thumbnail_format_get_type@Base 3.13.91
+ ev_job_thumbnail_get_type@Base 3.0.2
+ ev_job_thumbnail_new@Base 3.0.2
+ ev_job_thumbnail_new_with_target_size@Base 3.13.91
+ ev_job_thumbnail_set_has_frame@Base 3.7.90
+ ev_job_thumbnail_set_output_format@Base 3.13.91
+ ev_page_layout_get_type@Base 3.7.90
+ ev_print_operation_cancel@Base 3.0.2
+ ev_print_operation_exists_for_document@Base 3.0.2
+ ev_print_operation_get_default_page_setup@Base 3.0.2
+ ev_print_operation_get_embed_page_setup@Base 3.0.2
+ ev_print_operation_get_error@Base 3.0.2
+ ev_print_operation_get_job_name@Base 3.0.2
+ ev_print_operation_get_print_settings@Base 3.0.2
+ ev_print_operation_get_progress@Base 3.0.2
+ ev_print_operation_get_status@Base 3.0.2
+ ev_print_operation_get_type@Base 3.0.2
+ ev_print_operation_new@Base 3.0.2
+ ev_print_operation_run@Base 3.0.2
+ ev_print_operation_set_current_page@Base 3.0.2
+ ev_print_operation_set_default_page_setup@Base 3.0.2
+ ev_print_operation_set_embed_page_setup@Base 3.0.2
+ ev_print_operation_set_job_name@Base 3.0.2
+ ev_print_operation_set_print_settings@Base 3.0.2
+ ev_sizing_mode_get_type@Base 3.0.2
+ ev_stock_icons_init@Base 3.0.2
+ ev_stock_icons_set_screen@Base 3.0.2
+ ev_stock_icons_shutdown@Base 3.0.2
+ ev_view_add_text_markup_annotation_for_selected_text@Base 3.29.91
+ ev_view_autoscroll_start@Base 3.0.2
+ ev_view_autoscroll_stop@Base 3.0.2
+ ev_view_begin_add_annotation@Base 3.0.2
+ ev_view_can_zoom_in@Base 3.0.2
+ ev_view_can_zoom_out@Base 3.0.2
+ ev_view_cancel_add_annotation@Base 3.0.2
+ ev_view_copy@Base 3.0.2
+ ev_view_copy_link_address@Base 3.0.2
+ ev_view_current_event_is_type@Base 42~beta
+ ev_view_find_cancel@Base 3.0.2
+ ev_view_find_changed@Base 3.0.2
+ ev_view_find_next@Base 3.0.2
+ ev_view_find_previous@Base 3.0.2
+ ev_view_find_restart@Base 3.11.90
+ ev_view_find_search_changed@Base 3.0.2
+ ev_view_find_set_highlight_search@Base 3.0.2
+ ev_view_find_set_result@Base 3.10.0
+ ev_view_find_started@Base 3.5.92
+ ev_view_focus_annotation@Base 3.0.2
+ ev_view_get_allow_links_change_zoom@Base 3.13.91
+ ev_view_get_enable_spellchecking@Base 3.29.91
+ ev_view_get_has_selection@Base 3.0.2
+ ev_view_get_page_extents@Base 3.0.2
+ ev_view_get_page_extents_for_border@Base 3.34.1
+ ev_view_get_selected_text@Base 3.29.91
+ ev_view_get_type@Base 3.0.2
+ ev_view_handle_link@Base 3.0.2
+ ev_view_hide_cursor@Base 3.0.2
+ ev_view_highlight_forward_search@Base 3.0.2
+ ev_view_is_caret_navigation_enabled@Base 3.10.0
+ ev_view_is_loading@Base 3.7.90
+ ev_view_new@Base 3.0.2
+ ev_view_next_page@Base 3.0.2
+ ev_view_presentation_get_current_page@Base 3.0.2
+ ev_view_presentation_get_rotation@Base 3.0.2
+ ev_view_presentation_get_type@Base 3.0.2
+ ev_view_presentation_new@Base 3.0.2
+ ev_view_presentation_next_page@Base 3.0.2
+ ev_view_presentation_previous_page@Base 3.0.2
+ ev_view_presentation_set_rotation@Base 3.0.2
+ ev_view_previous_page@Base 3.0.2
+ ev_view_reload@Base 3.0.2
+ ev_view_remove_annotation@Base 3.13.91
+ ev_view_scroll@Base 3.0.2
+ ev_view_select_all@Base 3.0.2
+ ev_view_set_allow_links_change_zoom@Base 3.13.91
+ ev_view_set_caret_cursor_position@Base 3.10.0
+ ev_view_set_caret_navigation_enabled@Base 3.10.0
+ ev_view_set_enable_spellchecking@Base 3.29.91
+ ev_view_set_loading@Base 3.0.2
+ ev_view_set_model@Base 3.0.2
+ ev_view_set_page_cache_size@Base 3.0.2
+ ev_view_show_cursor@Base 3.0.2
+ ev_view_supports_caret_navigation@Base 3.10.0
+ ev_view_zoom_in@Base 3.0.2
+ ev_view_zoom_out@Base 3.0.2

Reply via email to