Your message dated Thu, 10 Feb 2005 17:17:27 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#294526: fixed in simpletal 3.11-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; 10 Feb 2005 06:57:32 +0000
>From [EMAIL PROTECTED] Wed Feb 09 22:57:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c129064.adsl.hansenet.de (localhost.localdomain) [213.39.129.64]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cz8Ga-0005aQ-00; Wed, 09 Feb 2005 22:57:32 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1Cz8GW-000330-9J; Thu, 10 Feb 2005 07:57:28 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: simpletal: FTBFS: Missing Build-Depends on 'python-dev'
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 10 Feb 2005 07:57:28 +0100
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: simpletal
Severity: serious
Tags: patch
When building 'simpletal' in a clean chroot,
I get the following error:
cd . && python setup.py build --build-base="./build"
/bin/sh: python: command not found
make: *** [common-build-impl] Error 127
Please add the missing Build-Depends on 'python-dev'
to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/simpletal-3.11/debian/control ./debian/control
--- ../tmp-orig/simpletal-3.11/debian/control 2005-02-10 07:47:20.163795507
+0100
+++ ./debian/control 2005-02-10 07:47:16.274561672 +0100
@@ -1,7 +1,7 @@
Source: simpletal
Section: python
Priority: optional
-Build-Depends-Indep: python2.2-dev, python2.3-dev, cdbs (>> 0.4.8), debhelper
(>= 4.1.60)
+Build-Depends-Indep: python-dev, python2.2-dev, python2.3-dev, cdbs (>>
0.4.8), debhelper (>= 4.1.60)
Maintainer: Igor Stroh <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
---------------------------------------
Received: (at 294526-close) by bugs.debian.org; 10 Feb 2005 22:23:02 +0000
>From [EMAIL PROTECTED] Thu Feb 10 14:23:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CzMiD-0004tt-00; Thu, 10 Feb 2005 14:23:01 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CzMcp-0006Et-00; Thu, 10 Feb 2005 17:17:27 -0500
From: Igor Stroh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#294526: fixed in simpletal 3.11-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 10 Feb 2005 17:17:27 -0500
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-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-Spam-Level:
Source: simpletal
Source-Version: 3.11-2
We believe that the bug you reported is fixed in the latest version of
simpletal, which is due to be installed in the Debian FTP archive:
python-simpletal_3.11-2_all.deb
to pool/main/s/simpletal/python-simpletal_3.11-2_all.deb
python2.2-simpletal_3.11-2_all.deb
to pool/main/s/simpletal/python2.2-simpletal_3.11-2_all.deb
python2.3-simpletal_3.11-2_all.deb
to pool/main/s/simpletal/python2.3-simpletal_3.11-2_all.deb
simpletal_3.11-2.diff.gz
to pool/main/s/simpletal/simpletal_3.11-2.diff.gz
simpletal_3.11-2.dsc
to pool/main/s/simpletal/simpletal_3.11-2.dsc
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.
Igor Stroh <[EMAIL PROTECTED]> (supplier of updated simpletal 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: Thu, 10 Feb 2005 19:29:08 +0100
Source: simpletal
Binary: python-simpletal python2.3-simpletal python2.2-simpletal
Architecture: source all
Version: 3.11-2
Distribution: unstable
Urgency: low
Maintainer: Igor Stroh <[EMAIL PROTECTED]>
Changed-By: Igor Stroh <[EMAIL PROTECTED]>
Description:
python-simpletal - Simple TAL, TALES and METAL implementation
python2.2-simpletal - Simple TAL, TALES and METAL implementation, python 2.2
version
python2.3-simpletal - Simple TAL, TALES and METAL implementation, python 2.3
version
Closes: 294526
Changes:
simpletal (3.11-2) unstable; urgency=low
.
* Fixed build-dependancies (Closes: #294526).
Files:
fda636ac81d31542d54525b715ac9729 678 python optional simpletal_3.11-2.dsc
dff1f3539ab025580ba265d8d07096aa 2260 python optional simpletal_3.11-2.diff.gz
45df731df9de27728e45aef207a2ad8e 38406 python optional
python-simpletal_3.11-2_all.deb
21c2dd90e359ceeee1bf7fd98b684c5c 29812 python optional
python2.2-simpletal_3.11-2_all.deb
503cdbd6f430a984170f1de88867039b 29816 python optional
python2.3-simpletal_3.11-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCC9nhV6N/vVHPhBcRAizVAKCEWNcQ8IM/yDnUw1JWLuEwhFoYhwCeNTYQ
+CYUr07cBtqaCQXQXp4r75g=
=lbbt
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]