r34477 - /desktop/unstable/evince/debian/

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Apr 19 13:15:04 UTC 2012


Author: biebl
Date: Thu Apr 19 13:15:04 2012
New Revision: 34477

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34477
Log:
Split libevince3-3 into libevdocument3-4 and libevview3-3 as libevdocument
had a soname bump but libevview did not, so they are no longer in sync.
We still keep a single -dev and gir package for convenience sake.

Added:
    desktop/unstable/evince/debian/libevdocument3-4.install
      - copied, changed from r34467, desktop/unstable/evince/debian/libevince3-3.install
    desktop/unstable/evince/debian/libevdocument3-4.lintian-overrides
      - copied, changed from r34467, desktop/unstable/evince/debian/libevince3-3.lintian-overrides
    desktop/unstable/evince/debian/libevdocument3-4.symbols
      - copied, changed from r34467, desktop/unstable/evince/debian/libevince3-3.symbols
    desktop/unstable/evince/debian/libevview3-3.install
      - copied, changed from r34467, desktop/unstable/evince/debian/libevince3-3.install
    desktop/unstable/evince/debian/libevview3-3.lintian-overrides
      - copied, changed from r34467, desktop/unstable/evince/debian/libevince3-3.lintian-overrides
    desktop/unstable/evince/debian/libevview3-3.symbols
      - copied, changed from r34467, desktop/unstable/evince/debian/libevince3-3.symbols
Removed:
    desktop/unstable/evince/debian/libevince3-3.install
    desktop/unstable/evince/debian/libevince3-3.lintian-overrides
    desktop/unstable/evince/debian/libevince3-3.symbols
Modified:
    desktop/unstable/evince/debian/changelog
    desktop/unstable/evince/debian/control.in
    desktop/unstable/evince/debian/rules

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=34477&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog [utf-8] (original)
+++ desktop/unstable/evince/debian/changelog [utf-8] Thu Apr 19 13:15:04 2012
@@ -7,8 +7,11 @@
   * Don't bother setting a shlibs version for dh_makeshlibs since we use a
     symbols file, use "-V -- -c4" instead.
   * Bump Standards-Version to 3.9.3.
-
- -- Michael Biebl <biebl at debian.org>  Thu, 19 Apr 2012 15:01:03 +0200
+  * Split libevince3-3 into libevdocument3-4 and libevview3-3 as libevdocument
+    had a soname bump but libevview did not, so they are no longer in sync.
+    We still keep a single -dev and gir package for convenience sake.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 19 Apr 2012 15:08:30 +0200
 
 evince (3.3.90-1) experimental; urgency=low
 

Modified: desktop/unstable/evince/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control.in?rev=34477&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control.in [utf-8] (original)
+++ desktop/unstable/evince/debian/control.in [utf-8] Thu Apr 19 13:15:04 2012
@@ -42,7 +42,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libevince3-3 (= ${binary:Version}),
+         libevdocument3-4 (= ${binary:Version}),
+         libevview3-3 (= ${binary:Version}),
          evince-common (>= ${gnome:Version}),
          evince-common (<< ${gnome:NextVersion}),
          gnome-icon-theme (>= 2.17.1),
@@ -69,7 +70,8 @@
 Architecture: any
 Depends: ${misc:Depends},
          evince (= ${binary:Version}),
-         libevince3-3 (= ${binary:Version})
+         libevdocument3-4 (= ${binary:Version}),
+         libevview3-3 (= ${binary:Version})
 Description: Document (PostScript, PDF) viewer - debugging symbols
  Evince is a simple multi-page document viewer.  It can display and print
  PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable
@@ -86,7 +88,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libevince3-3 (= ${binary:Version}),
+         libevdocument3-4 (= ${binary:Version}),
+         libevview3-3 (= ${binary:Version}),
          evince-common (>= ${gnome:Version}),
          evince-common (<< ${gnome:NextVersion}),
          gnome-icon-theme (>= 2.17.1),
@@ -123,26 +126,33 @@
  .
  This package contains shared files for evince and evince-gtk packages.
 
-Package: libevince3-3
+Package: libevdocument3-4
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Replaces: libevince3
-Breaks: libevince3
 Description: Document (PostScript, PDF) rendering library
- This package contains evince-related libraries for rendering and displaying
- Evince documents like PostScript (PS), Encapsulated PostScript (EPS), DJVU,
- DVI and Portable Document Format (PDF) files.
-  * libevdocument, which performs the rendering of the documents
-  * libevview, which provides GTK+ widgets for displaying documents
+ This package contains libevdocument, which performs the rendering of the
+ documents.
  .
- It is shipped with the ps, pdf, dvi, tiff, djvu, comics pixbuf backends.
+ It shipps with a ps, pdf, dvi, tiff, djvu, comics and xps backend.
+
+Package: libevview3-3
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Replaces: libevince3-3
+Breaks: libevince3-3
+Description: Document (PostScript, PDF) rendering library - Gtk+ widgets
+ This package contains libevview, which provides GTK+ widgets for displaying
+ documents.
 
 Package: libevince-dev
 Architecture: any
 Section: libdevel
