r11668 - in /desktop/unstable/evince/debian: changelog control control.in copyright evince-thumbnailer.1 evince-thumbnailer.xml evince.xml rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Jun 24 15:35:56 UTC 2007


Author: lool
Date: Sun Jun 24 15:35:56 2007
New Revision: 11668

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11668
Log:
* Drop dh_installmime from debian/rules and build-dep on cdbs >= 0.4.35.
* Misc cleanups.

Modified:
    desktop/unstable/evince/debian/changelog
    desktop/unstable/evince/debian/control
    desktop/unstable/evince/debian/control.in
    desktop/unstable/evince/debian/copyright
    desktop/unstable/evince/debian/evince-thumbnailer.1
    desktop/unstable/evince/debian/evince-thumbnailer.xml
    desktop/unstable/evince/debian/evince.xml
    desktop/unstable/evince/debian/rules

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=11668&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog (original)
+++ desktop/unstable/evince/debian/changelog Sun Jun 24 15:35:56 2007
@@ -2,8 +2,10 @@
 
   * New patch, 60_gzdvi-support, adds support for GZip compressed DVI files;
     closes: #430379.
-
- -- Loic Minier <lool at dooz.org>  Sun, 24 Jun 2007 08:09:51 +0200
+  * Drop dh_installmime from debian/rules and build-dep on cdbs >= 0.4.35.
+  * Misc cleanups.
+
+ -- Loic Minier <lool at dooz.org>  Sun, 24 Jun 2007 17:35:41 +0200
 
 evince (0.8.1-2) unstable; urgency=low
 

Modified: desktop/unstable/evince/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control?rev=11668&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control (original)
+++ desktop/unstable/evince/debian/control Sun Jun 24 15:35:56 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Marc 'HE' Brockschmidt <he at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.35),
                debhelper (>= 5),
                intltool (>= 0.35.0),
                gnome-pkg-tools (>= 0.10),
@@ -31,15 +31,18 @@
 
 Package: evince
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gs-esp | gs, gnome-icon-theme (>= 2.17.1)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         gs-esp | gs,
+         gnome-icon-theme (>= 2.17.1)
 Provides: pdf-viewer, postscript-viewer
 Suggests: unrar
 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.  
- When supported by the document, it also allows searching for text, 
- copying text to the clipboard, hypertext navigation, and 
+ 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.
  .
  The PDF renderer is based on poppler.  The PS renderer uses Ghostscript.
@@ -49,7 +52,8 @@
 Package: evince-dbg
 Priority: extra
 Architecture: any
-Depends: evince (= ${binary:Version})
+Depends: evince (= ${binary:Version}),
+         ${misc:Depends}
 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

Modified: desktop/unstable/evince/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control.in?rev=11668&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control.in (original)
+++ desktop/unstable/evince/debian/control.in Sun Jun 24 15:35:56 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Marc 'HE' Brockschmidt <he at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.35),
                debhelper (>= 5),
                intltool (>= 0.35.0),
                gnome-pkg-tools (>= 0.10),
@@ -31,15 +31,18 @@
 
 Package: evince
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gs-esp | gs, gnome-icon-theme (>= 2.17.1)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         gs-esp | gs,
+         gnome-icon-theme (>= 2.17.1)
 Provides: pdf-viewer, postscript-viewer
 Suggests: unrar
 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.  
- When supported by the document, it also allows searching for text, 
- copying text to the clipboard, hypertext navigation, and 
+ 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.
  .
  The PDF renderer is based on poppler.  The PS renderer uses Ghostscript.
@@ -49,7 +52,8 @@
 Package: evince-dbg
 Priority: extra
 Architecture: any
-Depends: evince (= ${binary:Version})
+Depends: evince (= ${binary:Version}),
+         ${misc:Depends}
 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

