Your message dated Tue, 03 Oct 2006 20:47:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390629: fixed in parenscript 1:20061003-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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: parenscript
Severity: minor
Tags: patch

Hi Luca,

I just found that docs/pbook.py produces buggy LaTeX code, a faulty
check for PDF output.  It doesn't show up if you only try to create PDF.

But if you want to go the traditional route and produce dvi files (and
from that PostScript and maybe finally again PDF), this will fail and
still produce PDF.  The script itself doesn't do that (or rather, it
does that in fact but ignores the output in this first run), but it's
still an uglyness.  

Moreover, it's completely useless, because the only package that uses
the information, graphicx, will detect the output format itself (and in
a proper way).  Therefore, the patch is simple:

--- parenscript-20060513/docs/pbook.py.orig     2006-10-02 10:52:24.000000000 
+0200
+++ parenscript-20060513/docs/pbook.py  2006-10-02 10:52:45.000000000 +0200
@@ -66,10 +66,7 @@
     def beginning(self):
         return '\n\\documentclass[notitlepage,a4paper,makeidx]{' + self.style 
+ '}\n' + \
                '\\usepackage{fancyvrb,color,palatino,makeidx}\n' + \
-               "\\newif\\ifpdf\n\\ifx\\pdfoutput\\undefined\n\\pdffalse\n" + \
-               "\\else\n\\pdfoutput=1\n\\pdftrue\n\\fi\n" + \
-               "\\ifpdf\n\\usepackage[pdftex]{graphicx}\n" + \
-               "\\else\n\\usepackage{graphicx}\n\\fi\n" + \
+               "\\usepackage{graphicx}\n" + \
                '\\definecolor{gray}{gray}{0.6}\n' + \
                '\\title{' + TexFile.escapeString(self.title) + '}\n' +  \
                (self.author and ('\\author{' + self.author + '}\n') or '') + \

Regards, Frank


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.16-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)


--- End Message ---
--- Begin Message ---
Source: parenscript
Source-Version: 1:20061003-1

We believe that the bug you reported is fixed in the latest version of
parenscript, which is due to be installed in the Debian FTP archive:

cl-parenscript_20061003-1_all.deb
  to pool/main/p/parenscript/cl-parenscript_20061003-1_all.deb
parenscript_20061003-1.diff.gz
  to pool/main/p/parenscript/parenscript_20061003-1.diff.gz
parenscript_20061003-1.dsc
  to pool/main/p/parenscript/parenscript_20061003-1.dsc
parenscript_20061003.orig.tar.gz
  to pool/main/p/parenscript/parenscript_20061003.orig.tar.gz



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.
Luca Capello <[EMAIL PROTECTED]> (supplier of updated parenscript 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,  3 Oct 2006 16:15:08 +0200
Source: parenscript
Binary: cl-parenscript
Architecture: source all
Version: 1:20061003-1
Distribution: unstable
Urgency: low
Maintainer: Luca Capello <[EMAIL PROTECTED]>
Changed-By: Luca Capello <[EMAIL PROTECTED]>
Description: 
 cl-parenscript - JavaScript embedded in a Common Lisp host
Closes: 390629
Changes: 
 parenscript (1:20061003-1) unstable; urgency=low
 .
   * New darcs checkout (Closes: #390629).
Files: 
 ed42606d974187dcbaf1341153ea4ac9 778 devel optional parenscript_20061003-1.dsc
 ffa68eea96dc56c899b81abbca1a9f0e 183190 devel optional 
parenscript_20061003.orig.tar.gz
 9e378281e61312ef49eff2ba34aaf333 3628 devel optional 
parenscript_20061003-1.diff.gz
 039b725827788da5712f5645acaa7ce9 186600 devel optional 
cl-parenscript_20061003-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFIsA611ldN0tyliURApquAJ94K4SH2bmkrmq8nIyDhOZWBGj80QCfbeXG
fYh4rQ+e4SrcCfiHyK8Ll4I=
=6MMc
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to