Your message dated Mon, 31 Oct 2005 20:19:27 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336502: fixed in stalin 0.9+0.10alpha2-2
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; 30 Oct 2005 19:56:38 +0000
>From [EMAIL PROTECTED] Sun Oct 30 11:56:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from dapac.org [216.218.183.48]
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EWJIE-0001KF-00; Sun, 30 Oct 2005 11:56:38 -0800
Received: from poison ([63.231.59.53]) by dapac.org for <[EMAIL PROTECTED]>;
Sun, 30 Oct 2005 11:56:41 -0800
Date: Sun, 30 Oct 2005 11:59:37 -0800
From: Christopher Cramer <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: making stalin.sc requires . to be in PATH
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-5.5 required=4.0 tests=BAYES_20,HAS_PACKAGE,
RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: stalin
Version: 0.9+0.10alpha2
Severity: minor
Tags: patch
Making the single file stalin.sc from the original source requires the
current directory to be in the search path.
diff -uNr stalin-0.9+0.10alpha2/make-single-file
stalin-0.9+0.10alpha2-path/make-single-file
--- stalin-0.9+0.10alpha2/make-single-file 2003-01-06 02:02:47.000000000
-0800
+++ stalin-0.9+0.10alpha2-path/make-single-file 2005-10-30 11:56:25.267962816
-0800
@@ -32,6 +32,6 @@
stalin5e.sc\
main.sc\
|sed -f trotsky.sed|cat - last-line.sc\
- |remove-extra-blank-lines >stalin.sc
+ |./remove-extra-blank-lines >stalin.sc
rm -f stalin{1,2,3{a,b},4{a,b,c,d},5{a,b,c,d,e}}.sc main.sc
rm -f last-line.sc trotsky.sed remove-extra-blank-lines
--
Christopher Cramer
Executive Director, DAPAC
"In past ages, a war, almost by definition, was something that sooner or
later came to an end, usually in unmistakable victory or defeat."
---------------------------------------
Received: (at 336502-close) by bugs.debian.org; 1 Nov 2005 04:41:42 +0000
>From [EMAIL PROTECTED] Mon Oct 31 20:41:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EWncN-0002mm-00; Mon, 31 Oct 2005 20:19:27 -0800
From: Rob Browning <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#336502: fixed in stalin 0.9+0.10alpha2-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 31 Oct 2005 20:19:27 -0800
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3
Source: stalin
Source-Version: 0.9+0.10alpha2-2
We believe that the bug you reported is fixed in the latest version of
stalin, which is due to be installed in the Debian FTP archive:
stalin_0.9+0.10alpha2-2.diff.gz
to pool/main/s/stalin/stalin_0.9+0.10alpha2-2.diff.gz
stalin_0.9+0.10alpha2-2.dsc
to pool/main/s/stalin/stalin_0.9+0.10alpha2-2.dsc
stalin_0.9+0.10alpha2-2_i386.deb
to pool/main/s/stalin/stalin_0.9+0.10alpha2-2_i386.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.
Rob Browning <[EMAIL PROTECTED]> (supplier of updated stalin 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: Sun, 30 Oct 2005 15:48:21 -0800
Source: stalin
Binary: stalin
Architecture: source i386
Version: 0.9+0.10alpha2-2
Distribution: unstable
Urgency: low
Maintainer: Rob Browning <[EMAIL PROTECTED]>
Changed-By: Rob Browning <[EMAIL PROTECTED]>
Description:
stalin - An extremely aggressive Scheme compiler
Closes: 320972 324498 336502
Changes:
stalin (0.9+0.10alpha2-2) unstable; urgency=low
.
* Migrate to quilt.
.
* Fix problem where bootstrap required . to be in PATH. Thanks to
Christopher Cramer. (closes: #336502)
- debian/patches/misc.diff.
.
* Rebuild against newer libgc. (closes: #320972, #324498)
.
* Build-Depend on and build with gcc-3.4 for now. A gcc-4.0 build goes
off into an infinite loop at the moment. The compiler can now be
selected via the CC environment variable.
- debian/patches/allow-compiler-selection.diff
- debian/control
- debian/rules
.
* Add simple after-build sanity checks.
- debian/rules
Files:
347757314670ad765e5aa19325111851 643 devel optional stalin_0.9+0.10alpha2-2.dsc
712ed4fdad23cbe09cec4722393ed125 5655 devel optional
stalin_0.9+0.10alpha2-2.diff.gz
79aa5cc81999f4e7286ac6cc74efa3db 2087054 devel optional
stalin_0.9+0.10alpha2-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDZugxJcjTd4x+c6QRAum6AJ4iSD9BbsF337v42HTi/LMTwNCKPACffGK9
3lPrjH9iqB8HjY+XBASUPUk=
=pEcV
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]