Modified: desktop/unstable/evince/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/copyright?rev=11668&op=diff
==============================================================================
--- desktop/unstable/evince/debian/copyright (original)
+++ desktop/unstable/evince/debian/copyright Sun Jun 24 15:35:56 2007
@@ -1,7 +1,8 @@
 This package was debianized by Sebastien Bacher <seb128 at debian.org> on
 Mon, 10 Jan 2005 13:23:55 +0100.
 
-It was downloaded from ftp://ftp.gnome.org/pub/gnome/sources/evince/
+It was downloaded from:
+   http://ftp.gnome.org/pub/gnome/sources/evince/
 
 The upstream authors are Bryan Clark, Carlos García Campos, David Malcolm,
 James Bowes, Jonathan Blandford, Kristian Høgsberg, Martin Kretzschmar

Modified: desktop/unstable/evince/debian/evince-thumbnailer.1
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/evince-thumbnailer.1?rev=11668&op=diff
==============================================================================
--- desktop/unstable/evince/debian/evince-thumbnailer.1 (original)
+++ desktop/unstable/evince/debian/evince-thumbnailer.1 Sun Jun 24 15:35:56 2007
@@ -1,14 +1,14 @@
-.TH evince\-thumbnailer 1 2007\-01\-15  
+.TH evince\-thumbnailer 1 2007\-01\-15
 .SH NAME
 evince\-thumbnailer \- create png thumbnails from PostScript and PDF documents
 .SH SYNOPSIS
-\fBevince\-thumbnailer\fR [\-s \fBsize\fR] \fBinput\fR \fBoutput\fR 
+\fBevince\-thumbnailer\fR [\-s \fBsize\fR] \fBinput\fR \fBoutput\fR
 .SH DESCRIPTION
 evince\-thumbnailer is a GNOME program to
 create thumbnails from PostScript (PS), Portable Document Format
 (PDF), DjVu and DVI files.
 .SH OPTIONS
-evince obeys all normal GNOME and GTK+ 
+evince obeys all normal GNOME and GTK+
 command line options. The only option \-s \fIsize
 \fRmakes it possible to choose the vertical size
 of the created thumbnail.

Modified: desktop/unstable/evince/debian/evince-thumbnailer.xml
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/evince-thumbnailer.xml?rev=11668&op=diff
==============================================================================
--- desktop/unstable/evince/debian/evince-thumbnailer.xml (original)
+++ desktop/unstable/evince/debian/evince-thumbnailer.xml Sun Jun 24 15:35:56 2007
@@ -20,7 +20,7 @@
 
 -->
 
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN" 
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
      "/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" []>
 
 <refentry>
@@ -42,7 +42,7 @@
   </refmeta>
 
   <refnamediv>
-    <refname>evince-thumbnailer</refname> 
+    <refname>evince-thumbnailer</refname>
     <refpurpose>create png thumbnails from PostScript and PDF documents</refpurpose>
   </refnamediv>
 
@@ -54,41 +54,41 @@
         <arg choice='plain'><replaceable>output</replaceable></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
-  
+
   <refsect1>
     <title>DESCRIPTION</title>
-    
-	<para><command>evince-thumbnailer</command> is a GNOME program to
-		create thumbnails from PostScript (PS), Portable Document Format
-		(PDF), DjVu and DVI files.</para>
-    
+
+        <para><command>evince-thumbnailer</command> is a GNOME program to
+                create thumbnails from PostScript (PS), Portable Document Format
+                (PDF), DjVu and DVI files.</para>
+
   </refsect1>
-  
+
   <refsect1>
     <title>OPTIONS</title>
-    
-    <para><command>evince</command> obeys all normal GNOME and GTK+ 
-		command line options. The only option <arg>-s <replaceable>size
-		</replaceable></arg> makes it possible to choose the vertical size
-		of the created thumbnail.</para>
+
+    <para><command>evince</command> obeys all normal GNOME and GTK+
+                command line options. The only option <arg>-s <replaceable>size
+                </replaceable></arg> makes it possible to choose the vertical size
+                of the created thumbnail.</para>
 
     </refsect1>
 
   <refsect1>
     <title>SEE ALSO</title>
