r34480 - in /desktop/unstable/evince/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Apr 19 13:22:39 UTC 2012


Author: biebl
Date: Thu Apr 19 13:22:38 2012
New Revision: 34480

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34480
Log:
Mention support for XPS documents in the package description.

Modified:
    desktop/unstable/evince/debian/changelog
    desktop/unstable/evince/debian/control
    desktop/unstable/evince/debian/control.in

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=34480&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog [utf-8] (original)
+++ desktop/unstable/evince/debian/changelog [utf-8] Thu Apr 19 13:22:38 2012
@@ -10,8 +10,9 @@
   * 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
+  * Mention support for XPS documents in the package description.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 19 Apr 2012 15:22:00 +0200
 
 evince (3.3.90-1) experimental; urgency=low
 

Modified: desktop/unstable/evince/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control?rev=34480&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control [utf-8] (original)
+++ desktop/unstable/evince/debian/control [utf-8] Thu Apr 19 13:22:38 2012
@@ -47,7 +47,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),
@@ -62,8 +63,8 @@
           nautilus
 Description: Document (PostScript, PDF) viewer
  Evince 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.
+ PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
+ Document Format (PDF) and XML Paper Specification (XPS) files.
  When supported by the document, it also allows searching for text,
  copying text to the clipboard, hypertext navigation, and
  table-of-contents bookmarks.
@@ -74,11 +75,12 @@
 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
- Document Format (PDF) files.
+ PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
+ Document Format (PDF) and XML Paper Specification (XPS) files.
  When supported by the document, it also allows searching for text,
  copying text to the clipboard, hypertext navigation, and
  table-of-contents bookmarks.
@@ -91,7 +93,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),
@@ -106,8 +109,8 @@
           nautilus
 Description: Document (PostScript, PDF) viewer (GTK+ version)
  Evince 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.
+ PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
+ Document Format (PDF) and XML Paper Specification (XPS) files.
  When supported by the document, it also allows searching for text,
  copying text to the clipboard, hypertext navigation, and
  table-of-contents bookmarks.
@@ -120,46 +123,53 @@
          gsettings-desktop-schemas
 Description: Document (PostScript, PDF) viewer - common files
  Evince 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.
+ PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
+ Document Format (PDF) and XML Paper Specification (XPS) files.
  When supported by the document, it also allows searching for text,
  copying text to the clipboard, hypertext navigation, and
  table-of-contents bookmarks.
  .
  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),
          libglib2.0-dev (>= 2.25.1)
 Description: Document (PostScript, PDF) rendering library - development files
  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.
+ Evince documents like PostScript (PS), Encapsulated PostScript (EPS), DjVu,
+ DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files.
  * 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
@@ -170,12 +180,13 @@
          ${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
- Document Format (PDF) files.
+ PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
+ Document Format (PDF) and XML Paper Specification (XPS) files.
  When supported by the document, it also allows searching for text,
  copying text to the clipboard, hypertext navigation, and
  table-of-contents bookmarks.

Modified: desktop/unstable/evince/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control.in?rev=34480&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control.in [utf-8] (original)
+++ desktop/unstable/evince/debian/control.in [utf-8] Thu Apr 19 13:22:38 2012
@@ -58,8 +58,8 @@
           nautilus
 Description: Document (PostScript, PDF) viewer
  Evince 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.
+ PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
+ Document Format (PDF) and XML Paper Specification (XPS) files.
  When supported by the document, it also allows searching for text,
  copying text to the clipboard, hypertext navigation, and
  table-of-contents bookmarks.
@@ -74,8 +74,8 @@
          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
- Document Format (PDF) files.
+ PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
+ Document Format (PDF) and XML Paper Specification (XPS) files.
  When supported by the document, it also allows searching for text,
  copying text to the clipboard, hypertext navigation, and
  table-of-contents bookmarks.
@@ -104,8 +104,8 @@
           nautilus
 Description: Document (PostScript, PDF) viewer (GTK+ version)
  Evince 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.
+ PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
+ Document Format (PDF) and XML Paper Specification (XPS) files.
  When supported by the document, it also allows searching for text,
  copying text to the clipboard, hypertext navigation, and
  table-of-contents bookmarks.
@@ -118,8 +118,8 @@
          gsettings-desktop-schemas
 Description: Document (PostScript, PDF) viewer - common files
  Evince 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.
+ PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
+ Document Format (PDF) and XML Paper Specification (XPS) files.
  When supported by the document, it also allows searching for text,
  copying text to the clipboard, hypertext navigation, and
  table-of-contents bookmarks.
@@ -159,8 +159,8 @@
          libglib2.0-dev (>= 2.25.1)
 Description: Document (PostScript, PDF) rendering library - development files
  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.
+ Evince documents like PostScript (PS), Encapsulated PostScript (EPS), DjVu,
+ DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files.
  * libevdocument, which performs the rendering of the documents
  * libevview, which provides GTK+ widgets for displaying documents
  .
@@ -180,8 +180,8 @@
  libevdocument library.
  .
  Evince 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.
+ PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
+ Document Format (PDF) and XML Paper Specification (XPS) files.
  When supported by the document, it also allows searching for text,
  copying text to the clipboard, hypertext navigation, and
  table-of-contents bookmarks.




More information about the pkg-gnome-commits mailing list