Your message dated Tue, 01 Mar 2005 06:02:22 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297291: fixed in gpcl 2.32-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; 28 Feb 2005 13:18:53 +0000
>From [EMAIL PROTECTED] Mon Feb 28 05:18:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c204041.adsl.hansenet.de (localhost.localdomain) [213.39.204.41]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D5knU-0000Ln-00; Mon, 28 Feb 2005 05:18:53 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1D5ljo-0005ys-VD; Mon, 28 Feb 2005 15:19:08 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gpcl: FTBFS (amd64/gcc-4.0): Missing Build-Depends on 'autoconf'
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 28 Feb 2005 15:19:08 +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: gpcl
Severity: normal
Tags: patch
When building 'gpcl' in a clean chroot,
I get the following error:
make[1]: Entering directory `/gpcl-2.31'
cd . && autoconf
/bin/sh: autoconf: command not found
make[1]: *** [configure] Error 127
make[1]: Leaving directory `/gpcl-2.31'
make: *** [build-stamp] Error 2
Please add the missing Build-Depends on 'autoconf'
to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/gpcl-2.31/debian/control ./debian/control
--- ../tmp-orig/gpcl-2.31/debian/control 2005-02-28 15:10:59.879002573
+0100
+++ ./debian/control 2005-02-28 15:08:29.333060717 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Rafael Laboissiere <[EMAIL PROTECTED]>
Standards-Version: 3.5.6
-Build-Depends: debhelper
+Build-Depends: debhelper, autoconf
Package: libgpcl0
Section: non-free/libs
---------------------------------------
Received: (at 297291-close) by bugs.debian.org; 1 Mar 2005 11:08:03 +0000
>From [EMAIL PROTECTED] Tue Mar 01 03:08: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 1D65EQ-0000Et-00; Tue, 01 Mar 2005 03:08:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D658w-0004nw-00; Tue, 01 Mar 2005 06:02:22 -0500
From: Rafael Laboissiere <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#297291: fixed in gpcl 2.32-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 01 Mar 2005 06:02:22 -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: gpcl
Source-Version: 2.32-1
We believe that the bug you reported is fixed in the latest version of
gpcl, which is due to be installed in the Debian FTP archive:
gpcl_2.32-1.diff.gz
to pool/non-free/g/gpcl/gpcl_2.32-1.diff.gz
gpcl_2.32-1.dsc
to pool/non-free/g/gpcl/gpcl_2.32-1.dsc
gpcl_2.32.orig.tar.gz
to pool/non-free/g/gpcl/gpcl_2.32.orig.tar.gz
libgpcl-dev_2.32-1_i386.deb
to pool/non-free/g/gpcl/libgpcl-dev_2.32-1_i386.deb
libgpcl0_2.32-1_i386.deb
to pool/non-free/g/gpcl/libgpcl0_2.32-1_i386.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.
Rafael Laboissiere <[EMAIL PROTECTED]> (supplier of updated gpcl 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, 1 Mar 2005 09:58:02 +0100
Source: gpcl
Binary: libgpcl0 libgpcl-dev
Architecture: source i386
Version: 2.32-1
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere <[EMAIL PROTECTED]>
Changed-By: Rafael Laboissiere <[EMAIL PROTECTED]>
Description:
libgpcl-dev - general polygon clipper library -- development package
libgpcl0 - general polygon clipper library
Closes: 297291
Changes:
gpcl (2.32-1) unstable; urgency=low
.
* New upstream releaseq
* debian/control:
- Added autoconf to Build-Depends (closes: #297291)
- Added also automake1.9 and libtool to Build-Depends, so that the
package builds from scratch.
- Upgraded Standards-Version to 3.6.1
- Build-Depends on dpatch
* debian/rules:
- Adjust for using dpatch
- Install upstream changelog file VERSIONS.TXT
* debian/patches/50_autotools-port.dpatch: Patch for porting the
upstream source to the Autotools (Autoconf/Automake/Libtool)
* debian/copyright: Added mention to Debian-specific Autotools addition
is released under the GNU GPL.
Files:
41133c6f9a90fe78ef0531cb993dc221 603 non-free/math optional gpcl_2.32-1.dsc
a93c74f86378bb5c62f5ef58cf01fa27 52771 non-free/math optional
gpcl_2.32.orig.tar.gz
beee7a8ff6b78ddd1de4efca620cdce3 4850 non-free/math optional
gpcl_2.32-1.diff.gz
22e4dc8107d74df71688e0648e2f3484 19312 non-free/libs optional
libgpcl0_2.32-1_i386.deb
1f1cd1528aa09a634d57188ddb01963e 58894 non-free/devel optional
libgpcl-dev_2.32-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFCJEk9k3oga0pdcv4RArNaAJ9etUhCcV+/qUU63aah/AfAN/kpzACeOTwA
O7DTeOqQ+yOstFdDKdxqS18=
=pGhc
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]