-    
-	<para>
-		<citerefentry><refentrytitle>evince</refentrytitle>
-			<manvolnum>1</manvolnum></citerefentry>,
+
+        <para>
+                <citerefentry><refentrytitle>evince</refentrytitle>
+                        <manvolnum>1</manvolnum></citerefentry>,
         <citerefentry><refentrytitle>gnome-options</refentrytitle>
-			<manvolnum>7</manvolnum></citerefentry>,
+                        <manvolnum>7</manvolnum></citerefentry>,
         <citerefentry><refentrytitle>gtk-options</refentrytitle>
-			<manvolnum>7</manvolnum></citerefentry>.
+                        <manvolnum>7</manvolnum></citerefentry>.
     </para>
-    
+
     <para><ulink url="http://www.gnome.org/projects/evince/"
     >http://www.gnome.org/projects/evince/</ulink></para>
-    
+
   </refsect1>
 
 </refentry>

Modified: desktop/unstable/evince/debian/evince.xml
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/evince.xml?rev=11668&op=diff
==============================================================================
--- desktop/unstable/evince/debian/evince.xml (original)
+++ desktop/unstable/evince/debian/evince.xml Sun Jun 24 15:35:56 2007
@@ -20,7 +20,7 @@
 
 -->
 
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.2//EN" 
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
      "/usr/share/xml/docbook/schema/dtd/4.2/docbookx.dtd" []>
 
 <refentry>
@@ -42,7 +42,7 @@
   </refmeta>
 
   <refnamediv>
-    <refname>evince</refname> 
+    <refname>evince</refname>
     <refpurpose>view PostScript and PDF documents</refpurpose>
   </refnamediv>
 
@@ -52,37 +52,37 @@
       <arg><replaceable>file</replaceable></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
-  
+
   <refsect1>
     <title>DESCRIPTION</title>
-    
+
     <para><command>evince</command> is a GNOME program for viewing
     PostScript (PS) and Portable Document Format (PDF) documents.
     It uses GhostScript for showing PS, and XPDF for showing PDF.</para>
-    
+
   </refsect1>
-  
+
   <refsect1>
     <title>OPTIONS</title>
-    
-    <para><command>evince</command> obeys all normal GNOME and GTK+ 
+
+    <para><command>evince</command> obeys all normal GNOME and GTK+
     command line options, and has no application specific options.</para>
 
     </refsect1>
 
   <refsect1>
     <title>SEE ALSO</title>
-    
+
     <para>
         <citerefentry><refentrytitle>gnome-options</refentrytitle>
                       <manvolnum>7</manvolnum></citerefentry>,
         <citerefentry><refentrytitle>gtk-options</refentrytitle>
                       <manvolnum>7</manvolnum></citerefentry>.
     </para>
-    
+
     <para><ulink url="http://www.gnome.org/projects/evince/"
     >http://www.gnome.org/projects/evince/</ulink></para>
-    
+
   </refsect1>
 
 </refentry>

Modified: desktop/unstable/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/rules?rev=11668&op=diff
==============================================================================
--- desktop/unstable/evince/debian/rules (original)
+++ desktop/unstable/evince/debian/rules Sun Jun 24 15:35:56 2007
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
@@ -7,14 +6,16 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper --enable-djvu \
-			--enable-dvi --with-print=gtk --enable-pixbuf \
-			--enable-comics --enable-impress --disable-gtk-doc
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper \
+			--enable-djvu \
+			--enable-dvi \
+			--with-print=gtk \
+			--enable-pixbuf \
+			--enable-comics \
+			--enable-impress \
+			--disable-gtk-doc
 
 DEB_DH_MAKESHLIBS_ARGS += --exclude=libevince-properties-page.so
-
-binary-install/evince::
-	dh_installmime -pevince
 
 binary-install/evince-dbg::
 	rm -rf debian/evince-dbg/usr/share/doc/evince-dbg




More information about the pkg-gnome-commits mailing list