r32875 - in /desktop/experimental/evince/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Mar 8 15:36:33 UTC 2012


Author: biebl
Date: Thu Mar  8 15:36:33 2012
New Revision: 32875

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32875
Log:
Enable XPS support.

Modified:
    desktop/experimental/evince/debian/changelog
    desktop/experimental/evince/debian/control
    desktop/experimental/evince/debian/control.in
    desktop/experimental/evince/debian/rules

Modified: desktop/experimental/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/changelog?rev=32875&op=diff
==============================================================================
--- desktop/experimental/evince/debian/changelog [utf-8] (original)
+++ desktop/experimental/evince/debian/changelog [utf-8] Thu Mar  8 15:36:33 2012
@@ -6,8 +6,9 @@
   * Exclude /usr/lib/nautilus/ and /usr/lib/evince/ from dh_makeshlibs.
   * debian/patches/01_poppler-0.16-compat.patch: Keep evince compiling against
     0.16 so we don't require 0.18. Thanks Pino Toscano for the patch.
-
- -- Michael Biebl <biebl at debian.org>  Thu, 08 Mar 2012 16:18:06 +0100
+  * Enable XPS support.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 08 Mar 2012 16:36:11 +0100
 
 evince (3.2.1-1) unstable; urgency=low
 

Modified: desktop/experimental/evince/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/control?rev=32875&op=diff
==============================================================================
--- desktop/experimental/evince/debian/control [utf-8] (original)
+++ desktop/experimental/evince/debian/control [utf-8] Thu Mar  8 15:36:33 2012
@@ -32,6 +32,7 @@
                libdjvulibre-dev (>= 3.5.17),
                libkpathsea-dev,
                libt1-dev,
+               libgxps-dev (>= 0.2.1),
                autotools-dev,
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.9.12),

Modified: desktop/experimental/evince/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/control.in?rev=32875&op=diff
==============================================================================
--- desktop/experimental/evince/debian/control.in [utf-8] (original)
+++ desktop/experimental/evince/debian/control.in [utf-8] Thu Mar  8 15:36:33 2012
@@ -27,6 +27,7 @@
                libdjvulibre-dev (>= 3.5.17),
                libkpathsea-dev,
                libt1-dev,
+               libgxps-dev (>= 0.2.1),
                autotools-dev,
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.9.12),

Modified: desktop/experimental/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/rules?rev=32875&op=diff
==============================================================================
--- desktop/experimental/evince/debian/rules [utf-8] (original)
+++ desktop/experimental/evince/debian/rules [utf-8] Thu Mar  8 15:36:33 2012
@@ -16,6 +16,7 @@
 			--enable-djvu \
 			--enable-dvi \
 			--enable-t1lib \
+			--enable-xps \
 			--enable-comics \
 			--enable-introspection
 




More information about the pkg-gnome-commits mailing list