-Depends: libevince3-3 (= ${binary:Version}),
+Depends: libevdocument3-4 (= ${binary:Version}),
+         libevview3-3 (= ${binary:Version}),
          gir1.2-evince-3.0 (= ${binary:Version}),
          ${misc:Depends},
          libgtk-3-dev (>= 3.0.2),
@@ -154,7 +164,7 @@
  * libevdocument, which performs the rendering of the documents
  * libevview, which provides GTK+ widgets for displaying documents
  .
- This package provides the development headers, static libraries and 
+ This package provides the development headers, static libraries and
  documentation.
 
 Package: gir1.2-evince-3.0
@@ -165,8 +175,9 @@
          ${misc:Depends}
 Provides: gir1.2-evince-document-3.0,
           gir1.2-evince-view-3.0
-Description: GObject introspection data for the libevince library
- This package contains introspection data for the libevince library.
+Description: GObject introspection data for the evince libraries
+ This package contains introspection data for the libevview and
+ libevdocument library.
  .
  Evince is a simple multi-page document viewer.  It can display and print
  PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable

Copied: desktop/unstable/evince/debian/libevdocument3-4.install (from r34467, desktop/unstable/evince/debian/libevince3-3.install)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/libevdocument3-4.install?rev=34477&op=diff
==============================================================================
--- desktop/unstable/evince/debian/libevince3-3.install [utf-8] (original)
+++ desktop/unstable/evince/debian/libevdocument3-4.install [utf-8] Thu Apr 19 13:15:04 2012
@@ -1,3 +1,3 @@
-usr/lib/*.so.*
+usr/lib/libevdocument*.so.*
 usr/lib/evince/*/backends/*.so
 usr/lib/evince/*/backends/*.evince-backend

Copied: desktop/unstable/evince/debian/libevdocument3-4.lintian-overrides (from r34467, desktop/unstable/evince/debian/libevince3-3.lintian-overrides)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/libevdocument3-4.lintian-overrides?rev=34477&op=diff
==============================================================================
--- desktop/unstable/evince/debian/libevince3-3.lintian-overrides [utf-8] (original)
+++ desktop/unstable/evince/debian/libevdocument3-4.lintian-overrides [utf-8] Thu Apr 19 13:15:04 2012
@@ -1,3 +1,3 @@
 #Our copyright file is more complex, but correct:
-libevince3-3: copyright-without-copyright-notice
-libevince3-3: copyright-refers-to-versionless-license-file
+libevdocument3-4: copyright-without-copyright-notice
+libevdocument3-4: copyright-refers-to-versionless-license-file

Copied: desktop/unstable/evince/debian/libevdocument3-4.symbols (from r34467, desktop/unstable/evince/debian/libevince3-3.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/libevdocument3-4.symbols?rev=34477&op=diff
==============================================================================
--- desktop/unstable/evince/debian/libevince3-3.symbols [utf-8] (original)
+++ desktop/unstable/evince/debian/libevdocument3-4.symbols [utf-8] Thu Apr 19 13:15:04 2012
@@ -1,4 +1,4 @@
-libevdocument3.so.3 libevince3-3 #MINVER#
+libevdocument3.so.4 libevdocument3-4 #MINVER#
  ev_annotation_attachment_get_attachment at Base 3.0.2
  ev_annotation_attachment_get_type at Base 3.0.2
  ev_annotation_attachment_new at Base 3.0.2
@@ -303,205 +303,3 @@
  ev_transition_effect_new at Base 3.0.2
  ev_transition_effect_type_get_type at Base 3.0.2
  ev_xfer_uri_simple at Base 3.0.2
-libevview3.so.3 libevince3-3 #MINVER#
- ev_annotation_window_get_annotation at Base 3.0.2
- ev_annotation_window_get_rectangle at Base 3.0.2
- ev_annotation_window_get_type at Base 3.0.2
- ev_annotation_window_grab_focus at Base 3.0.2
- ev_annotation_window_is_open at Base 3.0.2
- ev_annotation_window_new at Base 3.0.2
- ev_annotation_window_set_annotation at Base 3.0.2
- ev_annotation_window_set_rectangle at Base 3.0.2
- ev_annotation_window_ungrab_focus at Base 3.0.2
- ev_document_model_get_continuous at Base 3.0.2
- ev_document_model_get_document at Base 3.0.2
- ev_document_model_get_dual_page at Base 3.0.2
- ev_document_model_get_dual_page_odd_pages_left at Base 3.3.90
- ev_document_model_get_fullscreen at Base 3.0.2
- ev_document_model_get_inverted_colors at Base 3.0.2
- ev_document_model_get_max_scale at Base 3.0.2
- ev_document_model_get_min_scale at Base 3.0.2
- ev_document_model_get_page at Base 3.0.2
- ev_document_model_get_rotation at Base 3.0.2
- ev_document_model_get_scale at Base 3.0.2
- ev_document_model_get_sizing_mode at Base 3.0.2
- ev_document_model_get_type at Base 3.0.2
- ev_document_model_new at Base 3.0.2
- ev_document_model_new_with_document at Base 3.0.2
- ev_document_model_set_continuous at Base 3.0.2
- ev_document_model_set_document at Base 3.0.2
- ev_document_model_set_dual_page at Base 3.0.2
- ev_document_model_set_dual_page_odd_pages_left at Base 3.3.90
- ev_document_model_set_fullscreen at Base 3.0.2
- ev_document_model_set_inverted_colors at Base 3.0.2
- ev_document_model_set_max_scale at Base 3.0.2
- ev_document_model_set_min_scale at Base 3.0.2
- ev_document_model_set_page at Base 3.0.2
- ev_document_model_set_page_by_label at Base 3.0.2
- ev_document_model_set_rotation at Base 3.0.2
- ev_document_model_set_scale at Base 3.0.2
- ev_document_model_set_sizing_mode at Base 3.0.2
- ev_job_annots_get_type at Base 3.0.2
- ev_job_annots_new at Base 3.0.2
- ev_job_attachments_get_type at Base 3.0.2
- ev_job_attachments_new at Base 3.0.2
- ev_job_cancel at Base 3.0.2
- ev_job_export_get_type at Base 3.0.2
- ev_job_export_new at Base 3.0.2
- ev_job_export_set_page at Base 3.0.2
- ev_job_failed at Base 3.0.2
- ev_job_failed_from_error at Base 3.0.2
- ev_job_find_get_n_results at Base 3.0.2
- ev_job_find_get_progress at Base 3.0.2
- ev_job_find_get_results at Base 3.0.2
- ev_job_find_get_type at Base 3.0.2
- ev_job_find_has_results at Base 3.0.2
- ev_job_find_new at Base 3.0.2
- ev_job_fonts_get_type at Base 3.0.2
- ev_job_fonts_new at Base 3.0.2
- ev_job_get_run_mode at Base 3.0.2
- ev_job_get_type at Base 3.0.2
- ev_job_is_failed at Base 3.0.2
- ev_job_is_finished at Base 3.0.2
- ev_job_layers_get_type at Base 3.0.2
- ev_job_layers_new at Base 3.0.2
- ev_job_links_get_type at Base 3.0.2
- ev_job_links_new at Base 3.0.2
- ev_job_load_get_type at Base 3.0.2
- ev_job_load_new at Base 3.0.2
- ev_job_load_set_password at Base 3.0.2
- ev_job_load_set_uri at Base 3.0.2
- ev_job_page_data_flags_get_type at Base 3.0.2
- ev_job_page_data_get_type at Base 3.0.2
- ev_job_page_data_new at Base 3.0.2
- ev_job_print_get_type at Base 3.0.2
- ev_job_print_new at Base 3.0.2
- ev_job_print_set_cairo at Base 3.0.2
- ev_job_print_set_page at Base 3.0.2
- ev_job_priority_get_type at Base 3.0.2
- ev_job_render_get_type at Base 3.0.2
- ev_job_render_new at Base 3.0.2
- ev_job_render_set_selection_info at Base 3.0.2
- ev_job_run at Base 3.0.2
- ev_job_run_mode_get_type at Base 3.0.2
- ev_job_save_get_type at Base 3.0.2
- ev_job_save_new at Base 3.0.2
- ev_job_scheduler_get_running_thread_job at Base 3.0.2
- ev_job_scheduler_push_job at Base 3.0.2
- ev_job_scheduler_update_job at Base 3.0.2
- ev_job_set_run_mode at Base 3.0.2
- ev_job_succeeded at Base 3.0.2
- ev_job_thumbnail_get_type at Base 3.0.2
- ev_job_thumbnail_new at Base 3.0.2
- ev_loading_window_get_size at Base 3.0.2
- ev_loading_window_get_type at Base 3.0.2
- ev_loading_window_move at Base 3.0.2
- ev_loading_window_new at Base 3.0.2
- ev_page_cache_get_annot_mapping at Base 3.0.2
- ev_page_cache_get_flags at Base 3.0.2
- ev_page_cache_get_form_field_mapping at Base 3.0.2
- ev_page_cache_get_image_mapping at Base 3.0.2
- ev_page_cache_get_link_mapping at Base 3.0.2
- ev_page_cache_get_text at Base 3.0.2
- ev_page_cache_get_text_layout at Base 3.0.2
- ev_page_cache_get_text_mapping at Base 3.0.2
- ev_page_cache_get_type at Base 3.0.2
- ev_page_cache_mark_dirty at Base 3.0.2
- ev_page_cache_new at Base 3.0.2
- ev_page_cache_set_flags at Base 3.0.2
- ev_page_cache_set_page_range at Base 3.0.2
- ev_pixbuf_cache_clear at Base 3.0.2
- ev_pixbuf_cache_get_selection_list at Base 3.0.2
- ev_pixbuf_cache_get_selection_surface at Base 3.0.2
- ev_pixbuf_cache_get_surface at Base 3.0.2
- ev_pixbuf_cache_get_type at Base 3.0.2
- ev_pixbuf_cache_new at Base 3.0.2
- ev_pixbuf_cache_reload_page at Base 3.0.2
- ev_pixbuf_cache_set_inverted_colors at Base 3.0.2
- ev_pixbuf_cache_set_max_size at Base 3.0.2
- ev_pixbuf_cache_set_page_range at Base 3.0.2
- ev_pixbuf_cache_set_selection_list at Base 3.0.2
- ev_pixbuf_cache_style_changed at Base 3.0.2
- ev_print_operation_cancel at Base 3.0.2
- ev_print_operation_exists_for_document at Base 3.0.2
- ev_print_operation_get_default_page_setup at Base 3.0.2
- ev_print_operation_get_embed_page_setup at Base 3.0.2
- ev_print_operation_get_error at Base 3.0.2
- ev_print_operation_get_job_name at Base 3.0.2
- ev_print_operation_get_print_settings at Base 3.0.2
- ev_print_operation_get_progress at Base 3.0.2
- ev_print_operation_get_status at Base 3.0.2
- ev_print_operation_get_type at Base 3.0.2
- ev_print_operation_new at Base 3.0.2
- ev_print_operation_run at Base 3.0.2
- ev_print_operation_set_current_page at Base 3.0.2
- ev_print_operation_set_default_page_setup at Base 3.0.2
- ev_print_operation_set_embed_page_setup at Base 3.0.2
- ev_print_operation_set_job_name at Base 3.0.2
- ev_print_operation_set_print_settings at Base 3.0.2
- ev_sizing_mode_get_type at Base 3.0.2
- ev_stock_icons_init at Base 3.0.2
- ev_stock_icons_set_screen at Base 3.0.2
- ev_stock_icons_shutdown at Base 3.0.2
- ev_timeline_get_duration at Base 3.0.2
- ev_timeline_get_fps at Base 3.0.2
- ev_timeline_get_loop at Base 3.0.2
- ev_timeline_get_progress at Base 3.0.2
- ev_timeline_get_type at Base 3.0.2
- ev_timeline_is_running at Base 3.0.2
- ev_timeline_new at Base 3.0.2
- ev_timeline_pause at Base 3.0.2
- ev_timeline_rewind at Base 3.0.2
- ev_timeline_set_duration at Base 3.0.2
- ev_timeline_set_fps at Base 3.0.2
- ev_timeline_set_loop at Base 3.0.2
- ev_timeline_start at Base 3.0.2
- ev_transition_animation_get_type at Base 3.0.2
- ev_transition_animation_new at Base 3.0.2
- ev_transition_animation_paint at Base 3.0.2
- ev_transition_animation_ready at Base 3.0.2
- ev_transition_animation_set_dest_surface at Base 3.0.2
- ev_transition_animation_set_origin_surface at Base 3.0.2
- ev_view_accessible_factory_get_type at Base 3.0.2
- ev_view_autoscroll_start at Base 3.0.2
- ev_view_autoscroll_stop at Base 3.0.2
- ev_view_begin_add_annotation at Base 3.0.2
- ev_view_can_zoom_in at Base 3.0.2
- ev_view_can_zoom_out at Base 3.0.2
- ev_view_cancel_add_annotation at Base 3.0.2
- ev_view_copy at Base 3.0.2
- ev_view_copy_link_address at Base 3.0.2
- ev_view_cursor_new at Base 3.0.2
- ev_view_find_cancel at Base 3.0.2
- ev_view_find_changed at Base 3.0.2
- ev_view_find_next at Base 3.0.2
- ev_view_find_previous at Base 3.0.2
- ev_view_find_search_changed at Base 3.0.2
- ev_view_find_set_highlight_search at Base 3.0.2
- ev_view_focus_annotation at Base 3.0.2
- ev_view_get_has_selection at Base 3.0.2
- ev_view_get_page_extents at Base 3.0.2
- ev_view_get_type at Base 3.0.2
- ev_view_handle_link at Base 3.0.2
- ev_view_hide_cursor at Base 3.0.2
- ev_view_highlight_forward_search at Base 3.0.2
- ev_view_new at Base 3.0.2
- ev_view_next_page at Base 3.0.2
- ev_view_presentation_get_current_page at Base 3.0.2
- ev_view_presentation_get_rotation at Base 3.0.2
- ev_view_presentation_get_type at Base 3.0.2
- ev_view_presentation_new at Base 3.0.2
- ev_view_presentation_next_page at Base 3.0.2
- ev_view_presentation_previous_page at Base 3.0.2
- ev_view_presentation_set_rotation at Base 3.0.2
- ev_view_previous_page at Base 3.0.2
- ev_view_reload at Base 3.0.2
- ev_view_scroll at Base 3.0.2
- ev_view_select_all at Base 3.0.2
- ev_view_selection_mode_get_type at Base 3.0.2
- ev_view_set_loading at Base 3.0.2
- ev_view_set_model at Base 3.0.2
- ev_view_set_page_cache_size at Base 3.0.2
- ev_view_show_cursor at Base 3.0.2
- ev_view_zoom_in at Base 3.0.2
- ev_view_zoom_out at Base 3.0.2

Copied: desktop/unstable/evince/debian/libevview3-3.install (from r34467, desktop/unstable/evince/debian/libevince3-3.install)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/libevview3-3.install?rev=34477&op=diff
==============================================================================
--- desktop/unstable/evince/debian/libevince3-3.install [utf-8] (original)
+++ desktop/unstable/evince/debian/libevview3-3.install [utf-8] Thu Apr 19 13:15:04 2012
@@ -1,3 +1,1 @@
-usr/lib/*.so.*
-usr/lib/evince/*/backends/*.so
-usr/lib/evince/*/backends/*.evince-backend
+usr/lib/libevview*.so.*

Copied: desktop/unstable/evince/debian/libevview3-3.lintian-overrides (from r34467, desktop/unstable/evince/debian/libevince3-3.lintian-overrides)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/libevview3-3.lintian-overrides?rev=34477&op=diff
==============================================================================
--- desktop/unstable/evince/debian/libevince3-3.lintian-overrides [utf-8] (original)
+++ desktop/unstable/evince/debian/libevview3-3.lintian-overrides [utf-8] Thu Apr 19 13:15:04 2012
@@ -1,3 +1,3 @@
 #Our copyright file is more complex, but correct:
-libevince3-3: copyright-without-copyright-notice
-libevince3-3: copyright-refers-to-versionless-license-file
+libevview3-3: copyright-without-copyright-notice
+libevview3-3: copyright-refers-to-versionless-license-file

Copied: desktop/unstable/evince/debian/libevview3-3.symbols (from r34467, desktop/unstable/evince/debian/libevince3-3.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/libevview3-3.symbols?rev=34477&op=diff
==============================================================================
--- desktop/unstable/evince/debian/libevince3-3.symbols [utf-8] (original)
+++ desktop/unstable/evince/debian/libevview3-3.symbols [utf-8] Thu Apr 19 13:15:04 2012
@@ -1,309 +1,4 @@
-libevdocument3.so.3 libevince3-3 #MINVER#
- ev_annotation_attachment_get_attachment at Base 3.0.2
- ev_annotation_attachment_get_type at Base 3.0.2
- ev_annotation_attachment_new at Base 3.0.2
- ev_annotation_attachment_set_attachment at Base 3.0.2
- ev_annotation_equal at Base 3.0.2
- ev_annotation_get_annotation_type at Base 3.0.2
- ev_annotation_get_color at Base 3.0.2
- ev_annotation_get_contents at Base 3.0.2
- ev_annotation_get_modified at Base 3.0.2
- ev_annotation_get_name at Base 3.0.2
- ev_annotation_get_page at Base 3.0.2
- ev_annotation_get_page_index at Base 3.0.2
- ev_annotation_get_type at Base 3.0.2
- ev_annotation_markup_get_label at Base 3.0.2
- ev_annotation_markup_get_opacity at Base 3.0.2
- ev_annotation_markup_get_popup_is_open at Base 3.0.2
- ev_annotation_markup_get_rectangle at Base 3.0.2
- ev_annotation_markup_get_type at Base 3.0.2
- ev_annotation_markup_has_popup at Base 3.0.2
- ev_annotation_markup_set_has_popup at Base 3.0.2
- ev_annotation_markup_set_label at Base 3.0.2
- ev_annotation_markup_set_opacity at Base 3.0.2
- ev_annotation_markup_set_popup_is_open at Base 3.0.2
- ev_annotation_markup_set_rectangle at Base 3.0.2
- ev_annotation_set_color at Base 3.0.2
- ev_annotation_set_contents at Base 3.0.2
- ev_annotation_set_modified at Base 3.0.2
- ev_annotation_set_modified_from_time at Base 3.0.2
- ev_annotation_set_name at Base 3.0.2
- ev_annotation_text_get_icon at Base 3.0.2
- ev_annotation_text_get_is_open at Base 3.0.2
- ev_annotation_text_get_type at Base 3.0.2
- ev_annotation_text_icon_get_type at Base 3.0.2
- ev_annotation_text_new at Base 3.0.2
- ev_annotation_text_set_icon at Base 3.0.2
- ev_annotation_text_set_is_open at Base 3.0.2
- ev_annotation_type_get_type at Base 3.0.2
- ev_annotations_save_mask_get_type at Base 3.0.2
- ev_async_renderer_get_type at Base 3.0.2
- ev_async_renderer_render_pixbuf at Base 3.0.2
- ev_attachment_error_quark at Base 3.0.2
- ev_attachment_get_creation_date at Base 3.0.2
- ev_attachment_get_description at Base 3.0.2
- ev_attachment_get_mime_type at Base 3.0.2
- ev_attachment_get_modification_date at Base 3.0.2
- ev_attachment_get_name at Base 3.0.2
- ev_attachment_get_type at Base 3.0.2
- ev_attachment_new at Base 3.0.2
- ev_attachment_open at Base 3.0.2
- ev_attachment_save at Base 3.0.2
- ev_backends_manager_get_all_types_info at Base 3.0.2
- ev_backends_manager_get_document at Base 3.0.2
- ev_backends_manager_get_document_module_name at Base 3.0.2
- ev_backends_manager_get_document_type_info at Base 3.0.2
- ev_compression_type_get_type at Base 3.0.2
- (optional)ev_doc_mutex at Base 3.3.90
- ev_document_annotations_add_annotation at Base 3.0.2
- ev_document_annotations_can_add_annotation at Base 3.0.2
- ev_document_annotations_document_is_modified at Base 3.0.2
- ev_document_annotations_get_annotations at Base 3.0.2
- ev_document_annotations_get_type at Base 3.0.2
- ev_document_annotations_save_annotation at Base 3.0.2
- ev_document_attachments_get_attachments at Base 3.0.2
- ev_document_attachments_get_type at Base 3.0.2
- ev_document_attachments_has_attachments at Base 3.0.2
- ev_document_check_dimensions at Base 3.0.2
- ev_document_doc_mutex_lock at Base 3.0.2
- ev_document_doc_mutex_trylock at Base 3.0.2
- ev_document_doc_mutex_unlock at Base 3.0.2
- ev_document_error_get_type at Base 3.0.2
- ev_document_error_quark at Base 3.0.2
- ev_document_factory_add_filters at Base 3.0.2
- ev_document_factory_get_document at Base 3.0.2
- ev_document_fc_mutex_lock at Base 3.0.2
- ev_document_fc_mutex_trylock at Base 3.0.2
- ev_document_fc_mutex_unlock at Base 3.0.2
- ev_document_find_find_text at Base 3.0.2
- ev_document_find_get_type at Base 3.0.2
- ev_document_find_page_by_label at Base 3.0.2
- ev_document_fonts_fill_model at Base 3.0.2
- ev_document_fonts_get_progress at Base 3.0.2
- ev_document_fonts_get_type at Base 3.0.2
- ev_document_fonts_scan at Base 3.0.2
- ev_document_forms_document_is_modified at Base 3.0.2
- ev_document_forms_form_field_button_get_state at Base 3.0.2
- ev_document_forms_form_field_button_set_state at Base 3.0.2
- ev_document_forms_form_field_choice_get_item at Base 3.0.2
- ev_document_forms_form_field_choice_get_n_items at Base 3.0.2
- ev_document_forms_form_field_choice_get_text at Base 3.0.2
- ev_document_forms_form_field_choice_is_item_selected at Base 3.0.2
- ev_document_forms_form_field_choice_select_item at Base 3.0.2
- ev_document_forms_form_field_choice_set_text at Base 3.0.2
- ev_document_forms_form_field_choice_toggle_item at Base 3.0.2
- ev_document_forms_form_field_choice_unselect_all at Base 3.0.2
- ev_document_forms_form_field_text_get_text at Base 3.0.2
- ev_document_forms_form_field_text_set_text at Base 3.0.2
- ev_document_forms_get_form_fields at Base 3.0.2
- ev_document_forms_get_type at Base 3.0.2
- ev_document_get_backend_info at Base 3.0.2
- ev_document_get_info at Base 3.0.2
- ev_document_get_max_label_len at Base 3.0.2
- ev_document_get_max_page_size at Base 3.0.2
- ev_document_get_min_page_size at Base 3.0.2
- ev_document_get_n_pages at Base 3.0.2
- ev_document_get_page at Base 3.0.2
- ev_document_get_page_label at Base 3.0.2
- ev_document_get_page_size at Base 3.0.2
- ev_document_get_thumbnail at Base 3.0.2
- ev_document_get_title at Base 3.0.2
- ev_document_get_type at Base 3.0.2
- ev_document_get_uri at Base 3.0.2
- ev_document_has_synctex at Base 3.0.2
- ev_document_has_text_page_labels at Base 3.0.2
- ev_document_images_get_image at Base 3.0.2
- ev_document_images_get_image_mapping at Base 3.0.2
- ev_document_images_get_type at Base 3.0.2
- ev_document_info_copy at Base 3.0.2
- ev_document_info_fields_get_type at Base 3.0.2
- ev_document_info_free at Base 3.0.2
- ev_document_info_get_type at Base 3.0.2
- ev_document_is_page_size_uniform at Base 3.0.2
- ev_document_layers_get_layers at Base 3.0.2
- ev_document_layers_get_type at Base 3.0.2
- ev_document_layers_has_layers at Base 3.0.2
- ev_document_layers_hide_layer at Base 3.0.2
- ev_document_layers_layer_is_visible at Base 3.0.2
- ev_document_layers_show_layer at Base 3.0.2
- ev_document_layout_get_type at Base 3.0.2
- ev_document_license_copy at Base 3.0.2
- ev_document_license_free at Base 3.0.2
- ev_document_license_get_text at Base 3.0.2
- ev_document_license_get_type at Base 3.0.2
- ev_document_license_get_uri at Base 3.0.2
- ev_document_license_get_web_statement at Base 3.0.2
- ev_document_license_new at Base 3.0.2
- ev_document_links_find_link_dest at Base 3.0.2
- ev_document_links_find_link_page at Base 3.0.2
- ev_document_links_get_dest_page at Base 3.0.2
- ev_document_links_get_dest_page_label at Base 3.0.2
- ev_document_links_get_link_page at Base 3.0.2
- ev_document_links_get_link_page_label at Base 3.0.2
- ev_document_links_get_links at Base 3.0.2
- ev_document_links_get_links_model at Base 3.0.2
- ev_document_links_get_type at Base 3.0.2
- ev_document_links_has_document_links at Base 3.0.2
- ev_document_load at Base 3.0.2
- ev_document_misc_format_date at Base 3.0.2
- ev_document_misc_get_loading_thumbnail at Base 3.0.2
- ev_document_misc_get_page_border_size at Base 3.0.2
- ev_document_misc_get_pointer_position at Base 3.3.90
- ev_document_misc_get_screen_dpi at Base 3.0.2
- ev_document_misc_get_thumbnail_frame at Base 3.0.2
- ev_document_misc_invert_pixbuf at Base 3.0.2
- ev_document_misc_invert_surface at Base 3.0.2
- ev_document_misc_paint_one_page at Base 3.0.2
- ev_document_misc_pixbuf_from_surface at Base 3.0.2
- ev_document_misc_surface_from_pixbuf at Base 3.0.2
- ev_document_misc_surface_rotate_and_scale at Base 3.0.2
- ev_document_mode_get_type at Base 3.0.2
- ev_document_permissions_get_type at Base 3.0.2
- ev_document_print_get_type at Base 3.0.2
- ev_document_print_print_page at Base 3.0.2
- ev_document_render at Base 3.0.2
- ev_document_save at Base 3.0.2
- ev_document_security_get_type at Base 3.0.2
- ev_document_security_has_document_security at Base 3.0.2
- ev_document_security_set_password at Base 3.0.2
- ev_document_synctex_backward_search at Base 3.0.2
- ev_document_synctex_forward_search at Base 3.0.2
- ev_document_text_get_text at Base 3.0.2
- ev_document_text_get_text_layout at Base 3.0.2
- ev_document_text_get_text_mapping at Base 3.0.2
- ev_document_text_get_type at Base 3.0.2
- ev_document_transition_get_effect at Base 3.0.2
- ev_document_transition_get_page_duration at Base 3.0.2
- ev_document_transition_get_type at Base 3.0.2
- ev_document_ui_hints_get_type at Base 3.0.2
- (optional)ev_fc_mutex at Base 3.3.90
- ev_file_compress at Base 3.0.2
- ev_file_exporter_begin at Base 3.0.2
- ev_file_exporter_begin_page at Base 3.0.2
- ev_file_exporter_capabilities_get_type at Base 3.0.2
- ev_file_exporter_do_page at Base 3.0.2
- ev_file_exporter_end at Base 3.0.2
- ev_file_exporter_end_page at Base 3.0.2
- ev_file_exporter_format_get_type at Base 3.0.2
- ev_file_exporter_get_capabilities at Base 3.0.2
- ev_file_exporter_get_type at Base 3.0.2
- ev_file_get_mime_type at Base 3.0.2
- ev_file_is_temp at Base 3.0.2
- ev_file_uncompress at Base 3.0.2
- ev_form_field_button_get_type at Base 3.0.2
- ev_form_field_button_new at Base 3.0.2
- ev_form_field_button_type_get_type at Base 3.0.2
- ev_form_field_choice_get_type at Base 3.0.2
- ev_form_field_choice_new at Base 3.0.2
- ev_form_field_choice_type_get_type at Base 3.0.2
- ev_form_field_get_type at Base 3.0.2
- ev_form_field_signature_get_type at Base 3.0.2
- ev_form_field_signature_new at Base 3.0.2
- ev_form_field_text_get_type at Base 3.0.2
- ev_form_field_text_new at Base 3.0.2
- ev_form_field_text_type_get_type at Base 3.0.2
- ev_get_locale_dir at Base 3.0.2
- ev_image_get_id at Base 3.0.2
- ev_image_get_page at Base 3.0.2
- ev_image_get_pixbuf at Base 3.0.2
- ev_image_get_tmp_uri at Base 3.0.2
- ev_image_get_type at Base 3.0.2
- ev_image_new at Base 3.0.2
- ev_image_new_from_pixbuf at Base 3.0.2
- ev_image_save_tmp at Base 3.0.2
- ev_init at Base 3.0.2
- ev_layer_get_rb_group at Base 3.0.2
- ev_layer_get_type at Base 3.0.2
- ev_layer_is_parent at Base 3.0.2
- ev_layer_new at Base 3.0.2
- ev_link_action_get_action_type at Base 3.0.2
- ev_link_action_get_dest at Base 3.0.2
- ev_link_action_get_filename at Base 3.0.2
- ev_link_action_get_hide_list at Base 3.0.2
- ev_link_action_get_name at Base 3.0.2
- ev_link_action_get_params at Base 3.0.2
- ev_link_action_get_show_list at Base 3.0.2
- ev_link_action_get_toggle_list at Base 3.0.2
- ev_link_action_get_type at Base 3.0.2
- ev_link_action_get_uri at Base 3.0.2
- ev_link_action_new_dest at Base 3.0.2
- ev_link_action_new_external_uri at Base 3.0.2
- ev_link_action_new_launch at Base 3.0.2
- ev_link_action_new_layers_state at Base 3.0.2
- ev_link_action_new_named at Base 3.0.2
- ev_link_action_new_remote at Base 3.0.2
- ev_link_action_type_get_type at Base 3.0.2
- ev_link_dest_get_bottom at Base 3.0.2
- ev_link_dest_get_dest_type at Base 3.0.2
- ev_link_dest_get_left at Base 3.0.2
- ev_link_dest_get_named_dest at Base 3.0.2
- ev_link_dest_get_page at Base 3.0.2
- ev_link_dest_get_page_label at Base 3.0.2
- ev_link_dest_get_right at Base 3.0.2
- ev_link_dest_get_top at Base 3.0.2
- ev_link_dest_get_type at Base 3.0.2
- ev_link_dest_get_zoom at Base 3.0.2
- ev_link_dest_new_fit at Base 3.0.2
- ev_link_dest_new_fith at Base 3.0.2
- ev_link_dest_new_fitr at Base 3.0.2
- ev_link_dest_new_fitv at Base 3.0.2
- ev_link_dest_new_named at Base 3.0.2
- ev_link_dest_new_page at Base 3.0.2
- ev_link_dest_new_page_label at Base 3.0.2
- ev_link_dest_new_xyz at Base 3.0.2
- ev_link_dest_type_get_type at Base 3.0.2
- ev_link_get_action at Base 3.0.2
- ev_link_get_title at Base 3.0.2
- ev_link_get_type at Base 3.0.2
- ev_link_new at Base 3.0.2
- ev_mapping_list_find at Base 3.0.2
- ev_mapping_list_find_custom at Base 3.0.2
- ev_mapping_list_get_data at Base 3.0.2
- ev_mapping_list_get_list at Base 3.0.2
- ev_mapping_list_get_page at Base 3.0.2
- ev_mapping_list_new at Base 3.0.2
- ev_mapping_list_ref at Base 3.0.2
- ev_mapping_list_unref at Base 3.0.2
- ev_mkdtemp at Base 3.0.2
- ev_mkstemp at Base 3.0.2
- ev_mkstemp_file at Base 3.0.2
- ev_module_get_object_type at Base 3.0.2
- ev_module_get_path at Base 3.0.2
- ev_module_get_type at Base 3.0.2
- ev_module_new at Base 3.0.2
- ev_module_new_object at Base 3.0.2
- ev_page_get_type at Base 3.0.2
- ev_page_new at Base 3.0.2
- ev_rect_cmp at Base 3.0.2
- ev_rectangle_copy at Base 3.0.2
- ev_rectangle_free at Base 3.0.2
- ev_rectangle_get_type at Base 3.0.2
- ev_rectangle_new at Base 3.0.2
- ev_render_context_get_type at Base 3.0.2
- ev_render_context_new at Base 3.0.2
- ev_render_context_set_page at Base 3.0.2
- ev_render_context_set_rotation at Base 3.0.2
- ev_render_context_set_scale at Base 3.0.2
- ev_selection_get_selected_text at Base 3.0.2
- ev_selection_get_selection_region at Base 3.0.2
- ev_selection_get_type at Base 3.0.2
- ev_selection_render_selection at Base 3.0.2
- ev_selection_style_get_type at Base 3.0.2
- ev_shutdown at Base 3.0.2
- ev_source_link_copy at Base 3.3.90
- ev_source_link_free at Base 3.3.90
- ev_source_link_get_type at Base 3.3.90
- ev_source_link_new at Base 3.3.90
- ev_tmp_file_unlink at Base 3.0.2
- ev_tmp_filename_unlink at Base 3.0.2
- ev_tmp_uri_unlink at Base 3.0.2
- ev_transition_effect_alignment_get_type at Base 3.0.2
- ev_transition_effect_direction_get_type at Base 3.0.2
- ev_transition_effect_get_type at Base 3.0.2
- ev_transition_effect_new at Base 3.0.2
- ev_transition_effect_type_get_type at Base 3.0.2
- ev_xfer_uri_simple at Base 3.0.2
-libevview3.so.3 libevince3-3 #MINVER#
+libevview3.so.3 libevview3-3 #MINVER#
  ev_annotation_window_get_annotation at Base 3.0.2
  ev_annotation_window_get_rectangle at Base 3.0.2
  ev_annotation_window_get_type at Base 3.0.2

Modified: desktop/unstable/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/rules?rev=34477&op=diff
==============================================================================
--- desktop/unstable/evince/debian/rules [utf-8] (original)
+++ desktop/unstable/evince/debian/rules [utf-8] Thu Apr 19 13:15:04 2012
@@ -54,7 +54,7 @@
 	rm -rf debian/evince-gtk/usr/lib/nautilus
 	rm -rf debian/evince-gtk/usr/lib/pkgconfig
 	rm -rf debian/evince-gtk/usr/lib/girepository*
-	rm -rf debian/evince-gtk/usr/lib/evince/3
+	rm -rf debian/evince-gtk/usr/lib/evince/4
 
 binary-install/evince-common::
 	rm -rf debian/evince-common/usr/share/gtk-doc




More information about the pkg-gnome-commits mailing list