~ubuntu-branches/ubuntu/hardy/evince/hardy

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-06-19 13:49:52 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20070619134952-k1hur43gw2120n72
Tags: 0.9.1-0ubuntu1
* New upstream release:
  - New Features and UI Improvements:
    * Cairo-based renderer for pages and selections of PDF, DVJU and DVI documents
    * PDF exporter for printing DVI documents
    * Zoom icon artwork
  * Patch to avoid frequent process wakeup for metadata handling
  * Bumped poppler requirements to 0.5.9
  * Changed sidebar ordering
  * Removed extra locking of a main loop to speed up rendering 
  - Bug fixes:
    * Print job is released quickly
    * Update a cursor and tooltips after scrolling
  * More safe mkdir_with_parents
  * Safe saving of a document copy to a remote location
  * Build fix without libgnome
  * Selections don't disappear after zoom
  * Preview button added to the print dialog
  - Translations:
  * sv, en_GB, ta, nb, ca, gl, et, es, dz, th, he
* debian/control.in
  - changed gs / gs-esp / gs-esp-x dependency to ghostscript-x
  - changed libpoppler dependecy (>= 0.5.9)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
               scrollkeeper,
24
24
               gs (>= 7),
25
25
               libxt-dev,
26
 
               libpoppler-glib-dev (>= 0.5.4),
 
26
               libpoppler-glib-dev (>= 0.5.9),
27
27
               libdjvulibre-dev (>= 3.5.17),
28
28
               libkpathsea-dev,
29
29
               libtiff4-dev,
35
35
Conflicts: evince-gtk
36
36
Replaces: evince-gtk
37
37
Architecture: any
38
 
Depends: ${shlibs:Depends}, ${misc:Depends}, gs-esp-x, gnome-icon-theme (>= 2.17.1)
 
38
Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript-x, gnome-icon-theme (>= 2.17.1)
39
39
Provides: pdf-viewer, postscript-viewer
40
40
Suggests: unrar
41
41
Description: Document (postscript, pdf) viewer
72
72
Conflicts: evince
73
73
Replaces: evince
74
74
Architecture: any
75
 
Depends: ${shlibs:Depends}, ${misc:Depends}, gs-esp | gs, gnome-icon-theme (>= 2.17.1)
 
75
Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript-x, gnome-icon-theme (>= 2.17.1)
76
76
Provides: pdf-viewer, postscript-viewer
77
77
Suggests: unrar
78
78
Description: Document (postscript, pdf) viewer (gtk version)