Your message dated Sun, 06 Nov 2005 10:47:13 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319230: fixed in nevow 0.6.0-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Jul 2005 16:08:09 +0000
>From [EMAIL PROTECTED] Wed Jul 20 09:08:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c204146.adsl.hansenet.de (localhost.localdomain)
[213.39.204.146]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DvH7B-0005v9-00; Wed, 20 Jul 2005 09:08:09 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
id 1DvH7A-0008LI-Ef; Wed, 20 Jul 2005 18:08:08 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: nevow: FTBFS: Missing Build-Depends on 'python2.4-dev'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 20 Jul 2005 18:08:08 +0200
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: nevow
Version: 0.4.1-1
Severity: serious
Tags: patch
When building 'nevow' in a clean 'unstable' chroot,
I get the following error:
dh_installdirs -ppython2.4-nevow
cd . && /usr/bin/python2.4 setup.py install --root=debian/python2.4-nevow
--no-compile -O0
/bin/sh: /usr/bin/python2.4: No such file or directory
make: *** [install/python2.4-nevow] Error 127
Please add the missing Build-Depends on 'python2.4-dev'
to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/nevow-0.4.1/debian/control ./debian/control
--- ../tmp-orig/nevow-0.4.1/debian/control 2005-06-27 13:11:09.000000000
+0000
+++ ./debian/control 2005-07-20 15:06:25.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Tommi Virtanen <[EMAIL PROTECTED]>
Standards-Version: 3.5.6
-Build-Depends-Indep: python-dev, python2.3-dev, cdbs, debhelper (>= 4.1.68)
+Build-Depends-Indep: python-dev, python2.3-dev, python2.4-dev, cdbs, debhelper
(>= 4.1.68)
Package: python-nevow
Architecture: all
---------------------------------------
Received: (at 319230-close) by bugs.debian.org; 6 Nov 2005 18:51:55 +0000
>From [EMAIL PROTECTED] Sun Nov 06 10:51:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EYpXt-0000lI-00; Sun, 06 Nov 2005 10:47:13 -0800
From: Tommi Virtanen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319230: fixed in nevow 0.6.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 06 Nov 2005 10:47:13 -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
Source: nevow
Source-Version: 0.6.0-1
We believe that the bug you reported is fixed in the latest version of
nevow, which is due to be installed in the Debian FTP archive:
nevow_0.6.0-1.diff.gz
to pool/main/n/nevow/nevow_0.6.0-1.diff.gz
nevow_0.6.0-1.dsc
to pool/main/n/nevow/nevow_0.6.0-1.dsc
nevow_0.6.0.orig.tar.gz
to pool/main/n/nevow/nevow_0.6.0.orig.tar.gz
python-nevow_0.6.0-1_all.deb
to pool/main/n/nevow/python-nevow_0.6.0-1_all.deb
python2.3-nevow_0.6.0-1_all.deb
to pool/main/n/nevow/python2.3-nevow_0.6.0-1_all.deb
python2.4-nevow_0.6.0-1_all.deb
to pool/main/n/nevow/python2.4-nevow_0.6.0-1_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.
Tommi Virtanen <[EMAIL PROTECTED]> (supplier of updated nevow 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, 6 Nov 2005 20:26:39 +0200
Source: nevow
Binary: python2.3-nevow python-nevow python2.4-nevow
Architecture: source all
Version: 0.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Tommi Virtanen <[EMAIL PROTECTED]>
Changed-By: Tommi Virtanen <[EMAIL PROTECTED]>
Description:
python-nevow - Web application templating system for Python and Twisted
python2.3-nevow - Web application templating system for Python and Twisted
python2.4-nevow - Web application templating system for Python and Twisted
Closes: 319230 336027
Changes:
nevow (0.6.0-1) unstable; urgency=low
.
* New upstream version. (Closes: #336027)
* Acknowledge NMU (Closes: #319230), but please be more careful in the
future; no NMU patch was sent to BTS
* Remove setupcommon.pyc when cleaning, or dpkg-source will see a binary
file content change.
* Run unit tests when building.
* Clean build tree, distutils fails to remove all of it.
* Change priority to extra, as twisted is extra and nevow depends on it.
Files:
42d64a2e8b40924bf52c1c5250c4a3b5 764 devel extra nevow_0.6.0-1.dsc
d0a6b333b5c6f713962a000ebb1905b5 429522 devel extra nevow_0.6.0.orig.tar.gz
ac96ef43673e279f783fb65cddd4fdcc 1879 devel extra nevow_0.6.0-1.diff.gz
346ee2cfcf57abf765d67fb2d77cedb6 12844 devel extra python-nevow_0.6.0-1_all.deb
b4a182bc013b3351ee667b8641e0b200 394710 devel extra
python2.3-nevow_0.6.0-1_all.deb
58c0398de8e7b38ffefee44349846c0f 394676 devel extra
python2.4-nevow_0.6.0-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iQCVAwUBQ25NF4AGLnzk1H7BAQKaOQQAoF3hEj1Aro+hnWTqOvrHRKz2nTvJq4wj
Q3m7G8gggrjpNGtUeRRBbVutXsGXixEo/pdFXNJyNCo+1D+TZbJEATGIEJaxLKMV
f/3O9rQMmWgJNHemmKRw3bjn+ar8PqwwBhlYOMN6nHhhpslsfgWtwy0KN94raD7D
aQHXcPI89PU=
=RJ1Z
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]