Your message dated Wed, 21 Jun 2006 02:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#374744: fixed in cl-typesetting 117-3
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: cl-typesetting
Version: 117-2
Severity: important
Tags: patch
ext:run-program is used for both cmu and sbcl in graph.lisp. once i
changed the line to read sb-ext:run-program it seems to be
working. patch attached.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages cl-typesetting depends on:
ii cl-pdf 117-1 Common Lisp package to create PDF
ii common-lisp-controller 6.1 This is a Common Lisp source and c
cl-typesetting recommends no packages.
-- no debconf information
--- /usr/share/common-lisp/source/cl-typesetting/graph.lisp.old 2005-11-02
12:53:36.000000000 -0600
+++ /usr/share/common-lisp/source/cl-typesetting/graph.lisp 2006-06-20
23:44:03.000000000 -0500
@@ -176,7 +176,8 @@
(with-open-file (s dot-file :direction :output :if-exists :supersede)
(gen-graph-dot-data graph s))
#+lispworks (sys:call-system (format nil "~a~{ ~s~} ~s -o ~s" *dot-command*
*dot-command-args* dot-file result-file) :wait t)
-#+(or cmu sbcl) (ext:run-program *dot-command* `(,@*dot-command-args*
,dot-file "-o" ,result-file) :wait t)
+ #+cmu (ext:run-program *dot-command* `(,@*dot-command-args*
,dot-file "-o" ,result-file) :wait t)
+ #+sbcl (sb-ext:run-program *dot-command* `(,@*dot-command-args*
,dot-file "-o" ,result-file) :wait t)
(with-open-file (s result-file :direction :input)
(iter (for line = (read-line s nil))
(while line)
--- End Message ---
--- Begin Message ---
Source: cl-typesetting
Source-Version: 117-3
We believe that the bug you reported is fixed in the latest version of
cl-typesetting, which is due to be installed in the Debian FTP archive:
cl-typesetting_117-3.diff.gz
to pool/non-free/c/cl-typesetting/cl-typesetting_117-3.diff.gz
cl-typesetting_117-3.dsc
to pool/non-free/c/cl-typesetting/cl-typesetting_117-3.dsc
cl-typesetting_117-3_all.deb
to pool/non-free/c/cl-typesetting/cl-typesetting_117-3_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.
Peter Van Eynde <[EMAIL PROTECTED]> (supplier of updated cl-typesetting 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: Wed, 21 Jun 2006 09:17:28 +0200
Source: cl-typesetting
Binary: cl-typesetting
Architecture: source all
Version: 117-3
Distribution: unstable
Urgency: low
Maintainer: Peter Van Eynde <[EMAIL PROTECTED]>
Changed-By: Peter Van Eynde <[EMAIL PROTECTED]>
Description:
cl-typesetting - a Common Lisp typesetting library
Closes: 374744
Changes:
cl-typesetting (117-3) unstable; urgency=low
.
* Applied patch from Anoop Aryal so it compiles again on sbcl.
(Closes: #374744)
* Moved debhelper to BuildDepends and updated standards version
without real changes.
Files:
f160fc21b12fcd23ab9b45c2fbb7bbae 617 non-free/devel optional
cl-typesetting_117-3.dsc
ec4df171834e68453781a49af3a0db03 12002 non-free/devel optional
cl-typesetting_117-3.diff.gz
747f8a0012a9d5ad43cd236ae0aad5ba 160826 non-free/devel optional
cl-typesetting_117-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEmPMI11ldN0tyliURAhWWAJ49nRODQc2QxBKPVj2tuKHuy2vHEwCdFAiR
QpwuVbPmGrWqoQqJWCkOkbI=
=e0KC
-----END PGP SIGNATURE-----
--- End Message ---