Package: mime-support Version: 3.34-1 Severity: minor Tags: patch
just a small typo in /etc/mailcap one should read xls2csv which belong to package catdoc very straightforward patch : --- mailcap.new 2005-06-28 19:09:26.000000000 +0200 +++ mailcap.orig 2005-06-28 19:08:58.000000000 +0200 @@ -289,7 +289,7 @@ application/msword; wordview '%s'; description="MS Word Text"; test=test "$DISPLAY" application/msword; catdoc '%s'; copiousoutput; description="MS Word Text"; application/vnd.ms-excel; xlsview '%s'; description="MS Excel sheet"; test=test "$DISPLAY" -application/vnd.ms-excel; xls2csv '%s'; copiousoutput; description="MS Excel sheet"; +application/vnd.ms-excel; xls2cvs '%s'; copiousoutput; description="MS Excel sheet"; application/vnd.ms-powerpoint; catppt '%s'; copiousoutput; description="MS PowerPoint presentation"; application/x-debian-package; /usr/lib/mime/debian-view '%s'; needsterminal; description=Debian GNU/Linux Package; nametemplate=%s.deb audio/basic; /usr/lib/mime/playaudio '%s'; description=Basic uLaw Audio; nametemplate=%s.au yes, I know this could be done more quickly with an editor but I'm a perfectionist ! ;-) -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-1-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) mime-support depends on no packages. Versions of packages mime-support recommends: ii file 4.12-1 Determines file type using "magic" -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

