Your message dated Wed, 03 Jan 2001 14:52:48 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#65831: fixed in apsfilter 6.0.0-1 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.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 18 Jun 2000 09:48:41 +0000 >From [EMAIL PROTECTED] Sun Jun 18 04:48:41 2000 Return-path: <[EMAIL PROTECTED]> Received: from elm.cbcfreo.wa.edu.au [203.91.66.233] by master.debian.org with esmtp (Exim 3.12 2 (Debian)) id 133bh0-0003JL-00; Sun, 18 Jun 2000 04:48:40 -0500 Received: from elm.cbcfreo.wa.edu.au [203.91.66.233] by elm.cbcfreo.wa.edu.au with esmtp (Exim 3.12 #1 (Debian)) id 133bgt-00048y-00; Sun, 18 Jun 2000 17:48:31 +0800 Date: Sun, 18 Jun 2000 17:48:31 +0800 (WST) From: Lindsay Allen <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: case statement error in apsfilterconfig Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: [EMAIL PROTECTED] Package: apsfilter Version: 5.1.4-1 There is a bug in apsfilterconfig which makes it difficult to install some printers without reading the script to discover the cause. Here is the relevant part of the script:- cat << !EOM ----------------------------------------------------------------- List of gs-5.03 DEC, IBM, NEC, Okidata printer driver ----------------------------------------------------------------- declj250 - CalComp Raster Format ibmpro - IBM 9-pin Proprinter jetp3852 - IBM JetPrinter ink-jet color (Model #3852) la50 - DEC LA50 printer la70 - DEC LA70 printer la70t - DEC LA70 printer with low resol, text enhancement la75 - DEC LA75 printer la75plus - DEC LA75plus printer ln03 - DEC LN03 printer lj250 - DEC LJ250 Companion color printer necp6 - NEC P6/P6+/P60, 360x360 DPI resol oki182 - Okidata MicroLine 182 okiibm - Okidata MicroLine IBM-compatible printers ----------------------------------------------------------------- !EOM echo "Please enter the printer driver of your choice" echo "or type <RETURN> to choose another category/driver:" echo $n "Your choice ? $c"; read answer case $answer in 1) PRINTER=declj250 ;; 2) PRINTER=ibmpro ;; 3) PRINTER=jetp3852 ;; 4) PRINTER=la50 ;; 5) PRINTER=la70 ;; 6) PRINTER=la70t ;; 7) PRINTER=la75 ;; 8) PRINTER=la75plus ;; 9) PRINTER=ln03 ;; 0) PRINTER=lj250 ;; a) PRINTER=necp6 ;; b) PRINTER=oki182 ;; c) PRINTER=okiibm ;; *) PRINTER="" ;; Note that the printers are listed by type, but the case statement expects a numeric value. Thus to install an necp6 I had to enter "necp6" rather than "a". Running current potato on 2.2.16. I'll leave the severity to you. HTH Lindsay (I still cannot print due to some other error, not yet found.) -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Lindsay Allen <[EMAIL PROTECTED]> Perth, Western Australia voice +61 8 9316 2486 32.0125S 115.8445E Debian Linux =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= --------------------------------------- Received: (at 65831-close) by bugs.debian.org; 3 Jan 2001 19:56:50 +0000 >From [EMAIL PROTECTED] Wed Jan 03 13:56:50 2001 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14Du1i-0007iF-00; Wed, 03 Jan 2001 13:56:50 -0600 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 14Dtxo-0008Rn-00; Wed, 03 Jan 2001 14:52:48 -0500 From: Debian QA Group <debian-qa@lists.debian.org> To: [EMAIL PROTECTED] Subject: Bug#65831: fixed in apsfilter 6.0.0-1 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Wed, 03 Jan 2001 14:52:48 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of apsfilter, which has been installed in the Debian FTP archive: apsfilter_6.0.0.orig.tar.gz to pool/main/a/apsfilter/apsfilter_6.0.0.orig.tar.gz apsfilter_6.0.0-1.diff.gz to pool/main/a/apsfilter/apsfilter_6.0.0-1.diff.gz apsfilter_6.0.0-1.dsc to pool/main/a/apsfilter/apsfilter_6.0.0-1.dsc apsfilter_6.0.0-1_all.deb to pool/main/a/apsfilter/apsfilter_6.0.0-1_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. Debian QA Group <debian-qa@lists.debian.org> (supplier of updated apsfilter 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----- Format: 1.7 Date: Wed, 3 Jan 2001 16:06:40 +0100 Source: apsfilter Binary: apsfilter Architecture: source all Version: 6.0.0-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group <debian-qa@lists.debian.org> Changed-By: Matej Vela <[EMAIL PROTECTED]> Description: apsfilter - Magic print filter with automatic file type recognition Closes: 65831 70943 70955 71147 Changes: apsfilter (6.0.0-1) unstable; urgency=low . * New upstream version. Closes: Bug#65831, Bug#70955, Bug#71147. * Configuration incompatible with previous versions; a warning is displayed on upgrade (using debconf) and old configuration files are backed up. * Closer to FHS compliance; all changes needed for full compliance have been made transparent using symbolic links. README.Debian no longer necessary. * debian/apsfilterconfig.8: Obsoleted by man/apsfilter.1. * Orphaning. * Handle systems where there is no /etc/printcap. Closes: Bug#70943. * /etc/apsfilter is not included directly in the package to avoid spurious `directory not empty so not removed' warnings from dpkg. * debian/postinst: Don't call apsfilterconfig since it doesn't use debconf yet. * debian/rules: Install only the files installed by the upstream Makefile. * Conforms to Standards version 3.2.1. Files: cc9ea403c1ecd4d2f8ef1c931b5d2bc5 730 text extra apsfilter_6.0.0-1.dsc 87659e8d803dda316ce3793b13e8f1bc 302742 text extra apsfilter_6.0.0.orig.tar.gz 3e9675aa7f09523ab6e6315647d1a3be 7183 text extra apsfilter_6.0.0-1.diff.gz 376b28cfaeee371cae09f7733ba205ae 291270 text extra apsfilter_6.0.0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iQCVAwUBOlNBZuz+R+WhGHJJAQFkpgP/YDV402l1wiMQu4kxGJXaU8hE6r8xZUzi LGWU3xvzE0Fcl/1yw2LiJefRiiDoxUXikw8gE2nlrjyr9sj5ewnov5pmDdqWASAF oxcEiu4jGLitPgrMaGt06ozIEOzMeWSHRD26AfyNsDq7WnmXdaJwtkHdn8GhNPxE ToX7OMT060k= =RLPq -----END PGP SIGNATURE-----