Your message dated Sun, 04 Sep 2005 04:47:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325681: fixed in ipy 0.42-3
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 Aug 2005 08:12:45 +0000
>From [EMAIL PROTECTED] Tue Aug 30 01:12:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c147112.adsl.hansenet.de (localhost.localdomain) 
[213.39.147.112] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EA1Eb-0005dk-00; Tue, 30 Aug 2005 01:12:45 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1EA1EL-0003Jx-DO; Tue, 30 Aug 2005 10:12:32 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: ipy: FTBFS: Missing Build-Depends on 'python-dev'
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 30 Aug 2005 10:12:29 +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: ipy
Version: 0.42-2
Severity: serious
Tags: patch

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

dh_python -ppython-ipy
dh_python: Python is not installed, aborting. (Probably forgot to Build-Depend 
on python.)
make: *** [binary-install/python-ipy] Error 1

Please add the missing Build-Depends on 'python-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ipy-0.42/debian/control ./debian/control
--- ../tmp-orig/ipy-0.42/debian/control 2005-08-30 07:52:12.000000000 +0000
+++ ./debian/control    2005-08-30 07:52:04.000000000 +0000
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Morten Werner Olsen <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.0), cdbs, python2.3, python2.3-dev, 
python2.4, python2.4-dev
+Build-Depends-Indep: debhelper (>= 4.1.0), cdbs, python-dev, python2.3, 
python2.3-dev, python2.4, python2.4-dev
 Standards-Version: 3.6.2
 
 Package: python-ipy

---------------------------------------
Received: (at 325681-close) by bugs.debian.org; 4 Sep 2005 11:49:21 +0000
>From [EMAIL PROTECTED] Sun Sep 04 04:49:21 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EBsxn-0007vR-00; Sun, 04 Sep 2005 04:47:07 -0700
From: Morten Werner Olsen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325681: fixed in ipy 0.42-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 04 Sep 2005 04:47:07 -0700
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: ipy
Source-Version: 0.42-3

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

ipy_0.42-3.diff.gz
  to pool/main/i/ipy/ipy_0.42-3.diff.gz
ipy_0.42-3.dsc
  to pool/main/i/ipy/ipy_0.42-3.dsc
python-ipy_0.42-3_all.deb
  to pool/main/i/ipy/python-ipy_0.42-3_all.deb
python2.3-ipy_0.42-3_all.deb
  to pool/main/i/ipy/python2.3-ipy_0.42-3_all.deb
python2.4-ipy_0.42-3_all.deb
  to pool/main/i/ipy/python2.4-ipy_0.42-3_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.
Morten Werner Olsen <[EMAIL PROTECTED]> (supplier of updated ipy 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,  4 Sep 2005 11:31:48 +0200
Source: ipy
Binary: python-ipy python2.3-ipy python2.4-ipy
Architecture: source all
Version: 0.42-3
Distribution: unstable
Urgency: low
Maintainer: Morten Werner Olsen <[EMAIL PROTECTED]>
Changed-By: Morten Werner Olsen <[EMAIL PROTECTED]>
Description: 
 python-ipy - Python module for handling IPv4 and IPv6 addresses and networks
 python2.3-ipy - Python module for handling IPv4 and IPv6 addresses and networks
 python2.4-ipy - Python module for handling IPv4 and IPv6 addresses and networks
Closes: 325681
Changes: 
 ipy (0.42-3) unstable; urgency=low
 .
   * Adding python to Build-Depends-Indep (thanks to Andreas Jochens for
     pointing this out). Closes: #325681
Files: 
 f75d269fd3bd62e9f46596cfca2048fe 659 python optional ipy_0.42-3.dsc
 87a23730961181dc39ca1f52a6669619 1549 python optional ipy_0.42-3.diff.gz
 3f849960aa276c394a96bf8ee17af72e 3186 python optional python-ipy_0.42-3_all.deb
 ef68ca9ae2165c1fa7bd90c9d4fae3ec 23606 python optional 
python2.3-ipy_0.42-3_all.deb
 66cc3c881050a30e866b0cb2afec6b2e 23604 python optional 
python2.4-ipy_0.42-3_all.deb

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

iD8DBQFDGtsq20zMSyow1ykRAiZ1AKCUK5dEbsaGZflCnmmOqoPdrDgYCACgoomM
/txSP95Kd4rzFFUcDKzPLPs=
=t7M6
-----END PGP SIGNATURE-----


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

Reply via email to