Your message dated Tue, 04 Jul 2006 00:17:11 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324766: fixed in svgalib 1:1.4.3-23 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: svgalib-bin Version: 1:1.4.3-21 Severity: normal The textmode(1) script starts off like so: ----begin---- #!/bin/sh dir=/etc/vga [ -w "$dir" ] || dir="$HOME/.vga" .... ----end---- It checks whether or not /etc/vga is writable, even though it will only be reading saved VGA state files. If you had previously run savetextmode(1) as root, but then run textmode(1) as a user, the restore* programs will read from ~/.vga, even if it does not exist. (This script is not part of the svgalib upstream; it is brought into being by the 001_fhs_transition patch.) Aside from this issue, I notice that the script uses both of the VGA state files (in a given directory) even if only one is present. May I suggest a different approach? ----begin---- textregs= fontdata= for dir in /etc /etc/vga "$HOME/.vga" do test -r "$dir/textregs" && textregs="$dir/textregs" test -r "$dir/fontdata" && fontdata="$dir/fontdata" done test -n "$textregs" && restoretextmode -r "$textregs" .... case "$textregs" in /etc/vga/*) ;; /etc/*) echo >&2 "WARNING: ..." ;; esac ----end---- -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.11-1-k7 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages svgalib-bin depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libsvga1 1:1.4.3-21 console SVGA display libraries -- no debconf information
--- End Message ---
--- Begin Message ---Source: svgalib Source-Version: 1:1.4.3-23 We believe that the bug you reported is fixed in the latest version of svgalib, which is due to be installed in the Debian FTP archive: libsvga1-dev_1.4.3-23_i386.deb to pool/main/s/svgalib/libsvga1-dev_1.4.3-23_i386.deb libsvga1_1.4.3-23_i386.deb to pool/main/s/svgalib/libsvga1_1.4.3-23_i386.deb svgalib-bin_1.4.3-23_i386.deb to pool/main/s/svgalib/svgalib-bin_1.4.3-23_i386.deb svgalib_1.4.3-23.diff.gz to pool/main/s/svgalib/svgalib_1.4.3-23.diff.gz svgalib_1.4.3-23.dsc to pool/main/s/svgalib/svgalib_1.4.3-23.dsc svgalibg1-dev_1.4.3-23_all.deb to pool/main/s/svgalib/svgalibg1-dev_1.4.3-23_all.deb svgalibg1_1.4.3-23_all.deb to pool/main/s/svgalib/svgalibg1_1.4.3-23_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Guillem Jover <[EMAIL PROTECTED]> (supplier of updated svgalib package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 4 Jul 2006 09:54:02 +0300 Source: svgalib Binary: svgalibg1-dev libsvga1-dev libsvga1 svgalibg1 svgalib-bin Architecture: source all i386 Version: 1:1.4.3-23 Distribution: unstable Urgency: low Maintainer: Guillem Jover <[EMAIL PROTECTED]> Changed-By: Guillem Jover <[EMAIL PROTECTED]> Description: libsvga1 - console SVGA display libraries libsvga1-dev - console SVGA display development libraries and headers svgalib-bin - console SVGA display utilities svgalibg1 - transitional dummy package which can be safely removed svgalibg1-dev - transitional dummy package which can be safely removed Closes: 324766 343597 356816 356817 356818 356819 356820 376006 Changes: svgalib (1:1.4.3-23) unstable; urgency=low . * Remove libsvga1.postinst and libsvga1.prerm, as they were modifying a conffile, and now they are empty. (Closes: #376006) - As a side effect, there's no problem anymore with not using the C locale when using bracket expressions. (Closes: #343597) * Fix bashisms by removing svgalib-bin.preinst (which was handling an upgrade path from oldstable to stable) and replace -a with && inside a [] in libsvga1.postrm. * Now using Standards-Version 3.7.2 (no changes needed). * Switch to debhelper compatibility level 5. * Update FSF's address. * Make textmode look at /etc/vga when run as user, and remove old warning about files directly under /etc. (Closes: #324766) Thanks to Daniel Richard G. <[EMAIL PROTECTED]> for the initial patch. * Use LSB sysvinit output functions, thus svgalib-bin Depends on lsb-base. * Remove unused commented lines and GZIP setting in debian/rules. * Fix massive amounts of typos. (Closes: #356816, #356817, #356818, #356819, #356820) - debian/patches/030_manpages_typos.patch: New file. Thanks to A Costa <[EMAIL PROTECTED]>. Files: cabd3f6d71d84e61129f485a3afe6090 676 graphics optional svgalib_1.4.3-23.dsc 0cc7c221a40b6c55b7f761250266ac35 49542 graphics optional svgalib_1.4.3-23.diff.gz a072fb0f380209e4ce6822cda26ff8e0 748 oldlibs optional svgalibg1_1.4.3-23_all.deb a7675dde7d48417b31b1c0355c6826e5 756 oldlibs optional svgalibg1-dev_1.4.3-23_all.deb 386352a10c621cdf76a603dee73ca404 23900 graphics optional svgalib-bin_1.4.3-23_i386.deb 841032405f229dd28ad418b15cb255ce 311088 libs optional libsvga1_1.4.3-23_i386.deb ff3bc6b2fc68752b7d256dcf4d85a9ed 556178 libdevel optional libsvga1-dev_1.4.3-23_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEqhF1uW9ciZ2SjJsRAoLtAJ9bR614CFclgsADbXoSw5AdG4/21wCgn9XB i4YPsTS68cZ8UHGumKQHuDI= =NdWj -----END PGP SIGNATURE-----
--- End Message ---

