Your message dated Sun, 13 Nov 2005 14:02:43 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322452: fixed in python-cherrypy 2.0.0f-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 Aug 2005 18:17:17 +0000
>From [EMAIL PROTECTED] Wed Aug 10 11:17:17 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d027232.adsl.hansenet.de (localhost.localdomain) [80.171.27.232] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E2v8e-0006NX-00; Wed, 10 Aug 2005 11:17:17 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1E2v8d-0003Gz-DP; Wed, 10 Aug 2005 20:17:15 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: python-cherrypy: FTBFS: Missing Build-Depends on 'python-dev'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 10 Aug 2005 20:17:15 +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: python-cherrypy
Version: 2.0.0f-1
Severity: serious
Tags: patch

When building 'python-cherrypy' in a clean 'unstable' 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/python-cherrypy-2.0.0f/debian/control ./debian/control
--- ../tmp-orig/python-cherrypy-2.0.0f/debian/control   2005-08-10 
18:06:22.000000000 +0000
+++ ./debian/control    2005-08-10 18:06:20.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Raphael Goulais <[EMAIL PROTECTED]>
 Uploaders: Gustavo Noronha Silva <[EMAIL PROTECTED]>
-Build-Depends-Indep: cdbs, debhelper (>= 4.1.0), python2.3-dev, python2.4-dev
+Build-Depends-Indep: cdbs, debhelper (>= 4.1.0), python-dev, python2.3-dev, 
python2.4-dev
 Standards-Version: 3.6.1
 
 Package: python-cherrypy

---------------------------------------
Received: (at 322452-close) by bugs.debian.org; 13 Nov 2005 22:05:54 +0000
>From [EMAIL PROTECTED] Sun Nov 13 14:05:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EbPvv-0007Hd-Kg; Sun, 13 Nov 2005 14:02:43 -0800
From: Gustavo Noronha Silva <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322452: fixed in python-cherrypy 2.0.0f-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 13 Nov 2005 14:02:43 -0800
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: python-cherrypy
Source-Version: 2.0.0f-2

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

python-cherrypy_2.0.0f-2.diff.gz
  to pool/main/p/python-cherrypy/python-cherrypy_2.0.0f-2.diff.gz
python-cherrypy_2.0.0f-2.dsc
  to pool/main/p/python-cherrypy/python-cherrypy_2.0.0f-2.dsc
python-cherrypy_2.0.0f-2_all.deb
  to pool/main/p/python-cherrypy/python-cherrypy_2.0.0f-2_all.deb
python2.3-cherrypy_2.0.0f-2_all.deb
  to pool/main/p/python-cherrypy/python2.3-cherrypy_2.0.0f-2_all.deb
python2.4-cherrypy_2.0.0f-2_all.deb
  to pool/main/p/python-cherrypy/python2.4-cherrypy_2.0.0f-2_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.
Gustavo Noronha Silva <[EMAIL PROTECTED]> (supplier of updated python-cherrypy 
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, 13 Nov 2005 19:24:27 -0200
Source: python-cherrypy
Binary: python-cherrypy python2.4-cherrypy python2.3-cherrypy
Architecture: source all
Version: 2.0.0f-2
Distribution: unstable
Urgency: low
Maintainer: Raphael Goulais <[EMAIL PROTECTED]>
Changed-By: Gustavo Noronha Silva <[EMAIL PROTECTED]>
Description: 
 python-cherrypy - Python web development framework
 python2.3-cherrypy - Python web development framework
 python2.4-cherrypy - Python web development framework
Closes: 322452 334933
Changes: 
 python-cherrypy (2.0.0f-2) unstable; urgency=low
 .
   * Packaging based on the work by Bob Tanner <[EMAIL PROTECTED]>
   * New Upstream Release (Closes: #334933)
   * debian/control:
   - Standards-Version is now 3.6.2
   - add python to the Build-Depends (Closes: #322452)
   * debian/rules:
   - clean hack to work around cdbs bug
   * debian/changelog:
   - fixed date format on the 0.9-1 upload (Web->Wed)
Files: 
 4fc74a0e0d419b9aac03eac7c838d459 736 python optional 
python-cherrypy_2.0.0f-2.dsc
 588ee799b0792845c26a3ed0a960e53f 2091 python optional 
python-cherrypy_2.0.0f-2.diff.gz
 7e05532730f362b5ff3c6dcbccaf66a5 2846 python optional 
python-cherrypy_2.0.0f-2_all.deb
 81113eb3f123531fda9a53a14d18fc06 42096 python optional 
python2.3-cherrypy_2.0.0f-2_all.deb
 117f7bd80aa3e6c400bd3c5cad412f78 42096 python optional 
python2.4-cherrypy_2.0.0f-2_all.deb

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

iD8DBQFDd7Fbt1anjIgqbEsRAqPQAJ914tOcwz6FSjjxCHMehIqaEhWmPACfST3l
4PmA8QB6zEHsJXLD/gmpPPQ=
=Ispp
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to