r12952 - in /desktop/experimental/evince/debian: changelog control control.in evince.mime

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Oct 4 09:20:05 UTC 2007


Author: slomo
Date: Thu Oct  4 09:20:05 2007
New Revision: 12952

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12952
Log:
  + Add build dependency on autotools-dev and gtk-doc-tools.
* debian/evince.mime:
  + Add bzip2 compressed DVI mimetype.

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

Modified: desktop/experimental/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/changelog?rev=12952&op=diff
==============================================================================
--- desktop/experimental/evince/debian/changelog (original)
+++ desktop/experimental/evince/debian/changelog Thu Oct  4 09:20:05 2007
@@ -20,7 +20,9 @@
     + debian/patches/99_autoreconf.patch:
       - Regenerated.
   * debian/control.in:
-    + Add build dependency on autotools-dev.
+    + Add build dependency on autotools-dev and gtk-doc-tools.
+  * debian/evince.mime:
+    + Add bzip2 compressed DVI mimetype.
 
  -- Sebastian Dröge <slomo at debian.org>  Thu, 04 Oct 2007 10:12:45 +0200
 

Modified: desktop/experimental/evince/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/control?rev=12952&op=diff
==============================================================================
--- desktop/experimental/evince/debian/control (original)
+++ desktop/experimental/evince/debian/control Thu Oct  4 09:20:05 2007
@@ -27,6 +27,7 @@
                libkpathsea-dev,
                libtiff4-dev,
                zlib1g-dev,
+               gtk-doc-tools (>= 1.9),
                autotools-dev
 Standards-Version: 3.7.2
 

Modified: desktop/experimental/evince/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/control.in?rev=12952&op=diff
==============================================================================
--- desktop/experimental/evince/debian/control.in (original)
+++ desktop/experimental/evince/debian/control.in Thu Oct  4 09:20:05 2007
@@ -27,6 +27,7 @@
                libkpathsea-dev,
                libtiff4-dev,
                zlib1g-dev,
+               gtk-doc-tools (>= 1.9),
                autotools-dev
 Standards-Version: 3.7.2
 

Modified: desktop/experimental/evince/debian/evince.mime
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/evince.mime?rev=12952&op=diff
==============================================================================
--- desktop/experimental/evince/debian/evince.mime (original)
+++ desktop/experimental/evince/debian/evince.mime Thu Oct  4 09:20:05 2007
@@ -10,6 +10,7 @@
 image/x-gzeps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.eps.gz; priority=5
 application/x-dvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi; priority=5
 application/x-gzdvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi.gz; priority=5
+application/x-bzdvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi.bz2; priority=5
 image/vnd.djvu; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.djvu; priority=5
 image/tiff; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.tiff; priority=5
 application/x-cbr; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cbr; priority=5




More information about the pkg-gnome-commits mailing list