Package: evince Version: 2.20.2-1 Severity: minor Tags: patch Evince package provides two mailcap entries for gzip and bzip2-compressed PDF files. These entries are respectively restricted to files ending in ".pdf.bz2" and ".pdf.gz", but it should be the opposite.
-- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.24 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages evince depends on: ii gconf2 2.20.1-3 GNOME configuration database syste ii ghostscript-x [gs-esp] 8.62.dfsg.1-2 The GPL Ghostscript PostScript/PDF ii gnome-icon-theme 2.20.0-1 GNOME Desktop icon theme ii libart-2.0-2 2.3.20-1 Library of functions for 2D graphi ii libatk1.0-0 1.20.0-1 The ATK accessibility toolkit ii libbonobo2-0 2.21.90-1 Bonobo CORBA interfaces library ii libbonoboui2-0 2.21.90-1 The Bonobo UI library ii libc6 2.7-6 GNU C Library: Shared libraries ii libcairo2 1.4.14-1 The Cairo 2D vector graphics libra ii libdbus-1-3 1.1.2-1 simple interprocess messaging syst ii libdbus-glib-1-2 0.74-1 simple interprocess messaging syst ii libdjvulibre15 3.5.20-3 Runtime support for the DjVu image ii libgconf2-4 2.20.1-3 GNOME configuration database syste ii libglade2-0 1:2.6.2-1 library to load .glade files at ru ii libglib2.0-0 2.14.6-1 The GLib library of C routines ii libgnome-keyring0 2.20.3-1 GNOME keyring services library ii libgnome2-0 2.20.1.1-1 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.20.1.1-1 A powerful object-oriented display ii libgnomeui-0 2.20.1.1-1 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 1:2.20.1-1 GNOME Virtual File System (runtime ii libgtk2.0-0 2.12.5-2 The GTK+ graphical user interface ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library ii libjpeg62 6b-14 The Independent JPEG Group's JPEG ii libkpathsea4 2007.dfsg.1-2 TeX Live: path search library for ii libnautilus-extension1 2.20.0-3 libraries for nautilus components ii liborbit2 1:2.14.10-0.1 libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.18.4-1 Layout and rendering of internatio ii libpoppler-glib2 0.6.4-1 PDF rendering library (GLib-based ii libpopt0 1.10-3 lib for parsing cmdline parameters ii libsm6 2:1.0.3-1+b1 X11 Session Management library ii libstdc++6 4.3.0~rc2-1 The GNU Standard C++ Library v3 ii libtiff4 3.8.2-7 Tag Image File Format (TIFF) libra ii libx11-6 2:1.0.3-7 X11 client-side library ii libxml2 2.6.31.dfsg-1 GNOME XML library ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime evince recommends no packages. -- no debconf information
diff -Nurp evince-2.20.2/debian/evince.mime evince-2.20.2.new/debian/evince.mime --- evince-2.20.2/debian/evince.mime 2008-03-14 11:55:15.000000000 +0100 +++ evince-2.20.2.new/debian/evince.mime 2008-03-14 11:49:06.000000000 +0100 @@ -1,7 +1,7 @@ application/pdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf; priority=5 application/x-pdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf; priority=5 -application/x-bzpdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf.gz; priority=5 -application/x-gzpdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf.bz2; priority=5 +application/x-bzpdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf.bz2; priority=5 +application/x-gzpdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf.gz; priority=5 application/postscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps; priority=5 application/x-bzpostscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps.bz2; priority=5 application/x-gzpostscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps.gz; priority=5