Your message dated Tue, 11 Jan 2005 21:02:17 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#289808: fixed in gazpacho 0.3.1-4
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; 11 Jan 2005 07:32:32 +0000
>From [EMAIL PROTECTED] Mon Jan 10 23:32:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d009032.adsl.hansenet.de (localhost.localdomain) [80.171.9.32] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CoGW0-0006fb-00; Mon, 10 Jan 2005 23:32:32 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CoGbw-0006Xr-V5; Tue, 11 Jan 2005 08:38:41 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gazpacho: FTBFS: Missing Build-Depends on 'python-dev'
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 11 Jan 2005 08:38:40 +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: gazpacho
Severity: serious
Tags: patch

When building 'gazpacho' in a clean chroot,
I get the following error:

running build_scripts
cd . && /usr/bin/python setup.py install 
--root=/gazpacho-0.3.1/debian/gazpacho/ --no-compile -O0 
running install
error: invalid Python installation: unable to open 
/usr/lib/python2.3/config/Makefile (No such file or directory)
make: *** [common-install-impl] Error 1

Please change the Build-Depends from 'python' to 'python-dev'
in debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gazpacho-0.3.1/debian/control ./debian/control
--- ../tmp-orig/gazpacho-0.3.1/debian/control   2005-01-11 08:28:14.632451664 
+0100
+++ ./debian/control    2005-01-11 08:28:10.376098728 +0100
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Gustavo Noronha Silva <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 4.1.67), python
+Build-Depends: cdbs, debhelper (>= 4.1.67), python-dev
 Standards-Version: 3.6.1
 
 Package: gazpacho

---------------------------------------
Received: (at 289808-close) by bugs.debian.org; 12 Jan 2005 02:08:23 +0000
>From [EMAIL PROTECTED] Tue Jan 11 18:08:23 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 1CoXvr-0003eF-00; Tue, 11 Jan 2005 18:08:23 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CoXpx-0002Af-00; Tue, 11 Jan 2005 21:02:17 -0500
From: Gustavo Noronha Silva <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#289808: fixed in gazpacho 0.3.1-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 11 Jan 2005 21:02:17 -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: gazpacho
Source-Version: 0.3.1-4

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

gazpacho_0.3.1-4.diff.gz
  to pool/main/g/gazpacho/gazpacho_0.3.1-4.diff.gz
gazpacho_0.3.1-4.dsc
  to pool/main/g/gazpacho/gazpacho_0.3.1-4.dsc
gazpacho_0.3.1-4_all.deb
  to pool/main/g/gazpacho/gazpacho_0.3.1-4_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 gazpacho 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: Tue, 11 Jan 2005 23:27:49 -0200
Source: gazpacho
Binary: gazpacho
Architecture: source all
Version: 0.3.1-4
Distribution: unstable
Urgency: low
Maintainer: Gustavo Noronha Silva <[EMAIL PROTECTED]>
Changed-By: Gustavo Noronha Silva <[EMAIL PROTECTED]>
Description: 
 gazpacho   - GTK+ User Interface Designer
Closes: 289808
Changes: 
 gazpacho (0.3.1-4) unstable; urgency=low
 .
   * debian/control:
   - added python-dev instead of python to the Build-Depends field,
     thanks to Andreas Jochens <[EMAIL PROTECTED]> for finding the problem.
     (Closes: #289808)
   - Build-Depends->Build-Depends-Indep, as no packages being built
     here are arch-dependant.
   * debian/rules:
   - fixed a typo on the binary-post-install rule name
Files: 
 1fa9e96d83f4c369ac63908392c15637 596 devel optional gazpacho_0.3.1-4.dsc
 46a5cc0feb25c960d4af584580b7262d 10565 devel optional gazpacho_0.3.1-4.diff.gz
 a7a8f2fb9e898c374b7619e46c799334 178308 devel optional gazpacho_0.3.1-4_all.deb

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

iD8DBQFB5IOHt1anjIgqbEsRAgfAAKC2/XHRGXEe2JMuxnVqTZXXj5AvmgCeNKra
GvjEXInfHy0Aask4TVz7itg=
=IarO
-----END PGP SIGNATURE-----


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

Reply via email to