Package: fbi
Version: 2.01-1.4
Severity: minor
Tags: patch
Ok, last one :)
fbgs does not pass on a couple of fbi options.
The one I wanted was -noverbose (since -verbose is fbi's default), but I
included others that could be useful as well in the patch.
regards,
Jan
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Versions of packages fbi depends on:
ii libc6 2.3.6-3 GNU C Library: Shared libraries an
ii libcurl3 7.15.3-1 Multi-protocol file transfer libra
ii libexif12 0.6.13-4 library to parse EXIF files
ii libfontconfig1 2.3.2-1.1 generic font configuration library
ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib
ii libjpeg62 6b-12 The Independent JPEG Group's JPEG
ii libpcd2 1.0.1 A library for reading PhotoCD imag
ii libpng12-0 1.2.8rel-5 PNG library - runtime
ii libtiff4 3.8.0-3 Tag Image File Format (TIFF) libra
ii libungif4g 4.1.4-2 shared library for GIF images (run
ii zlib1g 1:1.2.3-11 compression library - runtime
fbi recommends no packages.
-- no debconf information
diff -ru fbida-2.01.orig/fbgs fbida-2.01/fbgs
--- fbida-2.01.orig/fbgs 2004-03-28 13:32:16.000000000 +0200
+++ fbida-2.01/fbgs 2006-04-08 03:06:09.000000000 +0200
@@ -21,11 +21,11 @@
-xxl) gsopts="$gsopts -r150x150"
shift
;;
- -q | -a)
+ -a | -v | -noverbose | -u | -1 )
fbiopts="$fbiopts $1"
shift
;;
- -d | -m | -t | -g | -f)
+ -d | -m | -t | -g | -f | -T | -s)
fbiopts="$fbiopts $1 $2"
shift; shift
;;