From 81272ff46383a8f04138920e7d07fc5276194f47 Mon Sep 17 00:00:00 2001 From: openKylinBot Date: Mon, 25 Apr 2022 22:03:04 +0800 Subject: [PATCH] Import Debian changes 1.24.0-ok1 atril (1.24.0-ok1) yangtze; urgency=medium * Build for openKylin. --- debian/atril-common.install | 8 + debian/atril.install | 7 + debian/atril.lintian-overrides | 4 + debian/changelog | 5 + debian/control | 189 ++++ debian/copyright | 794 ++++++++++++++++ debian/copyright.in | 1019 +++++++++++++++++++++ debian/gir1.2-atrildocument-1.5.0.install | 1 + debian/gir1.2-atrilview-1.5.0.install | 1 + debian/libatrildocument-dev.install | 4 + debian/libatrildocument3.install | 2 + debian/libatrildocument3.symbols | 347 +++++++ debian/libatrilview-dev.install | 4 + debian/libatrilview3.install | 1 + debian/libatrilview3.symbols | 260 ++++++ debian/patches/README | 3 + debian/rules | 46 + debian/source/format | 1 + debian/source/lintian-overrides | 2 + debian/upstream/metadata | 6 + debian/watch | 3 + 21 files changed, 2707 insertions(+) create mode 100644 debian/atril-common.install create mode 100644 debian/atril.install create mode 100644 debian/atril.lintian-overrides create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/copyright.in create mode 100644 debian/gir1.2-atrildocument-1.5.0.install create mode 100644 debian/gir1.2-atrilview-1.5.0.install create mode 100644 debian/libatrildocument-dev.install create mode 100644 debian/libatrildocument3.install create mode 100644 debian/libatrildocument3.symbols create mode 100644 debian/libatrilview-dev.install create mode 100644 debian/libatrilview3.install create mode 100644 debian/libatrilview3.symbols create mode 100644 debian/patches/README create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/lintian-overrides create mode 100644 debian/upstream/metadata create mode 100644 debian/watch diff --git a/debian/atril-common.install b/debian/atril-common.install new file mode 100644 index 0000000..d7b0d41 --- /dev/null +++ b/debian/atril-common.install @@ -0,0 +1,8 @@ +usr/share/atril/ +usr/share/caja/extensions/ +usr/share/gtk-doc/ +usr/share/help/ +usr/share/icons/ +usr/share/locale/ +usr/share/metainfo/ +usr/share/thumbnailers/ diff --git a/debian/atril.install b/debian/atril.install new file mode 100644 index 0000000..98c0a89 --- /dev/null +++ b/debian/atril.install @@ -0,0 +1,7 @@ +usr/bin/ +usr/lib/*/atrild +usr/lib/*/caja/ +usr/share/applications/atril.desktop +usr/share/dbus-1/ +usr/share/glib-2.0/ +usr/share/man/ diff --git a/debian/atril.lintian-overrides b/debian/atril.lintian-overrides new file mode 100644 index 0000000..093df46 --- /dev/null +++ b/debian/atril.lintian-overrides @@ -0,0 +1,4 @@ +# atril ships a caja extension and those extensions are known to erroneously +# trigger debhelper's makeshlibs script +atril: postinst-has-useless-call-to-ldconfig +atril: postrm-has-useless-call-to-ldconfig diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9e68850 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +atril (1.24.0-ok1) yangtze; urgency=medium + + * Build for openKylin. + + -- openKylinBot Mon, 25 Apr 2022 22:03:04 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a6a728c --- /dev/null +++ b/debian/control @@ -0,0 +1,189 @@ +Source: atril +Section: x11 +Priority: optional +Maintainer: Debian+Ubuntu MATE Packaging Team +Uploaders: Mike Gabriel , + John Paul Adrian Glaubitz , + Stefano Karapetsas , + Vangelis Mouhtsis , + Martin Wimpress , +Build-Depends: debhelper-compat (=12), + dpkg-dev (>= 1.16.1.1), + gobject-introspection, + intltool, + libcaja-extension-dev (>= 1.18), + libdjvulibre-dev, + libgail-3-dev, + libgirepository1.0-dev, + libglib2.0-dev, + libgtk-3-dev, + libgxps-dev (>= 0.2.0), + libkpathsea-dev, + libpoppler-glib-dev (>= 0.22.0), + libsecret-1-dev, + libsm-dev, + libspectre-dev, + libsynctex-dev, + libtiff-dev, + libwebkit2gtk-4.0-dev, + libx11-dev, + libxml2-dev, + libxml2-utils, + lsb-release, + mate-common (>= 1.24.0-0), + xsltproc, + yelp-tools, + zlib1g-dev, +Standards-Version: 4.5.0 +Rules-Requires-Root: no +Homepage: https://mate-desktop.org/ +Vcs-Browser: https://salsa.debian.org/debian-mate-team/atril +Vcs-Git: https://salsa.debian.org/debian-mate-team/atril.git + +Package: atril +Architecture: any +Depends: atril-common (>= ${source:Version}), + libatrildocument3 (= ${binary:Version}), + libatrilview3 (= ${binary:Version}), + shared-mime-info, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: default-dbus-session-bus | dbus-session-bus, + gvfs, +Provides: djvu-viewer, + pdf-viewer, + postscript-viewer, +Suggests: caja, + poppler-data, + unrar, +Breaks: libatrildocument3 (<< 1.13.0), +Replaces: libatrildocument3 (<< 1.13.0), +Description: MATE document viewer + Atril is a simple multi-page document viewer. It can display + and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and + Portable Document Format (PDF) files. + . + When supported by the document, it also allows searching for text, + copying text to the clipboard, hypertext navigation, and + table-of-contents bookmarks. + +Package: atril-common +Architecture: all +Depends: ${misc:Depends}, +Breaks: atril (<= 1.0.3-0), +Description: MATE document viewer (common files) + Atril is a simple multi-page document viewer. It can display + and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and + Portable Document Format (PDF) files. + . + This package contains the architecture independent files. + +Package: libatrilview3 +Section: libs +Architecture: any +Depends: libatrildocument3 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Replaces: libatril (<< 1.9.0), +Description: MATE document viewing library + Atril is a simple multi-page document viewer. It can display + and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and + Portable Document Format (PDF) files. + . + This package contains the document viewing library used by Atril. + +Package: libatrilview-dev +Section: libdevel +Architecture: any +Depends: libatrilview3 (= ${binary:Version}), + gir1.2-atrilview-1.5.0 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Breaks: libatril-dev (<< 1.9.0), +Description: MATE document viewing library (development files) + Atril is a simple multi-page document viewer. It can display + and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and + Portable Document Format (PDF) files. + . + This package contains the development files for the libatrilview + library. + +Package: libatrildocument3 +Section: libs +Architecture: any +Depends: libjs-mathjax, + ${misc:Depends}, + ${shlibs:Depends}, +Breaks: libatril (<< 1.9.0), +Replaces: libatril (<< 1.9.0), +Description: MATE document rendering library + Atril is a simple multi-page document viewer. It can display + and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and + Portable Document Format (PDF) files. + . + This package contains the document rendering library used by Atril. + +Package: libatrildocument-dev +Section: libdevel +Architecture: any +Depends: libatrildocument3 (= ${binary:Version}), + gir1.2-atrildocument-1.5.0 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Breaks: libatril-dev (<< 1.9.0), + gir1.2-atril (<< 1.18.3-0), +Replaces: libatril-dev (<< 1.9.0), + gir1.2-atril (<< 1.18.3-0), +Description: MATE document rendering library (development files) + Atril is a simple multi-page document viewer. It can display + and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and + Portable Document Format (PDF) files. + . + This package contains the development files for the libatrildocument + library. + +Package: gir1.2-atrildocument-1.5.0 +Section: introspection +Architecture: any +Depends: ${gir:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Breaks: gir1.2-atril (<< 1.18.3-0), +Replaces: gir1.2-atril (<< 1.18.3-0), +Description: GObject introspection data for libatrildocument + Atril is a simple multi-page document viewer. It can display + and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and + Portable Document Format (PDF) files. + . + This package contains introspection data for libatrildocument. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. + +Package: gir1.2-atrilview-1.5.0 +Section: introspection +Architecture: any +Depends: ${gir:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Breaks: gir1.2-atril (<< 1.18.3-0), +Replaces: gir1.2-atril (<< 1.18.3-0), +Description: GObject introspection data for libatrilview + Atril is a simple multi-page document viewer. It can display + and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and + Portable Document Format (PDF) files. + . + This package contains introspection data for libatrilview. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. + +Package: gir1.2-atril +Section: oldlibs +Architecture: any +Depends: ${misc:Depends}, + gir1.2-atrildocument-1.5.0 (= ${binary:Version}), + gir1.2-atrilview-1.5.0 (= ${binary:Version}), +Description: GObject introspection data for libatril* (transitional package) + This package is a transitional package to gir1.2-atrildocument-1.5.0 and + gir1.2-atrilview-1.5.0. This package can be safely removed. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..1dcd975 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,794 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Atril +Upstream-Contact: Martin Wimpress +Source: https://git.mate-desktop.org/atril/ + +Files: backend/dvi/cairo-device.c + backend/dvi/cairo-device.h + backend/ps/ev-spectre.c + backend/xps/xps-document.c + backend/xps/xps-document.h + libdocument/ev-attachment.c + libdocument/ev-attachment.h + libdocument/ev-backends-manager.c + libdocument/ev-backends-manager.h + libdocument/ev-document-attachments.c + libdocument/ev-document-attachments.h + libdocument/ev-document-forms.c + libdocument/ev-document-forms.h + libdocument/ev-document-images.c + libdocument/ev-document-images.h + libdocument/ev-document-layers.c + libdocument/ev-document-layers.h + libdocument/ev-document-print.c + libdocument/ev-document-print.h + libdocument/ev-document-transition.c + libdocument/ev-document-transition.h + libdocument/ev-image.c + libdocument/ev-image.h + libdocument/ev-layer.c + libdocument/ev-layer.h + libdocument/ev-mapping-list.c + libdocument/ev-mapping-list.h + libdocument/ev-page.c + libdocument/ev-page.h + libview/ev-job-scheduler.c + libview/ev-job-scheduler.h + libview/ev-link-accessible.c + libview/ev-link-accessible.h + libview/ev-print-operation.c + libview/ev-print-operation.h + libview/ev-view-presentation.c + libview/ev-view-presentation.h + previewer/ev-previewer-window.c + previewer/ev-previewer-window.h + previewer/ev-previewer.c + shell/ev-annotation-properties-dialog.c + shell/ev-annotation-properties-dialog.h + shell/ev-file-monitor.c + shell/ev-file-monitor.h + shell/ev-keyring.c + shell/ev-keyring.h + shell/ev-loading-message.c + shell/ev-loading-message.h + shell/ev-metadata.c + shell/ev-metadata.h + shell/ev-open-recent-action.c + shell/ev-open-recent-action.h + shell/ev-progress-message-area.c + shell/ev-progress-message-area.h + shell/ev-sidebar-annotations.c + shell/ev-sidebar-annotations.h + shell/ev-sidebar-layers.c + shell/ev-sidebar-layers.h +Copyright: 2006, Carlos Garcia Campos + 2007, Carlos Garcia Campos + 2008, Carlos Garcia Campos + 2009, Carlos Garcia Campos + 2010, 2012, Carlos Garcia Campos + 2010, Carlos Garcia Campos + 2013, Carlos Garcia Campos +License: GPL-2+ + +Files: backend/pdf/ev-poppler.h + libdocument/ev-document-factory.c + libdocument/ev-document-factory.h + libdocument/ev-document-find.c + libdocument/ev-document-find.h + libdocument/ev-document-fonts.c + libdocument/ev-document-fonts.h + libdocument/ev-document-links.c + libdocument/ev-document-links.h + libdocument/ev-document-security.c + libdocument/ev-document-security.h + libdocument/ev-link.c + libdocument/ev-link.h + libdocument/ev-selection.c + libview/ev-pixbuf-cache.h + libview/ev-view-accessible.c + libview/ev-view-accessible.h + libview/ev-view-cursor.c + libview/ev-view-cursor.h + libview/ev-view-private.h + libview/ev-view.c + libview/ev-view.h + properties/ev-properties-view.c + properties/ev-properties-view.h + shell/ev-password-view.h + shell/ev-properties-dialog.c + shell/ev-properties-dialog.h + shell/ev-properties-fonts.c + shell/ev-properties-fonts.h + shell/ev-sidebar-links.c + shell/ev-sidebar-links.h + shell/ev-sidebar-thumbnails.h + shell/ev-sidebar.c + shell/ev-sidebar.h + shell/ev-window-title.c + shell/ev-window-title.h +Copyright: 2004-2005, Red Hat, Inc. +License: GPL-2+ + +Files: libdocument/ev-macros.h +Copyright: 2012, Christian Persch. +License: GPL-2+ + +Files: backend/dvi/mdvi-lib/bitmap.c + backend/dvi/mdvi-lib/bitmap.h + backend/dvi/mdvi-lib/color.c + backend/dvi/mdvi-lib/color.h + backend/dvi/mdvi-lib/common.c + backend/dvi/mdvi-lib/common.h + backend/dvi/mdvi-lib/defaults.h + backend/dvi/mdvi-lib/dviread.c + backend/dvi/mdvi-lib/files.c + backend/dvi/mdvi-lib/font.c + backend/dvi/mdvi-lib/fontmap.c + backend/dvi/mdvi-lib/fontmap.h + backend/dvi/mdvi-lib/fontsrch.c + backend/dvi/mdvi-lib/gf.c + backend/dvi/mdvi-lib/hash.c + backend/dvi/mdvi-lib/list.c + backend/dvi/mdvi-lib/mdvi.h + backend/dvi/mdvi-lib/pagesel.c + backend/dvi/mdvi-lib/paper.c + backend/dvi/mdvi-lib/pk.c + backend/dvi/mdvi-lib/private.h + backend/dvi/mdvi-lib/setup.c + backend/dvi/mdvi-lib/sp-epsf.c + backend/dvi/mdvi-lib/special.c + backend/dvi/mdvi-lib/sysdeps.h + backend/dvi/mdvi-lib/t1.c + backend/dvi/mdvi-lib/tfm.c + backend/dvi/mdvi-lib/tfmfile.c + backend/dvi/mdvi-lib/tt.c + backend/dvi/mdvi-lib/util.c + backend/dvi/mdvi-lib/vf.c +Copyright: 2000, Matias Atria +License: GPL-2+ + +Files: cut-n-paste/toolbar-editor/egg-editable-toolbar.c + cut-n-paste/toolbar-editor/egg-editable-toolbar.h + cut-n-paste/toolbar-editor/egg-toolbars-model.c + cut-n-paste/zoom-control/ephy-zoom-action.c + cut-n-paste/zoom-control/ephy-zoom-action.h + libmisc/ev-page-action-widget.c + libmisc/ev-page-action-widget.h + libmisc/ev-page-action.c + libmisc/ev-page-action.h + shell/ev-navigation-action-widget.c + shell/ev-navigation-action-widget.h + shell/ev-navigation-action.c + shell/ev-navigation-action.h +Copyright: 2002-2004, Marco Pesenti Gritti + 2003-2005, Christian Persch +License: GPL-2+ + +Files: cut-n-paste/toolbar-editor/egg-toolbar-editor.c + cut-n-paste/toolbar-editor/egg-toolbar-editor.h + cut-n-paste/toolbar-editor/egg-toolbars-model.h + libdocument/ev-async-renderer.c + libdocument/ev-async-renderer.h + libdocument/ev-document-info.h + libdocument/ev-document-misc.h + libdocument/ev-selection.h + shell/ev-history.c + shell/ev-history.h + shell/ev-sidebar-page.c + shell/ev-sidebar-page.h + shell/main.c +Copyright: 2000-2005, Marco Pesenti Gritti +License: GPL-2+ + +Files: libview/ev-document-model.h + libview/ev-page-cache.c + libview/ev-page-cache.h + shell/ev-message-area.c + shell/ev-message-area.h + shell/ev-sidebar-attachments.c + shell/ev-sidebar-attachments.h +Copyright: 2006-2009, Carlos Garcia Campos +License: GPL-2+ + +Files: libdocument/ev-link-action.c + libdocument/ev-link-action.h + libdocument/ev-link-dest.c + libdocument/ev-link-dest.h + libview/ev-jobs.c + libview/ev-jobs.h + shell/ev-password-view.c +Copyright: 2005, Red Hat, Inc. + 2006-2008, Carlos Garcia Campos +License: GPL-2+ + +Files: libdocument/ev-file-exporter.c + libdocument/ev-file-exporter.h + libview/ev-stock-icons.c + libview/ev-stock-icons.h + shell/ev-application.h + shell/ev-window.h +Copyright: 2003-2004, Martin Kretzschmar +License: GPL-2+ + +Files: backend/pixbuf/pixbuf-document.c + backend/pixbuf/pixbuf-document.h + libdocument/ev-document-thumbnails.c + shell/ev-utils.c + shell/ev-utils.h +Copyright: 2004, Anders Carlsson +License: GPL-2+ + +Files: libdocument/ev-annotation.c + libdocument/ev-annotation.h + libdocument/ev-document-annotations.c + libview/ev-annotation-window.c + libview/ev-annotation-window.h +Copyright: 2007, Iñigo Martinez + 2009, Carlos Garcia Campos +License: GPL-2+ + +Files: libview/ev-form-field-accessible.c + libview/ev-form-field-accessible.h + libview/ev-image-accessible.c + libview/ev-image-accessible.h + libview/ev-page-accessible.c + libview/ev-page-accessible.h +Copyright: 2014, Igalia +License: GPL-2+ + +Files: cut-n-paste/smclient/eggdesktopfile.h + cut-n-paste/smclient/eggsmclient-private.h + cut-n-paste/smclient/eggsmclient.c + cut-n-paste/smclient/eggsmclient.h +Copyright: 2007, Novell, Inc. +License: LGPL-2+ + +Files: atril-document.h + atril-view.h + libdocument/ev-init.c + libdocument/ev-init.h +Copyright: 2009, Christian Persch +License: LGPL-2.1+ + +Files: cut-n-paste/zoom-control/ephy-zoom-control.c + cut-n-paste/zoom-control/ephy-zoom-control.h + cut-n-paste/zoom-control/ephy-zoom.c + cut-n-paste/zoom-control/ephy-zoom.h +Copyright: 2003-2004, Christian Persch +License: GPL-2+ + +Files: backend/tiff/tiff-document.c + backend/tiff/tiff-document.h + libdocument/ev-render-context.c + libdocument/ev-render-context.h +Copyright: 2005, Jonathan Blandford +License: GPL-2+ + +Files: backend/djvu/djvu-document.c + backend/djvu/djvu-document.h + backend/dvi/dvi-document.c + backend/dvi/dvi-document.h +Copyright: 2005, Nickolay V. Shmyrev +License: GPL-2+ + +Files: libview/ev-timeline.c + libview/ev-timeline.h + libview/ev-transition-animation.c + libview/ev-transition-animation.h +Copyright: 2007, Carlos Garnacho +License: LGPL-2+ + +Files: backend/pdf/ev-poppler.cc + shell/ev-properties-license.c + shell/ev-properties-license.h +Copyright: 2004-2005, Red Hat, Inc. + 2009, Juanjo Marín +License: GPL-2+ + +Files: backend/djvu/djvu-document-private.h + backend/djvu/djvu-text-page.c + backend/djvu/djvu-text-page.h +Copyright: 2006, Michael Hofmann +License: GPL-2+ + +Files: libdocument/ev-debug.c + libdocument/ev-debug.h +Copyright: 1998-1999, Alex Roberts, Evan Lawrence + 2000-2001, Chema Celorio, Paolo Maggi + 2002-2005, Paolo Maggi +License: GPL-2+ + +Files: libdocument/ev-document.c + libdocument/ev-document.h +Copyright: 2000-2004, Marco Pesenti Gritti + 2009, Carlos Garcia Campos +License: GPL-2+ + +Files: libdocument/ev-transition-effect.c + libdocument/ev-transition-effect.h +Copyright: 2007, Carlos Garnacho +License: GPL-2+ + +Files: libdocument/ev-module.c + libdocument/ev-module.h +Copyright: 2003, Marco Pesenti Gritti + 2003-2004, Christian Persch + 2005, Paolo Maggi +License: GPL-2+ + +Files: backend/djvu/djvu-links.c + backend/djvu/djvu-links.h +Copyright: 2006, Pauli Virtanen +License: GPL-2+ + +Files: libdocument/ev-document-text.c + libdocument/ev-document-text.h +Copyright: 2010, Yaco Sistemas, Daniel Garcia +License: GPL-2+ + +Files: previewer/previewer.gresource.xml + shell/atril.gresource.xml +Copyright: 2012, Christian Persch +License: GPL-3+ + +Files: shell/eggfindbar.c + shell/eggfindbar.h +Copyright: 2004, Red Hat, Inc. +License: LGPL-2+ + +Files: backend/dvi/mdvi-lib/afmparse.c + backend/dvi/mdvi-lib/afmparse.h +Copyright: 1988-1990, Adobe Systems Incorporated +License: Afmparse + +Files: libdocument/ev-document-thumbnails.h +Copyright: 2004, Anders Carlsson +License: GPL-2+ + +Files: shell/ev-sidebar-thumbnails.c +Copyright: 2004, Red Hat, Inc. + 2004-2005, Anders Carlsson +License: GPL-2+ + +Files: properties/ev-properties-main.c +Copyright: 2000-2001, Eazel, Inc. + 2003, Andrew Sobala + 2005, Bastien Nocera +License: GPL-2+ + +Files: shell/ev-media-player-keys.c +Copyright: 2007, Jan Arne Petersen + 2008, Bastien Nocera + 2010, Christian Persch +License: GPL-2+ + +Files: shell/ev-media-player-keys.h +Copyright: 2007, Jan Arne Petersen + 2008, Bastien Nocera +License: GPL-2+ + +Files: shell/ev-window.c +Copyright: 2000-2004, Marco Pesenti Gritti + 2003-2005, 2009, 2012, Christian Persch + 2004, Martin Kretzschmar + 2004, Red Hat, Inc. + 2008, Carlos Garcia Campos + 2009, Juanjo Marín +License: GPL-2+ + +Files: libview/ev-document-model.c +Copyright: 2005, Red Hat, Inc. + 2009, Carlos Garcia Campos +License: GPL-2+ + +Files: shell/ev-daemon.c +Copyright: 2009, Carlos Garcia Campos + 2010, 2012, Christian Persch +License: GPL-2+ + +Files: shell/ev-bookmark-action.c + shell/ev-bookmark-action.h + shell/ev-bookmarks.c + shell/ev-bookmarks.h + shell/ev-sidebar-bookmarks.c + shell/ev-sidebar-bookmarks.h +Copyright: 2010 Carlos Garcia Campos +License: GPL-2+ + +Files: libdocument/ev-document-misc.c +Copyright: 2000-2003, Marco Pesenti Gritti + 2007, Carlos Garcia Campos + 2009, Juanjo Marín +License: GPL-2+ + +Files: libdocument/ev-form-field.c +Copyright: 2006, Julien Rebetez + 2007, Carlos Garcia Campos +License: GPL-2+ + +Files: libdocument/ev-file-helpers.c +Copyright: 2002, Jorn Baayen + 2009, Christian Persch +License: GPL-2+ + +Files: shell/ev-application.c +Copyright: 2004, Martin Kretzschmar + 2010, 2012, Christian Persch +License: GPL-2+ + +Files: thumbnailer/atril-thumbnailer.c +Copyright: 2005, Fernando Herrera +License: GPL-2+ + +Files: libdocument/ev-document-annotations.h +Copyright: 2007, Iñigo Martinez +License: GPL-2+ + +Files: libdocument/ev-file-helpers.h +Copyright: 2002, Jorn Baayen +License: GPL-2+ + +Files: backend/comics/comics-document.c +Copyright: 2005, Teemu Tervo + 2009-2010, Juanjo Marín +License: GPL-2+ + +Files: libdocument/ev-form-field.h +Copyright: 2006, Julien Rebetez +License: GPL-2+ + +Files: backend/comics/comics-document.h +Copyright: 2005, Teemu Tervo +License: GPL-2+ + +Files: backend/tiff/tiff2ps.h +Copyright: 2005, rpath, Inc. +License: GPL-2+ + +Files: cut-n-paste/smclient/eggsmclient-xsmp.c +Copyright: 1998, Carsten Schaar, and twm + 1998, The Open Group + 2007, Novell, Inc +License: LGPL-2+ + +Files: cut-n-paste/smclient/eggdesktopfile.c +Copyright: 1999-2000, Red Hat Inc + 2001, George Lebl + 2007, Novell, Inc +License: LGPL-2+ + +Files: backend/ps/ev-spectre.h +Copyright: 1998-2005, The Free Software Foundation, Inc. +License: LGPL-2+ + +Files: backend/tiff/tiff2ps.c +Copyright: 1988-1997, Sam Leffler + 1991-1997, Silicon Graphics, Inc + 2005, rpath, Inc +License: GPL-2+ +Comment: + Using license from COPYING file. + +Files: atril.pot + po/*.po + po/gnome-copyrights.txt +Copyright: THE PACKAGE'S COPYRIGHT HOLDER + 2005, Free Software Foundation, Inc. + 2007, Ihar Hrachyshka + 2009-2010, The Gnome Foundation +License: GPL-2+ +Comment: + Using license from COPYING file. + +Files: properties/libatril-properties-page.caja-extension.desktop.in.in +Copyright: 2000, 2001 Eazel Inc. + 2003 Andrew Sobala + 2005 Bastien Nocera + 2005 Red Hat, Inc +License: GPL-2+ +Comment: + Using license from COPYING file. + +Files: backend/epub/epub-document.c + backend/epub/epub-document.h + backend/epub/epubdocument.atril-backend.desktop.in + backend/epub/minizip/Makefile.am + backend/epub/minizip/ioapi.c + backend/epub/minizip/ioapi.h + backend/epub/minizip/unzip.c + backend/epub/minizip/unzip.h + backend/epub/Makefile.am + libview/ev-web-view.c + libview/ev-web-view.h +Copyright: 2014 Avishkar Gupta +License: GPL-2+ + +Files: help/* +Copyright: Jonathan Blandford + Alexander Shopov + Andre Klapper + Christophe Bliard + Claude Paroz + Claudio Saavedra + Daniel Nylander + Danilo Šegan + David Lodge + Francisco Javier F. Serrador + Funda Wang + Gil Forcada + ikhov + Ilkka Tuohela + Inaki Larranaga Murgoitio + Jan Arne Petersen + Joachim Noreiko + Jonh Wendell + Jorge Gonzalez + Josep Puigdemont i Casamajó + Leonardo Ferreira Fontenelle + Luca Ferretti + Marc Brockschmidt + Mario Blättermann + Maxim Dziumanenko + Nickolay V. Shmyrev + Nikos Charonitakis + Philip Withnall + Raykov + Reinout van Schouwen + Satoru SATOH + Simos Xenitellis + Timo Jyrinki + Tommi Vainikainen + Wouter Bolsterlee + Yannig Marchegay + Brian Pepple + Andrej Žnidaršič + Carles Ferrando Garcia + Claude Paroz + Daniel Nylander + Daniel S. Koda + Iñaki Larrañaga Murgoitio + Jorge González + Kostas Papadimas + Marek Černocký + Mario Blättermann + Maxim Dziumanenko + Milo Casagrande + Nguyễn Đình Trung + Nickolay V. Shmyrev + Philip Withnall + Satoru SATOH + Tommi Vainikainen + Wouter Bolsterlee + Yannig Marchegay (Kokoyaya) + Данило Шеган + 朱涛 +License: GFDL-1.1+ + +Files: .travis.yml + .tx/config + .github/issue_template.md + .github/FUNDING.yml + backend/comics/Makefile.am + backend/comics/*.in + backend/djvu/Makefile.am + backend/djvu/*.in + backend/dvi/mdvi-lib/Makefile.am + backend/dvi/mdvi-lib/dviopcodes.h + backend/dvi/mdvi-lib/hash.h + backend/dvi/mdvi-lib/paper.h + backend/dvi/Makefile.am + backend/dvi/fonts.c + backend/dvi/fonts.h + backend/dvi/*.in + backend/pdf/Makefile.am + backend/pdf/*.in + backend/pixbuf/Makefile.am + backend/pixbuf/*.in + backend/ps/Makefile.am + backend/ps/*.in + backend/tiff/Makefile.am + backend/tiff/*.in + backend/xps/Makefile.am + backend/xps/*.in + backend/Makefile.am + backend/backend.symbols + cut-n-paste/smclient/Makefile.am + cut-n-paste/toolbar-editor/Makefile.am + cut-n-paste/toolbar-editor/*.list + cut-n-paste/zoom-control/Makefile.am + cut-n-paste/Makefile.am + data/icons/16x16/actions/Makefile.am + data/icons/16x16/actions/*.png + data/icons/16x16/actions/*.xcf + data/icons/16x16/actions/*.svg + data/icons/16x16/apps/Makefile.am + data/icons/16x16/apps/*.png + data/icons/16x16/mimetypes/Makefile.am + data/icons/16x16/mimetypes/*.png + data/icons/16x16/Makefile.am + data/icons/22x22/actions/Makefile.am + data/icons/22x22/actions/*.png + data/icons/22x22/actions/*.xcf + data/icons/22x22/actions/*.svg + data/icons/22x22/apps/Makefile.am + data/icons/22x22/apps/*.png + data/icons/22x22/mimetypes/Makefile.am + data/icons/22x22/mimetypes/*.png + data/icons/22x22/Makefile.am + data/icons/24x24/actions/Makefile.am + data/icons/24x24/actions/*.png + data/icons/24x24/apps/Makefile.am + data/icons/24x24/apps/*.png + data/icons/24x24/mimetypes/Makefile.am + data/icons/24x24/mimetypes/*.png + data/icons/24x24/Makefile.am + data/icons/32x32/actions/Makefile.am + data/icons/32x32/actions/*.png + data/icons/32x32/mimetypes/Makefile.am + data/icons/32x32/mimetypes/*.png + data/icons/32x32/Makefile.am + data/icons/48x48/actions/Makefile.am + data/icons/48x48/actions/*.png + data/icons/48x48/apps/Makefile.am + data/icons/48x48/apps/*.png + data/icons/48x48/Makefile.am + data/icons/scalable/actions/Makefile.am + data/icons/scalable/actions/*.svg + data/icons/scalable/apps/Makefile.am + data/icons/scalable/apps/*.svg + data/icons/scalable/mimetypes/Makefile.am + data/icons/scalable/mimetypes/*.svg + data/icons/scalable/Makefile.am + data/icons/Makefile.am + data/Makefile.am + data/*.xml + data/atril.1 + data/*.png + data/*.in + libdocument/Makefile.am + libdocument/ev-version.h.in + libdocument/*.template + libmisc/Makefile.am + libview/Makefile.am + libview/ev-pixbuf-cache.c + libview/*.template + libview/*.list + makepot + po/ChangeLog + po/LINGUAS + po/Makevars + po/POTFILES.* + previewer/Makefile.am + previewer/atril-previewer.1 + previewer/previewer-ui.xml + properties/Makefile.am + shell/Makefile.am + shell/atril.about + shell/atril-toolbar.xml + shell/atril-ui.xml + shell/atril.css + shell/ev-daemon-gdbus.xml + shell/ev-gdbus.xml + test/Makefile.am + test/*.py + test/test-encrypt.pdf + test/test-links.pdf + test/test-mime.bin + test/test-page-labels.pdf + thumbnailer/Makefile.am + thumbnailer/atril-thumbnailer.1 + thumbnailer/atril.thumbnailer.in + AUTHORS + ChangeLog + Makefile.am + NEWS + README + autogen.sh + atril-document.* + atril-view.* + configure.ac + update-authors.pl +Copyright: *No copyright* +License: GPL-2+ +Comment: + Using license from COPYING file. + +Files: debian/* +Copyright: 2011-2014, Stefano Karapetsas + 2014, Mike Gabriel +License: GPL-2+ + +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Genaral Public License for more details. + . + You should have received a copy og the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: GPL-3+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Genaral Public License for more details. + . + You should have received a copy og the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public + License along with this library. If not, see + . + On Debian systems, the complete text of the GNU Library General + Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public + License along with this library. If not, see + . + On Debian systems, the complete text of the GNU Library General + Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: Afmparse + This file may be freely copied and redistributed as long as: + 1) This entire notice continues to be included in the file, + 2) If the file has been modified in any way, a notice of such + modification is conspicuously indicated. + . + PostScript, Display PostScript, and Adobe are registered trademarks of + Adobe Systems Incorporated. + . + THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO CHANGE WITHOUT + NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ADOBE SYSTEMS + INCORPORATED. ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY OR + LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO WARRANTY OF ANY + KIND (EXPRESS, IMPLIED OR STATUTORY) WITH RESPECT TO THIS INFORMATION, + AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY, + FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. + +License: GFDL-1.1+ + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation + License (GFDL), Version 1.1 or any later version published + by the Free Software Foundation with no Invariant Sections, + no Front-Cover Texts, and no Back-Cover Texts. + . + On Debian systems, the complete text of the GNU Free Documentation License + version 1.2 can be found in "/usr/share/common-licenses/GFDL-1.2". diff --git a/debian/copyright.in b/debian/copyright.in new file mode 100644 index 0000000..cf80870 --- /dev/null +++ b/debian/copyright.in @@ -0,0 +1,1019 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: FIXME +Upstream-Contact: FIXME +Source: FIXME +Disclaimer: Autogenerated by CDBS + +Files: Makefile.am + atril-document.pc.in + atril-view.pc.in + autogen.sh + backend/Makefile.am + backend/backend.symbols + backend/comics/Makefile.am + backend/comics/comicsdocument.atril-backend.in + backend/djvu/Makefile.am + backend/djvu/djvudocument.atril-backend.in + backend/dvi/Makefile.am + backend/dvi/dvidocument.atril-backend.in + backend/dvi/fonts.h + backend/dvi/mdvi-lib/Makefile.am + backend/dvi/mdvi-lib/dviopcodes.h + backend/dvi/mdvi-lib/hash.h + backend/dvi/mdvi-lib/paper.h + backend/epub/Makefile.am + backend/epub/epub-document.h + backend/epub/epubdocument.atril-backend.in + backend/epub/minizip/Makefile.am + backend/pdf/Makefile.am + backend/pdf/pdfdocument.atril-backend.in + backend/pixbuf/Makefile.am + backend/pixbuf/pixbufdocument.atril-backend.in + backend/ps/Makefile.am + backend/ps/psdocument.atril-backend.in + backend/tiff/Makefile.am + backend/tiff/tiffdocument.atril-backend.in + backend/xps/Makefile.am + backend/xps/xpsdocument.atril-backend.in + configure.ac + cut-n-paste/Makefile.am + cut-n-paste/smclient/Makefile.am + cut-n-paste/synctex/Makefile.am + cut-n-paste/synctex/synctex_parser_version.txt + cut-n-paste/synctex/update-synctex-from-TL.sh + cut-n-paste/toolbar-editor/Makefile.am + cut-n-paste/toolbar-editor/eggmarshalers.list + cut-n-paste/zoom-control/Makefile.am + data/Makefile.am + data/atril-toolbar.xml + data/atril-ui.xml + data/atril.1 + data/atril.desktop.in.in + data/icons/16x16/Makefile.am + data/icons/16x16/actions/Makefile.am + data/icons/16x16/actions/view-page-facing.xcf + data/icons/16x16/actions/zoom-fit-page.svg + data/icons/16x16/actions/zoom-fit-width.svg + data/icons/16x16/actions/zoom.svg + data/icons/16x16/apps/Makefile.am + data/icons/16x16/mimetypes/Makefile.am + data/icons/22x22/Makefile.am + data/icons/22x22/actions/Makefile.am + data/icons/22x22/actions/view-page-facing.xcf + data/icons/22x22/actions/zoom-fit-page.svg + data/icons/22x22/actions/zoom-fit-width.svg + data/icons/22x22/actions/zoom.svg + data/icons/22x22/apps/Makefile.am + data/icons/22x22/mimetypes/Makefile.am + data/icons/24x24/Makefile.am + data/icons/24x24/actions/Makefile.am + data/icons/24x24/apps/Makefile.am + data/icons/24x24/mimetypes/Makefile.am + data/icons/32x32/Makefile.am + data/icons/32x32/actions/Makefile.am + data/icons/32x32/mimetypes/Makefile.am + data/icons/48x48/Makefile.am + data/icons/48x48/actions/Makefile.am + data/icons/48x48/apps/Makefile.am + data/icons/Makefile.am + data/icons/scalable/Makefile.am + data/icons/scalable/actions/Makefile.am + data/icons/scalable/actions/object-rotate-left.svg + data/icons/scalable/actions/object-rotate-right.svg + data/icons/scalable/apps/Makefile.am + data/icons/scalable/apps/atril.svg + data/icons/scalable/mimetypes/Makefile.am + data/icons/scalable/mimetypes/x-office-presentation.svg + data/org.mate.Atril.gschema.xml + data/org.mate.atril.Daemon.service.in + debian/atril-common.install + debian/atril.install + debian/atril.lintian-overrides + debian/compat + debian/control + debian/gir1.2-atrildocument-1.5.0.install + debian/gir1.2-atrilview-1.5.0.install + debian/libatrildocument-dev.install + debian/libatrildocument3.install + debian/libatrildocument3.symbols + debian/libatrilview-dev.install + debian/libatrilview3.install + debian/libatrilview3.symbols + debian/patches/README + debian/rules + debian/source.lintian-overrides + debian/source/format + debian/watch + help/C/atril.md + help/C/index.docbook + help/C/legal.xml + help/C/readme.txt + help/ChangeLog + help/Makefile.am + help/atril.omf.in + help/bg/bg.po + help/ca/ca.po + help/de/de.po + help/el/el.po + help/es/es.po + help/eu/eu.po + help/nl/nl.po + help/reference/Makefile.am + help/reference/libdocument/Makefile.am + help/reference/libdocument/libatrildocument-sections.txt + help/reference/libdocument/libatrildocument.types + help/reference/libdocument/version.xml.in + help/reference/libview/Makefile.am + help/reference/libview/libatrilview-sections.txt + help/reference/libview/libatrilview.types + help/reference/libview/version.xml.in + help/reference/shell/Makefile.am + help/reference/shell/atril-sections.txt + help/reference/shell/atril.types + help/reference/shell/version.xml.in + help/sl/sl.po + help/sr/sr.po + help/sv/sv.po + libdocument/Makefile.am + libdocument/ev-document-type-builtins.c.template + libdocument/ev-document-type-builtins.h.template + libmisc/Makefile.am + libview/Makefile.am + libview/ev-pixbuf-cache.c + libview/ev-view-marshal.list + libview/ev-view-type-builtins.c.template + libview/ev-view-type-builtins.h.template + makepot + po/ChangeLog + po/LINGUAS + po/POTFILES.in + po/POTFILES.skip + previewer/Makefile.am + previewer/atril-previewer.1 + previewer/previewer-ui.xml + properties/Makefile.am + shell/Makefile.am + shell/atril-toolbar.xml + shell/atril-ui.xml + shell/atril.css + shell/ev-daemon-gdbus.xml + shell/ev-gdbus.xml + test/Makefile.am + test/test-links.pdf + test/test-mime.bin + test/test-page-labels.pdf + test/test1.py + test/test2.py + test/test3.py + test/test4.py + test/test5.py + test/test6.py + test/test7.py + thumbnailer/Makefile.am + thumbnailer/atril-thumbnailer.1 + thumbnailer/atril.thumbnailer.in +Copyright: NONE +License: UNKNOWN + FIXME + +Files: atril.pot + po/af.po + po/am.po + po/ar.po + po/as.po + po/ast.po + po/az.po + po/be.po + po/bg.po + po/bn.po + po/bn_IN.po + po/bs.po + po/ca.po + po/cmn.po + po/cs.po + po/cy.po + po/da.po + po/de.po + po/de_CH.po + po/dz.po + po/el.po + po/en_AU.po + po/en_CA.po + po/en_GB.po + po/eo.po + po/es.po + po/es_CL.po + po/es_CO.po + po/es_MX.po + po/es_VE.po + po/et.po + po/eu.po + po/fa.po + po/fi.po + po/fr.po + po/fr_CA.po + po/frp.po + po/ga.po + po/gnome-copyrights.txt + po/gu.po + po/he.po + po/hi.po + po/hr.po + po/hu.po + po/hy.po + po/ia.po + po/id.po + po/is.po + po/it.po + po/ja.po + po/jv.po + po/ka.po + po/kk.po + po/kn.po + po/ko.po + po/ks.po + po/ku.po + po/ku_IQ.po + po/ky.po + po/lt.po + po/lv.po + po/mai.po + po/mg.po + po/mk.po + po/ml.po + po/mn.po + po/mr.po + po/ms.po + po/nb.po + po/nds.po + po/ne.po + po/nl.po + po/nn.po + po/oc.po + po/or.po + po/pa.po + po/pl.po + po/pms.po + po/ps.po + po/pt.po + po/ro.po + po/ru.po + po/rw.po + po/sc.po + po/si.po + po/sk.po + po/sl.po + po/sq.po + po/sr.po + po/sr@latin.po + po/sv.po + po/ta.po + po/te.po + po/th.po + po/tr.po + po/uk.po + po/uz.po + po/vi.po + po/wa.po + po/zh_CN.po + po/zh_HK.po + po/zh_TW.po +Copyright: YEAR THE PACKAGE'S COPYRIGHT HOLDER +License: UNKNOWN + FIXME + +Files: backend/dvi/cairo-device.c + backend/dvi/cairo-device.h + backend/ps/ev-spectre.c + backend/xps/xps-document.c + backend/xps/xps-document.h + libdocument/ev-attachment.c + libdocument/ev-attachment.h + libdocument/ev-backends-manager.c + libdocument/ev-backends-manager.h + libdocument/ev-document-attachments.c + libdocument/ev-document-attachments.h + libdocument/ev-document-forms.c + libdocument/ev-document-forms.h + libdocument/ev-document-images.c + libdocument/ev-document-images.h + libdocument/ev-document-layers.c + libdocument/ev-document-layers.h + libdocument/ev-document-print.c + libdocument/ev-document-print.h + libdocument/ev-document-transition.c + libdocument/ev-document-transition.h + libdocument/ev-image.c + libdocument/ev-image.h + libdocument/ev-layer.c + libdocument/ev-layer.h + libdocument/ev-mapping-list.c + libdocument/ev-mapping-list.h + libdocument/ev-page.c + libdocument/ev-page.h + libview/ev-job-scheduler.c + libview/ev-job-scheduler.h + libview/ev-link-accessible.c + libview/ev-link-accessible.h + libview/ev-print-operation.c + libview/ev-print-operation.h + libview/ev-view-presentation.c + libview/ev-view-presentation.h + previewer/ev-previewer-window.c + previewer/ev-previewer-window.h + previewer/ev-previewer.c + shell/ev-annotation-properties-dialog.c + shell/ev-annotation-properties-dialog.h + shell/ev-bookmark-action.c + shell/ev-bookmark-action.h + shell/ev-bookmarks.c + shell/ev-bookmarks.h + shell/ev-file-monitor.c + shell/ev-file-monitor.h + shell/ev-keyring.c + shell/ev-keyring.h + shell/ev-loading-message.c + shell/ev-loading-message.h + shell/ev-metadata.c + shell/ev-metadata.h + shell/ev-open-recent-action.c + shell/ev-open-recent-action.h + shell/ev-progress-message-area.c + shell/ev-progress-message-area.h + shell/ev-sidebar-annotations.c + shell/ev-sidebar-annotations.h + shell/ev-sidebar-layers.c + shell/ev-sidebar-layers.h +Copyright: 2006, Carlos Garcia Campos + 2007, Carlos Garcia Campos + 2008, Carlos Garcia Campos + 2009, Carlos Garcia Campos + 2010, 2012, Carlos Garcia Campos + 2010, Carlos Garcia Campos + 2013, Carlos Garcia Campos +License: GPL (v2 or later) + FIXME + +Files: backend/dvi/mdvi-lib/bitmap.c + backend/dvi/mdvi-lib/bitmap.h + backend/dvi/mdvi-lib/color.c + backend/dvi/mdvi-lib/color.h + backend/dvi/mdvi-lib/common.c + backend/dvi/mdvi-lib/common.h + backend/dvi/mdvi-lib/defaults.h + backend/dvi/mdvi-lib/dviread.c + backend/dvi/mdvi-lib/files.c + backend/dvi/mdvi-lib/font.c + backend/dvi/mdvi-lib/fontmap.c + backend/dvi/mdvi-lib/fontmap.h + backend/dvi/mdvi-lib/fontsrch.c + backend/dvi/mdvi-lib/gf.c + backend/dvi/mdvi-lib/hash.c + backend/dvi/mdvi-lib/list.c + backend/dvi/mdvi-lib/mdvi.h + backend/dvi/mdvi-lib/pagesel.c + backend/dvi/mdvi-lib/paper.c + backend/dvi/mdvi-lib/pk.c + backend/dvi/mdvi-lib/private.h + backend/dvi/mdvi-lib/setup.c + backend/dvi/mdvi-lib/sp-epsf.c + backend/dvi/mdvi-lib/special.c + backend/dvi/mdvi-lib/sysdeps.h + backend/dvi/mdvi-lib/t1.c + backend/dvi/mdvi-lib/tfm.c + backend/dvi/mdvi-lib/tfmfile.c + backend/dvi/mdvi-lib/tt.c + backend/dvi/mdvi-lib/util.c + backend/dvi/mdvi-lib/vf.c +Copyright: 2000, Matias Atria +License: GPL (v2 or later) + FIXME + +Files: backend/pdf/ev-poppler.h + libdocument/ev-document-factory.c + libdocument/ev-document-factory.h + libdocument/ev-document-find.c + libdocument/ev-document-find.h + libdocument/ev-document-fonts.c + libdocument/ev-document-fonts.h + libdocument/ev-document-links.c + libdocument/ev-document-links.h + libdocument/ev-document-security.c + libdocument/ev-document-security.h + libdocument/ev-link.c + libdocument/ev-link.h + libdocument/ev-selection.c + shell/ev-sidebar-links.c + shell/ev-sidebar-links.h + shell/ev-sidebar-thumbnails.h + shell/ev-sidebar.c + shell/ev-sidebar.h +Copyright: 2004, Red Hat, Inc. + 2005, Red Hat, Inc. +License: GPL (v2 or later) + FIXME + +Files: libview/ev-pixbuf-cache.h + libview/ev-view-accessible.c + libview/ev-view-accessible.h + libview/ev-view-cursor.c + libview/ev-view-cursor.h + libview/ev-view-private.h + libview/ev-view.c + libview/ev-view.h + properties/ev-properties-view.c + properties/ev-properties-view.h + shell/ev-password-view.h + shell/ev-properties-dialog.c + shell/ev-properties-dialog.h + shell/ev-properties-fonts.c + shell/ev-properties-fonts.h + shell/ev-window-title.c + shell/ev-window-title.h +Copyright: 2004, Red Hat, Inc + 2005, Red Hat, Inc +License: GPL (v2 or later) + FIXME + +Files: cut-n-paste/toolbar-editor/egg-editable-toolbar.c + cut-n-paste/toolbar-editor/egg-editable-toolbar.h + cut-n-paste/toolbar-editor/egg-toolbars-model.c + cut-n-paste/zoom-control/ephy-zoom-action.c + cut-n-paste/zoom-control/ephy-zoom-action.h + libmisc/ev-page-action-widget.c + libmisc/ev-page-action-widget.h + libmisc/ev-page-action.c + libmisc/ev-page-action.h + shell/ev-navigation-action-widget.c + shell/ev-navigation-action-widget.h + shell/ev-navigation-action.c + shell/ev-navigation-action.h +Copyright: 2002-2004, Marco Pesenti Gritti + 2003, Christian Persch + 2003, Marco Pesenti Gritti + 2003-2004, Christian Persch + 2003-2004, Marco Pesenti Gritti + 2003-2005, Christian Persch + 2004, Christian Persch +License: GPL (v2 or later) + FIXME + +Files: cut-n-paste/toolbar-editor/egg-toolbar-editor.c + cut-n-paste/toolbar-editor/egg-toolbar-editor.h + cut-n-paste/toolbar-editor/egg-toolbars-model.h + libdocument/ev-async-renderer.c + libdocument/ev-async-renderer.h + libdocument/ev-document-info.h + libdocument/ev-document-misc.h + libdocument/ev-selection.h + shell/ev-history.c + shell/ev-history.h + shell/ev-sidebar-page.c + shell/ev-sidebar-page.h + shell/main.c +Copyright: 2000-2003, Marco Pesenti Gritti + 2003, Marco Pesenti Gritti + 2003-2004, Marco Pesenti Gritti + 2004, Marco Pesenti Gritti + 2005, Marco Pesenti Gritti +License: GPL (v2 or later) + FIXME + +Files: libview/ev-document-model.h + libview/ev-page-cache.c + libview/ev-page-cache.h + shell/ev-message-area.c + shell/ev-message-area.h + shell/ev-sidebar-attachments.c + shell/ev-sidebar-attachments.h +Copyright: 2006, Carlos Garcia Campos + 2007, Carlos Garcia Campos + 2009, Carlos Garcia Campos +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-file-exporter.c + libdocument/ev-file-exporter.h + libview/ev-stock-icons.c + libview/ev-stock-icons.h + shell/ev-application.h + shell/ev-window.h +Copyright: 2003, Martin Kretzschmar + 2004, Martin Kretzschmar +License: GPL (v2 or later) + FIXME + +Files: atril-document.h + atril-view.h + libdocument/ev-init.c + libdocument/ev-init.h + libdocument/ev-macros.h + libdocument/ev-version.h.in +Copyright: 2009, Christian Persch + 2012, Christian Persch +License: LGPL (v2.1 or later) + FIXME + +Files: backend/pixbuf/pixbuf-document.c + backend/pixbuf/pixbuf-document.h + libdocument/ev-document-thumbnails.c + shell/ev-utils.c + shell/ev-utils.h +Copyright: 2004, Anders Carlsson +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-annotation.c + libdocument/ev-annotation.h + libdocument/ev-document-annotations.c + libview/ev-annotation-window.c + libview/ev-annotation-window.h +Copyright: 2007, Iñigo Martinez + 2009, Carlos Garcia Campos +License: GPL (v2 or later) + FIXME + +Files: cut-n-paste/synctex/synctex_parser.c + cut-n-paste/synctex/synctex_parser.h + cut-n-paste/synctex/synctex_parser_local.h + cut-n-paste/synctex/synctex_parser_utils.c + cut-n-paste/synctex/synctex_parser_utils.h +Copyright: 2008-2011, jerome DOT laurens AT u-bourgogne DOT fr +License: MIT/X11 (BSD like) + FIXME + +Files: COPYING + help/fr/fr.po + help/oc/oc.po + help/pt_BR/pt_BR.po + help/zh_CN/zh_CN.po +Copyright: 1989, 1991, Free Software Foundation, Inc. + 2006-2007, Free Software Foundation, Inc. + 2008, Free Software Foundation, Inc. + 2010, Free Software Foundation, Inc. +License: UNKNOWN + FIXME + +Files: libdocument/ev-link-action.c + libdocument/ev-link-action.h + libdocument/ev-link-dest.c + libdocument/ev-link-dest.h +Copyright: 2005, Red Hat, Inc. + 2006, Carlos Garcia Campos +License: GPL (v2 or later) + FIXME + +Files: cut-n-paste/zoom-control/ephy-zoom-control.c + cut-n-paste/zoom-control/ephy-zoom-control.h + cut-n-paste/zoom-control/ephy-zoom.c + cut-n-paste/zoom-control/ephy-zoom.h +Copyright: 2003, Christian Persch + 2003-2004, Christian Persch +License: GPL (v2 or later) + FIXME + +Files: libview/ev-form-field-accessible.c + libview/ev-form-field-accessible.h + libview/ev-image-accessible.c + libview/ev-image-accessible.h +Copyright: 2014, Igalia +License: GPL (v2 or later) + FIXME + +Files: backend/tiff/tiff-document.c + backend/tiff/tiff-document.h + libdocument/ev-render-context.c + libdocument/ev-render-context.h +Copyright: 2005, Jonathan Blandford +License: GPL (v2 or later) + FIXME + +Files: backend/djvu/djvu-document.c + backend/djvu/djvu-document.h + backend/dvi/dvi-document.c + backend/dvi/dvi-document.h +Copyright: 2005, Nickolay V. Shmyrev +License: GPL (v2 or later) + FIXME + +Files: libview/ev-timeline.c + libview/ev-timeline.h + libview/ev-transition-animation.c + libview/ev-transition-animation.h +Copyright: 2007, Carlos Garnacho +License: LGPL (v2 or later) + FIXME + +Files: cut-n-paste/smclient/eggdesktopfile.h + cut-n-paste/smclient/eggsmclient-private.h + cut-n-paste/smclient/eggsmclient.c + cut-n-paste/smclient/eggsmclient.h +Copyright: 2007, Novell, Inc. +License: LGPL (v2 or later) + FIXME + +Files: backend/epub/epub-document.c + libview/ev-web-view.c + libview/ev-web-view.h +Copyright: 2014, Avishkar Gupta +License: GPL (v2 or later) + FIXME + +Files: libview/ev-jobs.c + libview/ev-jobs.h + shell/ev-password-view.c +Copyright: 2005, Red Hat, Inc + 2008, Carlos Garcia Campos +License: GPL (v2 or later) + FIXME + +Files: backend/djvu/djvu-document-private.h + backend/djvu/djvu-text-page.c + backend/djvu/djvu-text-page.h +Copyright: 2006, Michael Hofmann +License: GPL (v2 or later) + FIXME + +Files: help/reference/libdocument/libatrildocument-docs.xml + help/reference/libview/libatrilview-docs.xml + help/reference/shell/atril-docs.xml +Copyright: 2009-2010, Christian Persch +License: GPL (v2) + FIXME + +Files: ChangeLog + backend/dvi/fonts.c +Copyright: NONE +License: GENERATED FILE + FIXME + +Files: libdocument/ev-module.c + libdocument/ev-module.h +Copyright: 2005, - Paolo Maggi +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-debug.c + libdocument/ev-debug.h +Copyright: 1998-1999, Alex Roberts, Evan Lawrence + 2000-2001, Chema Celorio, Paolo Maggi + 2002-2005, Paolo Maggi +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-document.c + libdocument/ev-document.h +Copyright: 2000-2003, Marco Pesenti Gritti + 2004, Marco Pesenti Gritti + 2009, Carlos Garcia Campos +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-transition-effect.c + libdocument/ev-transition-effect.h +Copyright: 2007, Carlos Garnacho +License: GPL (v2 or later) + FIXME + +Files: libview/ev-page-accessible.c + libview/ev-page-accessible.h +Copyright: 2014, Igalia S.L. +License: GPL (v2 or later) + FIXME + +Files: shell/ev-properties-license.c + shell/ev-properties-license.h +Copyright: 2005, Red Hat, Inc + 2009, Juanjo Marín +License: GPL (v2 or later) + FIXME + +Files: backend/djvu/djvu-links.c + backend/djvu/djvu-links.h +Copyright: 2006, Pauli Virtanen +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-document-text.c + libdocument/ev-document-text.h +Copyright: 2010, Yaco Sistemas, Daniel Garcia +License: GPL (v2 or later) + FIXME + +Files: shell/ev-sidebar-bookmarks.c + shell/ev-sidebar-bookmarks.h +Copyright: 2010, Carlos Garcia Campos +License: GPL (v2 or later) (with incorrect FSF address) + FIXME + +Files: previewer/previewer.gresource.xml + shell/atril.gresource.xml +Copyright: 2012, Christian Persch +License: GPL (v3 or later) + FIXME + +Files: shell/eggfindbar.c + shell/eggfindbar.h +Copyright: 2004, Red Hat, Inc. +License: LGPL (v2 or later) + FIXME + +Files: data/icons/16x16/actions/view-page-continuous.xcf + help/ja/ja.po +Copyright: +License: UNKNOWN + FIXME + +Files: backend/dvi/mdvi-lib/afmparse.c + backend/dvi/mdvi-lib/afmparse.h +Copyright: 1988-1989, Adobe Systems Incorporated. + 1988-1990, Adobe Systems Incorporated. +License: UNKNOWN + FIXME + +Files: backend/epub/minizip/ioapi.c + backend/epub/minizip/ioapi.h +Copyright: 1998-2010, Gilles Vollant (minizip) ( http:www.winimage.com/zLibDll/minizip.html ) + 2009-2010, Mathias Svensson ( http:result42.com ) +License: UNKNOWN + FIXME + +Files: README +Copyright: NONE +License: GPL + FIXME + +Files: libdocument/ev-document-thumbnails.h +Copyright: 2004, Anders Carlsson +License: GPL (v2 or later) + FIXME + +Files: shell/ev-sidebar-thumbnails.c +Copyright: 2004, Red Hat, Inc. + 2004-2005, Anders Carlsson +License: GPL (v2 or later) + FIXME + +Files: properties/ev-properties-main.c +Copyright: 2000-2001, Eazel Inc. + 2003, Andrew Sobala + 2005, Bastien Nocera +License: GPL (v2 or later) + FIXME + +Files: shell/ev-media-player-keys.c +Copyright: 2007, Jan Arne Petersen + 2008, Bastien Nocera + 2010, Christian Persch +License: GPL (v2 or later) + FIXME + +Files: shell/ev-media-player-keys.h +Copyright: 2007, Jan Arne Petersen + 2008, Bastien Nocera +License: GPL (v2 or later) + FIXME + +Files: shell/ev-window.c +Copyright: 2000-2004, Marco Pesenti Gritti + 2003-2005, 2009, 2012, Christian Persch + 2004, Martin Kretzschmar + 2004, Red Hat, Inc. + 2008, Carlos Garcia Campos + 2009, Juanjo Marín +License: GPL (v2 or later) + FIXME + +Files: libview/ev-document-model.c +Copyright: 2005, Red Hat, Inc + 2009, Carlos Garcia Campos +License: GPL (v2 or later) + FIXME + +Files: shell/ev-daemon.c +Copyright: 2009, Carlos Garcia Campos + 2010, 2012, Christian Persch +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-document-misc.c +Copyright: 2000-2003, Marco Pesenti Gritti + 2007, Carlos Garcia Campos + 2009, Juanjo Marín +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-form-field.c +Copyright: 2006, Julien Rebetez + 2007, Carlos Garcia Campos +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-file-helpers.c +Copyright: 2002, Jorn Baayen + 2009, Christian Persch +License: GPL (v2 or later) + FIXME + +Files: shell/ev-application.c +Copyright: 2004, Martin Kretzschmar + 2010, 2012, Christian Persch +License: GPL (v2 or later) + FIXME + +Files: thumbnailer/atril-thumbnailer.c +Copyright: 2005, Fernando Herrera +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-document-annotations.h +Copyright: 2007, Iñigo Martinez +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-file-helpers.h +Copyright: 2002, Jorn Baayen +License: GPL (v2 or later) + FIXME + +Files: backend/pdf/ev-poppler.cc +Copyright: 2004, Red Hat, Inc. + 2009, Juanjo Marín +License: GPL (v2 or later) + FIXME + +Files: backend/comics/comics-document.c +Copyright: 2005, Teemu Tervo + 2009-2010, Juanjo Marín +License: GPL (v2 or later) + FIXME + +Files: libdocument/ev-form-field.h +Copyright: 2006, Julien Rebetez +License: GPL (v2 or later) + FIXME + +Files: backend/comics/comics-document.h +Copyright: 2005, Teemu Tervo +License: GPL (v2 or later) + FIXME + +Files: backend/tiff/tiff2ps.h +Copyright: 2005, rpath, Inc. +License: GPL (v2 or later) + FIXME + +Files: cut-n-paste/smclient/eggdesktopfile.c +Copyright: 1999-2000, Red Hat Inc. + 2001, George Lebl + 2007, Novell, Inc. +License: LGPL (v2 or later) + FIXME + +Files: cut-n-paste/smclient/eggsmclient-xsmp.c +Copyright: 1998, The Open Group. + 2001, Havoc Pennington, MateClient (C) 1998 Carsten Schaar, and twm + 2007, Novell, Inc. +License: LGPL (v2 or later) + FIXME + +Files: backend/ps/ev-spectre.h +Copyright: 1998-2005, The Free Software Foundation +License: LGPL (v2 or later) + FIXME + +Files: data/icons/22x22/actions/view-page-continuous.xcf +Copyright: ÓÊBackground copyÿ  +License: UNKNOWN + FIXME + +Files: debian/changelog +Copyright: (already in 1.19.6-0ubuntu1): + attributions. +License: UNKNOWN + FIXME + +Files: properties/libatril-properties-page.caja-extension.in.in +Copyright: 2000-2001, Eazel Inc.nCopyright (C) 2003 Andrew Sobala nCopyright (C) 2005 Bastien Nocera nCopyright (C) 2005 Red Hat, IncnCopyright (C) 2012-2018 The MATE developers +License: UNKNOWN + FIXME + +Files: backend/epub/minizip/unzip.c +Copyright: 1998-2010, Gilles Vollant (minizip) ( http:www.winimage.com/zLibDll/minizip.html ) + 2007-2008, Even Rouault + 2009-2010, Mathias Svensson ( http:result42.com ) +License: UNKNOWN + FIXME + +Files: help/ru/ru.po +Copyright: 2008, Free Software Foundation Inc. +License: UNKNOWN + FIXME + +Files: help/it/it.po +Copyright: 2006, Free Software Foundation, inc. +License: UNKNOWN + FIXME + +Files: AUTHORS +Copyright: 1996-2003, Glyph & Cog, LLC. +License: UNKNOWN + FIXME + +Files: data/atril.appdata.xml.in +Copyright: 2014, MATE team --> +License: UNKNOWN + FIXME + +Files: backend/tiff/tiff2ps.c +Copyright: 1988-1997, Sam Leffler + 1991-1997, Silicon Graphics, Inc. +License: UNKNOWN + FIXME + +Files: help/en_GB/en_GB.po +Copyright: 2006, THE PACKAGE'S COPYRIGHT HOLDER +License: UNKNOWN + FIXME + +Files: debian/copyright +Copyright: -format/1.0/ +License: UNKNOWN + FIXME + +Files: help/fi/fi.po +Copyright: Flammie Pirinen, 2006. (merged from gucharmap translation) + Timo Jyrinki, 2008. + Tommi Vainikainen, 2006. +License: UNKNOWN + FIXME + +Files: help/uk/uk.po +Copyright: Free Software Foundation, 2005 +License: UNKNOWN + FIXME + +Files: po/pt_BR.po +Copyright: Gondim , 2009 + YEAR THE PACKAGE'S COPYRIGHT HOLDER + sar , 2018 +License: UNKNOWN + FIXME + +Files: po/gl.po +Copyright: Rivero Castillo , 2016 + YEAR THE PACKAGE'S COPYRIGHT HOLDER + guez , 2009-2010 + guez , 2010 + ixome , 2009 +License: UNKNOWN + FIXME + +Files: help/C/atril.html +Copyright: This stylesheet has been placed in the public domain. +License: UNKNOWN + FIXME + +Files: po/br.po +Copyright: YEAR THE PACKAGE'S COPYRIGHT HOLDER + rémy Ar Floc'h , 2006 +License: UNKNOWN + FIXME + +Files: po/ca@valencia.po +Copyright: YEAR THE PACKAGE'S COPYRIGHT HOLDER + s , 2017 +License: UNKNOWN + FIXME + +Files: help/cs/cs.po +Copyright: YEAR THE atril COPYRIGHT HOLDER +License: UNKNOWN + FIXME + +Files: help/vi/vi.po +Copyright: p sao chép, phân phối và +License: UNKNOWN + FIXME + +Files: NEWS +Copyright: year to 2018 +License: UNKNOWN + FIXME + +Files: test/test-encrypt.pdf +Copyright: åVj¿Ó§ + éC_sPޜ¤¥ª¾ÙÆYÐäà + óJ°$Üî›Á¸*RjÄ[€ÖseJÿ“9Fe8ý3 + ôps1Ým‡dd½»À(}¤˜bØw>‡-Ÿ›Æ˜YÍ7oU$vÓR^Ê+éjˆ„OtË! + úC®=àáÝX#XȺäFTX—Ü¢‘_änº¡{^¿3¸ÆÁWb0Ð6'Ó¬ê¤Û‚TÝ#ò‡˜;ñ–+..΋™´êù¨º28MŠðÄbkЀJ¨¹¿‹@1#£ƒhLƒ³S«Y–ä›/™ÑJß>š Þr£h”ÿõÉÜÇÆ^엗FŒØX~÷fMGϱwì.ïÖz‹Eí/"åmn"R&‡QW +License: UNKNOWN + FIXME + +Files: backend/epub/minizip/unzip.h +Copyright: 1998-2010, Gilles Vollant (minizip) ( http:www.winimage.com/zLibDll/minizip.html ) + 2007-2008, Even Rouault + 2009-2010, Mathias Svensson ( http:result42.com ) +License: zlib/libpng + FIXME + diff --git a/debian/gir1.2-atrildocument-1.5.0.install b/debian/gir1.2-atrildocument-1.5.0.install new file mode 100644 index 0000000..361a236 --- /dev/null +++ b/debian/gir1.2-atrildocument-1.5.0.install @@ -0,0 +1 @@ +usr/lib/*/girepository-1.0/AtrilDocument*.typelib diff --git a/debian/gir1.2-atrilview-1.5.0.install b/debian/gir1.2-atrilview-1.5.0.install new file mode 100644 index 0000000..15f094c --- /dev/null +++ b/debian/gir1.2-atrilview-1.5.0.install @@ -0,0 +1 @@ +usr/lib/*/girepository-1.0/AtrilView*.typelib diff --git a/debian/libatrildocument-dev.install b/debian/libatrildocument-dev.install new file mode 100644 index 0000000..5dc86d7 --- /dev/null +++ b/debian/libatrildocument-dev.install @@ -0,0 +1,4 @@ +usr/include/atril/*/*document* +usr/lib/*/*document*.so +usr/lib/*/pkgconfig/*document* +usr/share/gir-1.0/AtrilDocument*.gir diff --git a/debian/libatrildocument3.install b/debian/libatrildocument3.install new file mode 100644 index 0000000..349864e --- /dev/null +++ b/debian/libatrildocument3.install @@ -0,0 +1,2 @@ +usr/lib/*/*document*.so.* +usr/lib/*/atril/ diff --git a/debian/libatrildocument3.symbols b/debian/libatrildocument3.symbols new file mode 100644 index 0000000..d756051 --- /dev/null +++ b/debian/libatrildocument3.symbols @@ -0,0 +1,347 @@ +libatrildocument.so.3 libatrildocument3 #MINVER# +* Build-Depends-Package: libatrildocument-dev + ev_annotation_attachment_get_attachment@Base 1.8.0 + ev_annotation_attachment_get_type@Base 1.8.0 + ev_annotation_attachment_new@Base 1.8.0 + ev_annotation_attachment_set_attachment@Base 1.8.0 + ev_annotation_equal@Base 1.8.0 + ev_annotation_get_annotation_type@Base 1.8.0 + ev_annotation_get_color@Base 1.8.0 + ev_annotation_get_contents@Base 1.8.0 + ev_annotation_get_modified@Base 1.8.0 + ev_annotation_get_name@Base 1.8.0 + ev_annotation_get_page@Base 1.8.0 + ev_annotation_get_page_index@Base 1.8.0 + ev_annotation_get_rgba@Base 1.19.6 + ev_annotation_get_type@Base 1.8.0 + ev_annotation_markup_get_label@Base 1.8.0 + ev_annotation_markup_get_opacity@Base 1.8.0 + ev_annotation_markup_get_popup_is_open@Base 1.8.0 + ev_annotation_markup_get_rectangle@Base 1.8.0 + ev_annotation_markup_get_type@Base 1.8.0 + ev_annotation_markup_has_popup@Base 1.8.0 + ev_annotation_markup_set_has_popup@Base 1.8.0 + ev_annotation_markup_set_label@Base 1.8.0 + ev_annotation_markup_set_opacity@Base 1.8.0 + ev_annotation_markup_set_popup_is_open@Base 1.8.0 + ev_annotation_markup_set_rectangle@Base 1.8.0 + ev_annotation_set_color@Base 1.8.0 + ev_annotation_set_contents@Base 1.8.0 + ev_annotation_set_modified@Base 1.8.0 + ev_annotation_set_modified_from_time@Base 1.8.0 + ev_annotation_set_name@Base 1.8.0 + ev_annotation_set_rgba@Base 1.19.6 + ev_annotation_text_get_icon@Base 1.8.0 + ev_annotation_text_get_is_open@Base 1.8.0 + ev_annotation_text_get_type@Base 1.8.0 + ev_annotation_text_icon_get_type@Base 1.8.0 + ev_annotation_text_new@Base 1.8.0 + ev_annotation_text_set_icon@Base 1.8.0 + ev_annotation_text_set_is_open@Base 1.8.0 + ev_annotation_type_get_type@Base 1.8.0 + ev_annotations_save_mask_get_type@Base 1.8.0 + ev_async_renderer_get_type@Base 1.8.0 + ev_async_renderer_render_pixbuf@Base 1.8.0 + ev_attachment_error_quark@Base 1.8.0 + ev_attachment_get_creation_date@Base 1.8.0 + ev_attachment_get_description@Base 1.8.0 + ev_attachment_get_mime_type@Base 1.8.0 + ev_attachment_get_modification_date@Base 1.8.0 + ev_attachment_get_name@Base 1.8.0 + ev_attachment_get_type@Base 1.8.0 + ev_attachment_new@Base 1.8.0 + ev_attachment_open@Base 1.8.0 + ev_attachment_save@Base 1.8.0 + ev_backends_manager_get_all_types_info@Base 1.8.0 + ev_backends_manager_get_backends_dir@Base 1.10.1 + ev_backends_manager_get_document@Base 1.8.0 + ev_backends_manager_get_document_module_name@Base 1.8.0 + ev_backends_manager_get_document_type_info@Base 1.8.0 + ev_compression_type_get_type@Base 1.8.0 +#MISSING: 1.10.1# ev_doc_mutex@Base 1.8.0 + ev_document_annotations_add_annotation@Base 1.8.0 + ev_document_annotations_can_add_annotation@Base 1.8.0 + ev_document_annotations_can_remove_annotation@Base 1.19.6 + ev_document_annotations_document_is_modified@Base 1.8.0 + ev_document_annotations_get_annotations@Base 1.8.0 + ev_document_annotations_get_type@Base 1.8.0 + ev_document_annotations_remove_annotation@Base 1.19.6 + ev_document_annotations_save_annotation@Base 1.8.0 + ev_document_attachments_get_attachments@Base 1.8.0 + ev_document_attachments_get_type@Base 1.8.0 + ev_document_attachments_has_attachments@Base 1.8.0 + ev_document_check_add_night_sheet@Base 1.10.1 + ev_document_check_dimensions@Base 1.8.0 + ev_document_doc_mutex_lock@Base 1.8.0 + ev_document_doc_mutex_trylock@Base 1.8.0 + ev_document_doc_mutex_unlock@Base 1.8.0 + ev_document_error_get_type@Base 1.8.0 + ev_document_error_quark@Base 1.8.0 + ev_document_factory_add_filters@Base 1.8.0 + ev_document_factory_get_document@Base 1.8.0 + ev_document_fc_mutex_lock@Base 1.8.0 + ev_document_fc_mutex_trylock@Base 1.8.0 + ev_document_fc_mutex_unlock@Base 1.8.0 + ev_document_find_check_for_hits@Base 1.10.1 + ev_document_find_find_text@Base 1.8.0 + ev_document_find_get_type@Base 1.8.0 + ev_document_find_page_by_label@Base 1.8.0 + ev_document_fonts_fill_model@Base 1.8.0 + ev_document_fonts_get_progress@Base 1.8.0 + ev_document_fonts_get_type@Base 1.8.0 + ev_document_fonts_scan@Base 1.8.0 + ev_document_forms_document_is_modified@Base 1.8.0 + ev_document_forms_form_field_button_get_state@Base 1.8.0 + ev_document_forms_form_field_button_set_state@Base 1.8.0 + ev_document_forms_form_field_choice_get_item@Base 1.8.0 + ev_document_forms_form_field_choice_get_n_items@Base 1.8.0 + ev_document_forms_form_field_choice_get_text@Base 1.8.0 + ev_document_forms_form_field_choice_is_item_selected@Base 1.8.0 + ev_document_forms_form_field_choice_select_item@Base 1.8.0 + ev_document_forms_form_field_choice_set_text@Base 1.8.0 + ev_document_forms_form_field_choice_toggle_item@Base 1.8.0 + ev_document_forms_form_field_choice_unselect_all@Base 1.8.0 + ev_document_forms_form_field_text_get_text@Base 1.8.0 + ev_document_text_get_text_attrs@Base 1.19.6 + ev_document_forms_form_field_text_set_text@Base 1.8.0 + ev_document_forms_get_form_fields@Base 1.8.0 + ev_document_forms_get_type@Base 1.8.0 + ev_document_get_backend_info@Base 1.8.0 +#MISSING: 1.10.1# ev_document_get_doc_mutex@Base 1.8.0 +#MISSING: 1.10.1# ev_document_get_fc_mutex@Base 1.8.0 + ev_document_get_info@Base 1.8.0 + ev_document_get_max_label_len@Base 1.8.0 + ev_document_get_max_page_size@Base 1.8.0 + ev_document_get_min_page_size@Base 1.8.0 + ev_document_get_n_pages@Base 1.8.0 + ev_document_get_page@Base 1.8.0 + ev_document_get_page_label@Base 1.8.0 + ev_document_get_page_size@Base 1.8.0 + ev_document_get_title@Base 1.8.0 + ev_document_get_type@Base 1.8.0 + ev_document_get_uri@Base 1.8.0 + ev_document_has_synctex@Base 1.8.0 + ev_document_has_text_page_labels@Base 1.8.0 + ev_document_images_get_image@Base 1.8.0 + ev_document_images_get_image_mapping@Base 1.8.0 + ev_document_images_get_type@Base 1.8.0 + ev_document_info_copy@Base 1.8.0 + ev_document_info_fields_get_type@Base 1.8.0 + ev_document_info_free@Base 1.8.0 + ev_document_info_get_type@Base 1.8.0 + ev_document_is_page_size_uniform@Base 1.8.0 + ev_document_layers_get_layers@Base 1.8.0 + ev_document_layers_get_type@Base 1.8.0 + ev_document_layers_has_layers@Base 1.8.0 + ev_document_layers_hide_layer@Base 1.8.0 + ev_document_layers_layer_is_visible@Base 1.8.0 + ev_document_layers_show_layer@Base 1.8.0 + ev_document_layout_get_type@Base 1.8.0 + ev_document_license_copy@Base 1.8.0 + ev_document_license_free@Base 1.8.0 + ev_document_license_get_text@Base 1.8.0 + ev_document_license_get_type@Base 1.8.0 + ev_document_license_get_uri@Base 1.8.0 + ev_document_license_get_web_statement@Base 1.8.0 + ev_document_license_new@Base 1.8.0 + ev_document_links_find_link_dest@Base 1.8.0 + ev_document_links_find_link_page@Base 1.8.0 + ev_document_links_get_dest_page@Base 1.8.0 + ev_document_links_get_dest_page_label@Base 1.8.0 + ev_document_links_get_link_page@Base 1.10.1 + ev_document_links_get_link_page_label@Base 1.10.1 + ev_document_links_get_links@Base 1.8.0 + ev_document_links_get_links_model@Base 1.8.0 + ev_document_links_get_type@Base 1.8.0 + ev_document_links_has_document_links@Base 1.8.0 + ev_document_load@Base 1.8.0 + ev_document_misc_format_date@Base 1.8.0 + ev_document_misc_get_loading_thumbnail@Base 1.8.0 + ev_document_misc_get_monitor_dpi@Base 1.24.0 + ev_document_misc_get_page_border_size@Base 1.8.0 + ev_document_misc_get_pointer_position@Base 1.16.0 + ev_document_misc_get_thumbnail_frame@Base 1.8.0 + ev_document_misc_invert_pixbuf@Base 1.8.0 + ev_document_misc_invert_surface@Base 1.8.0 + ev_document_misc_paint_one_page@Base 1.8.0 + ev_document_misc_pixbuf_from_surface@Base 1.8.0 + ev_document_misc_surface_from_pixbuf@Base 1.8.0 + ev_document_misc_surface_rotate_and_scale@Base 1.8.0 + ev_document_mode_get_type@Base 1.8.0 + ev_document_permissions_get_type@Base 1.8.0 + ev_document_print_get_type@Base 1.8.0 + ev_document_print_print_page@Base 1.8.0 + ev_document_render@Base 1.8.0 + ev_document_save@Base 1.8.0 + ev_document_security_get_type@Base 1.8.0 + ev_document_security_has_document_security@Base 1.8.0 + ev_document_security_set_password@Base 1.8.0 + ev_document_synctex_backward_search@Base 1.8.0 + ev_document_synctex_forward_search@Base 1.8.0 + ev_document_text_get_text@Base 1.8.0 + ev_document_text_get_text_layout@Base 1.8.0 + ev_document_text_get_text_mapping@Base 1.8.0 + ev_document_text_get_type@Base 1.8.0 + ev_document_thumbnails_get_dimensions@Base 1.8.0 + ev_document_thumbnails_get_thumbnail@Base 1.8.0 + ev_document_thumbnails_get_type@Base 1.8.0 + ev_document_toggle_night_mode@Base 1.10.1 + ev_document_transition_get_effect@Base 1.8.0 + ev_document_transition_get_page_duration@Base 1.8.0 + ev_document_transition_get_type@Base 1.8.0 + ev_document_ui_hints_get_type@Base 1.8.0 +#MISSING: 1.10.1# ev_fc_mutex@Base 1.8.0 + ev_file_compress@Base 1.8.0 + ev_file_exporter_begin@Base 1.8.0 + ev_file_exporter_begin_page@Base 1.8.0 + ev_file_exporter_capabilities_get_type@Base 1.8.0 + ev_file_exporter_do_page@Base 1.8.0 + ev_file_exporter_end@Base 1.8.0 + ev_file_exporter_end_page@Base 1.8.0 + ev_file_exporter_format_get_type@Base 1.8.0 + ev_file_exporter_get_capabilities@Base 1.8.0 + ev_file_exporter_get_type@Base 1.8.0 + ev_file_get_mime_type@Base 1.8.0 + ev_file_is_temp@Base 1.8.0 + ev_file_uncompress@Base 1.8.0 + ev_form_field_button_get_type@Base 1.8.0 + ev_form_field_button_new@Base 1.8.0 + ev_form_field_button_type_get_type@Base 1.8.0 + ev_form_field_choice_get_type@Base 1.8.0 + ev_form_field_choice_new@Base 1.8.0 + ev_form_field_choice_type_get_type@Base 1.8.0 + ev_form_field_get_type@Base 1.8.0 + ev_form_field_signature_get_type@Base 1.8.0 + ev_form_field_signature_new@Base 1.8.0 + ev_form_field_text_get_type@Base 1.8.0 + ev_form_field_text_new@Base 1.8.0 + ev_form_field_text_type_get_type@Base 1.8.0 + ev_get_locale_dir@Base 1.8.0 + ev_image_get_id@Base 1.8.0 + ev_image_get_page@Base 1.8.0 + ev_image_get_pixbuf@Base 1.8.0 + ev_image_get_tmp_uri@Base 1.8.0 + ev_image_get_type@Base 1.8.0 + ev_image_new@Base 1.8.0 + ev_image_new_from_pixbuf@Base 1.8.0 + ev_image_save_tmp@Base 1.8.0 + ev_init@Base 1.8.0 +#MISSING: 1.10.1# ev_layer_get_id@Base 1.8.0 + ev_layer_get_rb_group@Base 1.8.0 + ev_layer_get_type@Base 1.8.0 + ev_layer_is_parent@Base 1.8.0 + ev_layer_new@Base 1.8.0 + ev_link_action_get_action_type@Base 1.8.0 + ev_link_action_get_dest@Base 1.8.0 + ev_link_action_get_filename@Base 1.8.0 + ev_link_action_get_hide_list@Base 1.10.1 + ev_link_action_get_name@Base 1.8.0 + ev_link_action_get_params@Base 1.8.0 + ev_link_action_get_show_list@Base 1.10.1 + ev_link_action_get_toggle_list@Base 1.10.1 + ev_link_action_get_type@Base 1.8.0 + ev_link_action_get_uri@Base 1.8.0 + ev_link_action_new_dest@Base 1.8.0 + ev_link_action_new_external_uri@Base 1.8.0 + ev_link_action_new_launch@Base 1.8.0 + ev_link_action_new_layers_state@Base 1.10.1 + ev_link_action_new_named@Base 1.8.0 + ev_link_action_new_remote@Base 1.8.0 + ev_link_action_type_get_type@Base 1.8.0 + ev_link_dest_get_bottom@Base 1.8.0 + ev_link_dest_get_dest_type@Base 1.8.0 + ev_link_dest_get_left@Base 1.8.0 + ev_link_dest_get_named_dest@Base 1.8.0 + ev_link_dest_get_page@Base 1.8.0 + ev_link_dest_get_page_label@Base 1.8.0 + ev_link_dest_get_right@Base 1.8.0 + ev_link_dest_get_top@Base 1.8.0 + ev_link_dest_get_type@Base 1.8.0 + ev_link_dest_get_zoom@Base 1.8.0 + ev_link_dest_new_fit@Base 1.8.0 + ev_link_dest_new_fith@Base 1.8.0 + ev_link_dest_new_fitr@Base 1.8.0 + ev_link_dest_new_fitv@Base 1.8.0 + ev_link_dest_new_hlink@Base 1.10.1 + ev_link_dest_new_named@Base 1.8.0 + ev_link_dest_new_page@Base 1.8.0 + ev_link_dest_new_page_label@Base 1.8.0 + ev_link_dest_new_xyz@Base 1.8.0 + ev_link_dest_type_get_type@Base 1.8.0 + ev_link_get_action@Base 1.8.0 +#MISSING: 1.10.1# ev_link_get_page@Base 1.8.0 + ev_link_get_title@Base 1.8.0 + ev_link_get_type@Base 1.8.0 + ev_link_new@Base 1.8.0 + ev_mapping_list_find@Base 1.8.0 + ev_mapping_list_find_custom@Base 1.8.0 + ev_mapping_list_get@Base 1.19.6 + ev_mapping_list_get_data@Base 1.8.0 + ev_mapping_list_get_list@Base 1.8.0 + ev_mapping_list_get_page@Base 1.8.0 + ev_mapping_list_get_type@Base 1.19.6 + ev_mapping_list_length@Base 1.18.0 + ev_mapping_list_new@Base 1.8.0 + ev_mapping_list_nth@Base 1.18.0 + ev_mapping_list_ref@Base 1.8.0 + ev_mapping_list_remove@Base 1.19.6 + ev_mapping_list_unref@Base 1.8.0 + ev_mkdtemp@Base 1.8.0 + ev_mkstemp@Base 1.8.0 + ev_mkstemp_file@Base 1.8.0 + ev_module_get_object_type@Base 1.8.0 + ev_module_get_path@Base 1.8.0 + ev_module_get_type@Base 1.8.0 + ev_module_new@Base 1.8.0 + ev_module_new_object@Base 1.8.0 + ev_page_get_type@Base 1.8.0 + ev_page_new@Base 1.8.0 + ev_rect_cmp@Base 1.8.0 + ev_rectangle_copy@Base 1.8.0 + ev_rectangle_free@Base 1.8.0 + ev_rectangle_get_type@Base 1.8.0 + ev_rectangle_new@Base 1.8.0 + ev_render_context_get_type@Base 1.8.0 + ev_render_context_new@Base 1.8.0 + ev_render_context_set_page@Base 1.8.0 + ev_render_context_set_rotation@Base 1.8.0 + ev_render_context_set_scale@Base 1.8.0 + ev_selection_get_selected_text@Base 1.8.0 + ev_selection_get_selection_region@Base 1.8.0 + ev_selection_get_type@Base 1.8.0 + ev_selection_render_selection@Base 1.8.0 + ev_selection_style_get_type@Base 1.8.0 + ev_shutdown@Base 1.8.0 + ev_source_link_copy@Base 1.16.0 + ev_source_link_free@Base 1.16.0 + ev_source_link_get_type@Base 1.16.0 + ev_source_link_new@Base 1.16.0 + ev_tmp_file_unlink@Base 1.8.0 + ev_tmp_filename_unlink@Base 1.8.0 + ev_tmp_uri_unlink@Base 1.8.0 + ev_transition_effect_alignment_get_type@Base 1.8.0 + ev_transition_effect_direction_get_type@Base 1.8.0 + ev_transition_effect_get_type@Base 1.8.0 + ev_transition_effect_new@Base 1.8.0 + ev_transition_effect_type_get_type@Base 1.8.0 + ev_xfer_uri_simple@Base 1.8.0 +libcomicsdocument.so libatrildocument3 #MINVER# + register_atril_backend@Base 1.8.0 +libdjvudocument.so libatrildocument3 #MINVER# + register_atril_backend@Base 1.8.0 +libdvidocument.so libatrildocument3 #MINVER# + register_atril_backend@Base 1.8.0 +libepubdocument.so libatrildocument3 #MINVER# + register_atril_backend@Base 1.10.1 +libpdfdocument.so libatrildocument3 #MINVER# + _Z29pdf_document_images_get_imageP17_EvDocumentImagesP8_EvImage@Base 1.8.0 + pdf_document_get_type@Base 1.8.0 + register_atril_backend@Base 1.8.0 +libpixbufdocument.so libatrildocument3 #MINVER# + register_atril_backend@Base 1.8.0 +libpsdocument.so libatrildocument3 #MINVER# + register_atril_backend@Base 1.8.0 +libtiffdocument.so libatrildocument3 #MINVER# + register_atril_backend@Base 1.8.0 +libxpsdocument.so libatrildocument3 #MINVER# + register_atril_backend@Base 1.8.0 diff --git a/debian/libatrilview-dev.install b/debian/libatrilview-dev.install new file mode 100644 index 0000000..48e55ad --- /dev/null +++ b/debian/libatrilview-dev.install @@ -0,0 +1,4 @@ +usr/include/atril/*/*view* +usr/lib/*/*view*.so +usr/lib/*/pkgconfig/*view* +usr/share/gir-1.0/AtrilView*.gir diff --git a/debian/libatrilview3.install b/debian/libatrilview3.install new file mode 100644 index 0000000..721b5be --- /dev/null +++ b/debian/libatrilview3.install @@ -0,0 +1 @@ +usr/lib/*/*view*.so.* diff --git a/debian/libatrilview3.symbols b/debian/libatrilview3.symbols new file mode 100644 index 0000000..c86628e --- /dev/null +++ b/debian/libatrilview3.symbols @@ -0,0 +1,260 @@ +libatrilview.so.3 libatrilview3 #MINVER# +* Build-Depends-Package: libatrilview-dev +#MISSING: 1.14.0# ev_web_view_find_set_highlight_search@Base 1.10.1 +#MISSING: 1.14.0# ev_web_view_get_has_selection@Base 1.10.1 + ev_annotation_window_get_annotation@Base 1.8.0 + ev_annotation_window_get_rectangle@Base 1.8.0 + ev_annotation_window_get_type@Base 1.8.0 + ev_annotation_window_grab_focus@Base 1.8.0 + ev_annotation_window_is_open@Base 1.8.0 + ev_annotation_window_new@Base 1.8.0 + ev_annotation_window_set_annotation@Base 1.8.0 + ev_annotation_window_set_rectangle@Base 1.8.0 + ev_annotation_window_ungrab_focus@Base 1.8.0 + ev_document_model_get_continuous@Base 1.8.0 + ev_document_model_get_document@Base 1.8.0 + ev_document_model_get_dual_page@Base 1.8.0 + ev_document_model_get_dual_page_odd_pages_left@Base 1.16.0 + ev_document_model_get_fullscreen@Base 1.8.0 + ev_document_model_get_inverted_colors@Base 1.8.0 + ev_document_model_get_max_scale@Base 1.8.0 + ev_document_model_get_min_scale@Base 1.8.0 + ev_document_model_get_page@Base 1.8.0 + ev_document_model_get_page_layout@Base 1.19.6 + ev_document_model_get_rotation@Base 1.8.0 + ev_document_model_get_scale@Base 1.8.0 + ev_document_model_get_sizing_mode@Base 1.8.0 + ev_document_model_get_type@Base 1.8.0 + ev_document_model_new@Base 1.8.0 + ev_document_model_new_with_document@Base 1.8.0 + ev_document_model_set_continuous@Base 1.8.0 + ev_document_model_set_document@Base 1.8.0 + ev_document_model_set_dual_page@Base 1.8.0 + ev_document_model_set_dual_page_odd_pages_left@Base 1.16.0 + ev_document_model_set_fullscreen@Base 1.8.0 + ev_document_model_set_inverted_colors@Base 1.8.0 + ev_document_model_set_max_scale@Base 1.8.0 + ev_document_model_set_min_scale@Base 1.8.0 + ev_document_model_set_page@Base 1.8.0 + ev_document_model_set_page_by_label@Base 1.8.0 + ev_document_model_set_page_layout@Base 1.19.6 + ev_document_model_set_rotation@Base 1.8.0 + ev_document_model_set_scale@Base 1.8.0 + ev_document_model_set_sizing_mode@Base 1.8.0 + ev_form_field_accessible_get_type@Base 1.19.6 + ev_form_field_accessible_new@Base 1.19.6 + ev_image_accessible_get_type@Base 1.19.6 + ev_image_accessible_new@Base 1.19.6 + ev_job_annots_get_type@Base 1.8.0 + ev_job_annots_new@Base 1.8.0 + ev_job_attachments_get_type@Base 1.8.0 + ev_job_attachments_new@Base 1.8.0 + ev_job_cancel@Base 1.8.0 + ev_job_export_get_type@Base 1.8.0 + ev_job_export_new@Base 1.8.0 + ev_job_export_set_page@Base 1.8.0 + ev_job_failed@Base 1.8.0 + ev_job_failed_from_error@Base 1.8.0 + ev_job_find_get_n_results@Base 1.8.0 + ev_job_find_get_progress@Base 1.8.0 + ev_job_find_get_results@Base 1.8.0 + ev_job_find_get_type@Base 1.8.0 + ev_job_find_has_results@Base 1.8.0 + ev_job_find_new@Base 1.8.0 + ev_job_fonts_get_type@Base 1.8.0 + ev_job_fonts_new@Base 1.8.0 + ev_job_get_run_mode@Base 1.8.0 + ev_job_get_type@Base 1.8.0 + ev_job_is_failed@Base 1.8.0 + ev_job_is_finished@Base 1.8.0 + ev_job_layers_get_type@Base 1.8.0 + ev_job_layers_new@Base 1.8.0 + ev_job_links_get_type@Base 1.8.0 + ev_job_links_new@Base 1.8.0 + ev_job_load_get_type@Base 1.8.0 + ev_job_load_new@Base 1.8.0 + ev_job_load_set_password@Base 1.8.0 + ev_job_load_set_uri@Base 1.8.0 + ev_job_page_data_flags_get_type@Base 1.8.0 + ev_job_page_data_get_type@Base 1.8.0 + ev_job_page_data_new@Base 1.8.0 + ev_job_print_get_type@Base 1.8.0 + ev_job_print_new@Base 1.8.0 + ev_job_print_set_cairo@Base 1.8.0 + ev_job_print_set_page@Base 1.8.0 + ev_job_priority_get_type@Base 1.8.0 + ev_job_render_get_type@Base 1.8.0 + ev_job_render_new@Base 1.8.0 + ev_job_render_set_selection_info@Base 1.8.0 + ev_job_run@Base 1.8.0 + ev_job_run_mode_get_type@Base 1.8.0 + ev_job_save_get_type@Base 1.8.0 + ev_job_save_new@Base 1.8.0 + ev_job_scheduler_get_running_thread_job@Base 1.10.1 + ev_job_scheduler_push_job@Base 1.8.0 + ev_job_scheduler_update_job@Base 1.8.0 + ev_job_set_run_mode@Base 1.8.0 + ev_job_succeeded@Base 1.8.0 + ev_job_thumbnail_get_type@Base 1.8.0 + ev_job_thumbnail_new@Base 1.8.0 + ev_link_accessible_get_type@Base 1.18.0 + ev_link_accessible_new@Base 1.18.0 +#MISSING: 1.20.1# ev_loading_window_get_size@Base 1.8.0 +#MISSING: 1.20.1# ev_loading_window_get_type@Base 1.8.0 +#MISSING: 1.20.1# ev_loading_window_move@Base 1.8.0 +#MISSING: 1.20.1# ev_loading_window_new@Base 1.8.0 + ev_page_accessible_get_page@Base 1.19.6 + ev_page_accessible_get_type@Base 1.19.6 + ev_page_accessible_get_view@Base 1.19.6 + ev_page_accessible_get_view_accessible@Base 1.19.6 + ev_page_accessible_new@Base 1.19.6 + ev_page_cache_ensure_page@Base 1.19.6 + ev_page_cache_get_annot_mapping@Base 1.8.0 + ev_page_cache_get_flags@Base 1.8.0 + ev_page_cache_get_form_field_mapping@Base 1.8.0 + ev_page_cache_get_image_mapping@Base 1.8.0 + ev_page_cache_get_link_mapping@Base 1.8.0 + ev_page_cache_get_text@Base 1.8.0 + ev_page_cache_get_text_attrs@Base 1.19.6 + ev_page_cache_get_text_layout@Base 1.8.0 + ev_page_cache_get_text_log_attrs@Base 1.19.6 + ev_page_cache_get_text_mapping@Base 1.8.0 + ev_page_cache_get_type@Base 1.8.0 + ev_page_cache_is_page_cached@Base 1.19.6 + ev_page_cache_mark_dirty@Base 1.8.0 + ev_page_cache_new@Base 1.8.0 + ev_page_cache_set_flags@Base 1.8.0 + ev_page_cache_set_page_range@Base 1.8.0 + ev_page_layout_get_type@Base 1.19.6 + ev_pixbuf_cache_clear@Base 1.8.0 + ev_pixbuf_cache_get_selection_list@Base 1.8.0 + ev_pixbuf_cache_get_selection_region@Base 1.19.6 + ev_pixbuf_cache_get_selection_surface@Base 1.8.0 + ev_pixbuf_cache_get_surface@Base 1.8.0 + ev_pixbuf_cache_get_type@Base 1.8.0 + ev_pixbuf_cache_new@Base 1.8.0 + ev_pixbuf_cache_reload_page@Base 1.8.0 + ev_pixbuf_cache_set_inverted_colors@Base 1.8.0 + ev_pixbuf_cache_set_max_size@Base 1.8.0 + ev_pixbuf_cache_set_page_range@Base 1.8.0 + ev_pixbuf_cache_set_selection_list@Base 1.8.0 + ev_pixbuf_cache_style_changed@Base 1.8.0 + ev_print_operation_cancel@Base 1.8.0 + ev_print_operation_exists_for_document@Base 1.8.0 + ev_print_operation_get_default_page_setup@Base 1.8.0 + ev_print_operation_get_embed_page_setup@Base 1.8.0 + ev_print_operation_get_error@Base 1.8.0 + ev_print_operation_get_job_name@Base 1.8.0 + ev_print_operation_get_print_settings@Base 1.8.0 + ev_print_operation_get_progress@Base 1.8.0 + ev_print_operation_get_status@Base 1.8.0 + ev_print_operation_get_type@Base 1.8.0 + ev_print_operation_new@Base 1.8.0 + ev_print_operation_run@Base 1.8.0 + ev_print_operation_set_current_page@Base 1.8.0 + ev_print_operation_set_default_page_setup@Base 1.8.0 + ev_print_operation_set_embed_page_setup@Base 1.8.0 + ev_print_operation_set_job_name@Base 1.8.0 + ev_print_operation_set_print_settings@Base 1.8.0 + ev_sizing_mode_get_type@Base 1.8.0 + ev_stock_icons_init@Base 1.8.0 + ev_stock_icons_set_screen@Base 1.8.0 + ev_stock_icons_shutdown@Base 1.8.0 + ev_timeline_get_duration@Base 1.8.0 + ev_timeline_get_fps@Base 1.8.0 + ev_timeline_get_loop@Base 1.8.0 + ev_timeline_get_progress@Base 1.8.0 + ev_timeline_get_type@Base 1.8.0 + ev_timeline_is_running@Base 1.8.0 + ev_timeline_new@Base 1.8.0 + ev_timeline_pause@Base 1.8.0 + ev_timeline_rewind@Base 1.8.0 + ev_timeline_set_duration@Base 1.8.0 + ev_timeline_set_fps@Base 1.8.0 + ev_timeline_set_loop@Base 1.8.0 + ev_timeline_start@Base 1.8.0 + ev_transition_animation_get_type@Base 1.8.0 + ev_transition_animation_new@Base 1.8.0 + ev_transition_animation_paint@Base 1.8.0 + ev_transition_animation_ready@Base 1.8.0 + ev_transition_animation_set_dest_surface@Base 1.8.0 + ev_transition_animation_set_origin_surface@Base 1.8.0 +#MISSING: 1.18.0# ev_view_accessible_factory_get_type@Base 1.8.0 + ev_view_accessible_get_n_pages@Base 1.19.6 + ev_view_accessible_get_relevant_page@Base 1.19.6 + ev_view_accessible_get_type@Base 1.18.0 + ev_view_accessible_is_doc_rect_showing@Base 1.19.6 + ev_view_accessible_new@Base 1.18.0 + ev_view_accessible_set_model@Base 1.19.6 + ev_view_accessible_set_page_range@Base 1.19.6 + ev_view_autoscroll_start@Base 1.8.0 + ev_view_autoscroll_stop@Base 1.8.0 + ev_view_begin_add_annotation@Base 1.8.0 + ev_view_can_zoom_in@Base 1.8.0 + ev_view_can_zoom_out@Base 1.8.0 + ev_view_cancel_add_annotation@Base 1.8.0 + ev_view_copy@Base 1.8.0 + ev_view_copy_link_address@Base 1.8.0 + ev_view_cursor_new@Base 1.8.0 + ev_view_disconnect_handlers@Base 1.10.1 + ev_view_find_cancel@Base 1.8.0 + ev_view_find_changed@Base 1.8.0 + ev_view_find_next@Base 1.8.0 + ev_view_find_previous@Base 1.8.0 + ev_view_find_search_changed@Base 1.8.0 + ev_view_find_set_highlight_search@Base 1.8.0 + ev_view_focus_annotation@Base 1.8.0 + ev_view_get_has_selection@Base 1.8.0 + ev_view_get_page_extents@Base 1.8.0 + ev_view_get_type@Base 1.8.0 + ev_view_handle_link@Base 1.8.0 + ev_view_hide_cursor@Base 1.8.0 + ev_view_highlight_forward_search@Base 1.8.0 + ev_view_is_caret_navigation_enabled@Base 1.19.6 + ev_view_is_loading@Base 1.20.1 + ev_view_new@Base 1.8.0 + ev_view_next_page@Base 1.8.0 + ev_view_presentation_get_current_page@Base 1.8.0 + ev_view_presentation_get_rotation@Base 1.10.1 + ev_view_presentation_get_type@Base 1.8.0 + ev_view_presentation_new@Base 1.8.0 + ev_view_presentation_next_page@Base 1.10.1 + ev_view_presentation_previous_page@Base 1.10.1 + ev_view_presentation_set_rotation@Base 1.10.1 + ev_view_previous_page@Base 1.8.0 + ev_view_reload@Base 1.8.0 + ev_view_remove_annotation@Base 1.19.6 + ev_view_scroll@Base 1.8.0 + ev_view_select_all@Base 1.8.0 +#MISSING: 1.19.6# ev_view_selection_mode_get_type@Base 1.8.0 + ev_view_set_caret_cursor_position@Base 1.19.6 + ev_view_set_caret_navigation_enabled@Base 1.19.6 + ev_view_set_loading@Base 1.8.0 + ev_view_set_model@Base 1.8.0 + ev_view_set_page_cache_size@Base 1.8.0 + ev_view_show_cursor@Base 1.8.0 + ev_view_supports_caret_navigation@Base 1.19.6 + ev_view_zoom@Base 1.19.6 + ev_view_zoom_in@Base 1.8.0 + ev_view_zoom_out@Base 1.8.0 + ev_view_zoom_reset@Base 1.20.1 + ev_web_view_copy@Base 1.10.1 + ev_web_view_disconnect_handlers@Base 1.10.1 + ev_web_view_find_cancel@Base 1.10.1 + ev_web_view_find_changed@Base 1.10.1 + ev_web_view_find_next@Base 1.10.1 + ev_web_view_find_previous@Base 1.10.1 + ev_web_view_find_search_changed@Base 1.10.1 + ev_web_view_get_type@Base 1.10.1 + ev_web_view_handle_link@Base 1.10.1 + ev_web_view_new@Base 1.10.1 + ev_web_view_next_page@Base 1.10.1 + ev_web_view_previous_page@Base 1.10.1 + ev_web_view_reload@Base 1.10.1 + ev_web_view_reload_page@Base 1.10.1 + ev_web_view_select_all@Base 1.10.1 + ev_web_view_set_handler@Base 1.10.1 + ev_web_view_set_model@Base 1.10.1 + ev_web_view_zoom_in@Base 1.10.1 + ev_web_view_zoom_out@Base 1.10.1 + ev_web_view_zoom_reset@Base 1.20.1 diff --git a/debian/patches/README b/debian/patches/README new file mode 100644 index 0000000..80c1584 --- /dev/null +++ b/debian/patches/README @@ -0,0 +1,3 @@ +0xxx: Grabbed from upstream development. +1xxx: Possibly relevant for upstream adoption. +2xxx: Only relevant for official Debian release. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..79c1dec --- /dev/null +++ b/debian/rules @@ -0,0 +1,46 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + +DHFLAGS=--parallel +DEB_ATRIL_FLAGS= +ifeq ($(shell dpkg-vendor --is Debian && echo yes),yes) +ifeq ($(shell lsb_release -cs),wheezy) + DEB_ATRIL_FLAGS=--without-keyring +endif +endif + +%: + dh $@ $(DHFLAGS) --with gir --without autoreconf + +override_dh_missing: + dh_missing --fail-missing + +override_dh_install: + rm -rfv debian/tmp/usr/lib/*/*.la + rm -rfv debian/tmp/usr/lib/*/caja/extensions-2.0/*.la + rm -rfv debian/tmp/usr/lib/*/atril/3/backends/*.la + dh_install + +override_dh_auto_test: + DEB_BUILD_OPTIONS=nocheck dh_auto_test + +override_dh_auto_configure: + NOCONFIGURE=1 ./autogen.sh + dh_auto_configure $(DHFLAGS) -- \ + --enable-gtk-doc \ + --enable-djvu \ + --enable-dvi \ + --enable-t1lib \ + --enable-pixbuf \ + --enable-comics \ + --enable-introspection \ + --disable-silent-rules \ + --disable-static \ + --libexecdir=/usr/lib/atril \ + $(DEB_ATRIL_FLAGS) + +get-orig-source: + uscan --noconf --force-download --rename --download-current-version --destdir=.. diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..cc597c4 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,2 @@ +# ignore lintian about gir1.2-atril complaints, the package is a transitional package +source: typelib-missing-gir-depends gir1.2-atril diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..73917e8 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,6 @@ +Bug-Database: https://github.com/mate-desktop/atril/issues +Bug-Submit: https://github.com/mate-desktop/atril/issues/new +Donation: http://mate-desktop.org/donate/ +Repository: https://github.com/mate-desktop/atril.git +Repository-Browse: https://github.com/mate-desktop/atril +Security-Contact: security@mate-desktop.org diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..043fe2b --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://git.mate-desktop.org/atril/ \ + snapshot/atril-(\d\.(?:[0-9]+|)[24680]\.\d)\.tar\.xz