[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#128669: marked as done (psptools fixes for psplpr blocking and usage problem)



Your message dated Thu, 17 Jan 2002 15:06:16 -0500
with message-id <E16RIng-0008Jk-00@auric.debian.org>
and subject line Bug#128669: fixed in psptools 1.2.2-7
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Jan 2002 01:55:45 +0000
>From theme@linuxfreemail.com Thu Jan 10 19:55:45 2002
Return-path: <theme@linuxfreemail.com>
Received: from btte_r1a1m236.in-tch.com (desktop) [216.166.185.236] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16Oqv2-0000Qj-00; Thu, 10 Jan 2002 19:55:45 -0600
Received: from theme by desktop with local (Exim 3.33 #1 (Debian))
	id 16OqvW-0005AB-00
	for <submit@bugs.debian.org>; Thu, 10 Jan 2002 18:56:14 -0700
To: submit@bugs.debian.org
Subject: psptools fixes for psplpr blocking and usage problem
Message-Id: <[🔎] E16OqvW-0005AB-00@desktop>
From: Don <theme@linuxfreemail.com>
Date: Thu, 10 Jan 2002 18:56:14 -0700
Delivered-To: submit@bugs.debian.org

Package: psptools
Version: 1.2.2-6
Severity: normal

This diff corrects the upstream psplpr source. The --lpr option is still needed
even when -Pprinter is used contrary to the man page. The --lpr is also
needed when using psplpr as a filter with the -o or --output option. They should
be mutually exclusive. Setting the default $used_lpr_prog = $lpr_prog at the
beginning of psplpr is one solution or just continue to use the --lpr option even if 
used as a filter. This diff makes psplpr work without exporting a PRINTER environment 
variable before starting the driver.

Ref: this fixes #26831 item 3 

Diff dated 10 Jan 02 to psptools.pl.in dated 3 July 1996:

818c818
<     } elsif ($args[0] eq "-${lopt_prefix}lpr") {
---
>     } elsif ($args[0] eq "--${lopt_prefix}lpr") {
820c820
<     } elsif ($args[0] eq "-${lopt_prefix}lp") {
---
>     } elsif ($args[0] eq "--${lopt_prefix}lp") {



Here is a small enhancement to fix outstanding report #27273

Diff dated 10 Jan 02 to psptools.pl.in dated 3 July 1996:

821a822,825
>     } elsif ($args[0] eq "-${opt_prefix}P") {
>         $printer = $args[1];
>         usage(1) if (($printer = $args[1]) eq '');
>         $used_prog_lpr = $prog_lpr;


Maybe some maintainer can plug these into the debian diff to
the source package instead of waiting for the source to change?

theme@linuxfreemail.com
10 January 2002

---------------------------------------
Received: (at 128669-close) by bugs.debian.org; 17 Jan 2002 20:08:12 +0000
>From troup@auric.debian.org Thu Jan 17 14:08:12 2002
Return-path: <troup@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16RIpX-0004T3-00; Thu, 17 Jan 2002 14:08:11 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 16RIng-0008Jk-00; Thu, 17 Jan 2002 15:06:16 -0500
From: Colin Watson <cjwatson@debian.org>
To: 128669-close@bugs.debian.org
X-Katie: $Revision: 1.66 $
Subject: Bug#128669: fixed in psptools 1.2.2-7
Message-Id: <E16RIng-0008Jk-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Thu, 17 Jan 2002 15:06:16 -0500
Delivered-To: 128669-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
psptools, which has been installed in the Debian FTP archive:

psptools_1.2.2-7.diff.gz
  to pool/main/p/psptools/psptools_1.2.2-7.diff.gz
psptools_1.2.2-7.dsc
  to pool/main/p/psptools/psptools_1.2.2-7.dsc
psptools_1.2.2-7_all.deb
  to pool/main/p/psptools/psptools_1.2.2-7_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 128669@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwatson@debian.org> (supplier of updated psptools 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2002 03:07:26 +0000
Source: psptools
Binary: psptools
Architecture: source all
Version: 1.2.2-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Description: 
 psptools   - Tools for PostScript printers and devices
Closes: 27273 116263 128669 129287 129414 129437 129461
Changes: 
 psptools (1.2.2-7) unstable; urgency=low
 .
   * QA upload.
   * Accept '-P printer' as well as '-Pprinter' (closes: #27273).
   * Patches from Don (closes: #128669, #129287, #129414, #129437):
     - Accept --lp and --lpr as well as -lp and -lpr.
     - Don't output psplprdict lines unless the PageSetup option is set.
     - Fix typo, $addsc -> $adddsc.
   * Append a newline to --ppdpath output (#26831 part 1).
   * Supply default locations for BSD_LPR and SYSV_LP, avoiding
     build-dependencies. Touch configure in case make decides to run
     autoconf.
   * Save the current line before outputting %%BeginSetup, and output it
     after %%EndSetup, as otherwise it got overwritten in the process of
     reading features (closes: #116263, #129461).
   * Policy version 3.5.6.
   * Perl policy version 1.20:
     - Install libraries in /usr/share/perl5 rather than /usr/lib/perl5.
Files: 
 8be742c6dc1834f5e34074bf41f70083 641 text optional psptools_1.2.2-7.dsc
 d0ea548182e7d9ff2773af4128c99e8e 9197 text optional psptools_1.2.2-7.diff.gz
 a11696419bfcf2ef3e2503db7b7ee4dc 38700 text optional psptools_1.2.2-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8RkKz9t0zAhD6TNERAis9AJwLzH2uKSGPe31ApodayGpdMnB/yQCbBq35
bcPAWPwKmKm0QVObjJQi2qs=
=OGlD
-----END PGP SIGNATURE-----



Reply to: