Your message dated Sat, 13 Aug 2005 13:47:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321588: fixed in iso-codes 0.47-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; 6 Aug 2005 11:56:11 +0000
>From [EMAIL PROTECTED] Sat Aug 06 04:56:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d097194.adsl.hansenet.de (localhost.localdomain) [80.171.97.194] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E1NHe-0003sr-00; Sat, 06 Aug 2005 04:56:11 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1E1NHb-0002Mk-NS; Sat, 06 Aug 2005 13:56:07 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: iso-codes: FTBFS: Missing Build-Depends on 'autoconf, automake'
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 06 Aug 2005 13:56:07 +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: iso-codes
Version: 0.47-1
Severity: serious
Tags: patch

When building 'iso-codes' in a clean 'unstable' chroot,
I get the following error:

chmod +x ./autogen.sh
./autogen.sh
./autogen.sh: line 8: aclocal: command not found
./autogen.sh: line 9: autoconf: command not found
./autogen.sh: line 10: automake: command not found
./autogen.sh: line 12: ./configure: No such file or directory
make: *** [configure] Error 127

Please add the missing Build-Depends on 'autoconf, automake'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/iso-codes-0.47/debian/control ./debian/control
--- ../tmp-orig/iso-codes-0.47/debian/control   2005-08-06 11:47:41.000000000 
+0000
+++ ./debian/control    2005-08-06 11:47:38.000000000 +0000
@@ -1,7 +1,7 @@
 Source: iso-codes
 Priority: optional
 Section: misc
-Build-Depends-Indep: gettext, debhelper (>= 3), python, python-xml
+Build-Depends-Indep: debhelper, autoconf, automake1.9, gettext, python, 
python-xml
 Maintainer: Alastair McKinstry <[EMAIL PROTECTED]>
 Standards-Version: 3.6.2
 

---------------------------------------
Received: (at 321588-close) by bugs.debian.org; 13 Aug 2005 20:50:31 +0000
>From [EMAIL PROTECTED] Sat Aug 13 13:50:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E42uI-00025k-00; Sat, 13 Aug 2005 13:47:06 -0700
From: Alastair McKinstry <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#321588: fixed in iso-codes 0.47-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 13 Aug 2005 13:47:06 -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
X-CrossAssassin-Score: 3

Source: iso-codes
Source-Version: 0.47-2

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

iso-3166-udeb_0.47-2_all.udeb
  to pool/main/i/iso-codes/iso-3166-udeb_0.47-2_all.udeb
iso-codes_0.47-2.diff.gz
  to pool/main/i/iso-codes/iso-codes_0.47-2.diff.gz
iso-codes_0.47-2.dsc
  to pool/main/i/iso-codes/iso-codes_0.47-2.dsc
iso-codes_0.47-2_all.deb
  to pool/main/i/iso-codes/iso-codes_0.47-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.
Alastair McKinstry <[EMAIL PROTECTED]> (supplier of updated iso-codes 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: Sat, 13 Aug 2005 16:33:54 +0100
Source: iso-codes
Binary: iso-3166-udeb iso-codes
Architecture: source all
Version: 0.47-2
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <[EMAIL PROTECTED]>
Changed-By: Alastair McKinstry <[EMAIL PROTECTED]>
Description: 
 iso-3166-udeb - provides iso_3166.tab file (udeb)
 iso-codes  - ISO language, territory, currency  codes and their translations
Closes: 272064 321538 321588
Changes: 
 iso-codes (0.47-2) unstable; urgency=low
 .
   [ Tobias Toedter ]
   * Added autoconf and automake1.9 to Build-Depends-Indep, which fixes
     an FTBFS bug. Thanks to Andreas Jochens for the patch. Closes: #321588
   * Added an XML Document Type Definition (DTD) for each XML file.
     Closes: #272064
   * iso_639:
     - eo updated by Edmund Grimley Evans
     - pt_BR updated by Juan Carlos Castro y Castro
     - wa updated by Pablo Saratxaga
     - de updated by Wolfgang Rohdewald
     - fa updated by Roozbeh Pournader
     - vi updated by Clytie Siddall
     - ru updated by Yuri Kozlov (Closes: #321538)
     - nl updated by Luk Claes
     - es updated by Javier Fernández-Sanguino Peña
     - da updated by Claus Hindsgaul
 .
   [ Alastair McKinstry ]
   * iso_639:
     - fi updated by Tommi Vainikainen
     - nl further update by Luk Claes
     - eo further cleanup by  Edmund Grimley Evans.
     - ga updated by Kevin Patrick Scannell.
     - vi further updated by Clytie Siddall.
   * iso_4217:
     - vi updated by Clytie Siddall.
   * iso_3166:
     - vi updated by Clytie Siddall.
   * iso_3166_2:
     - vi updated by Clytie Siddall.
Files: 
 ddd8a205bf3c557e23ffc317863d98f8 646 misc optional iso-codes_0.47-2.dsc
 e0c688e7378fcee606556c900a2a513e 89433 misc optional iso-codes_0.47-2.diff.gz
 4c54bdf83f5ce0849a671bdfc16e6631 1131362 misc optional iso-codes_0.47-2_all.deb
 02d1494896ce635615cab1df539ac774 2828 debian-installer optional 
iso-3166-udeb_0.47-2_all.udeb

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

iD8DBQFC/llQQTK/kCo4XFcRAqsnAKCSkZN3urVzHvmeU/KWOiCNz6EXaACeMLhl
Muj5u7tFsZ6DflQeZfhG5Bo=
=XQPa
-----END PGP SIGNATURE-----


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

Reply via email to