Your message dated Mon, 10 Jul 2006 01:20:38 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#376085: fixed in iso-codes 0.52-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)

--- Begin Message ---
Package: iso-codes
Version: 0.51-1.1
Tags: patch

The 'Turkish Lira' (TRL) is obsolete, nowadays Turkey uses the 'New
Turkish Lira' (TRY). Please see https://launchpad.net/bugs/34738 for
details.

I attach the patch.

Thank you!

Martin
-- 
Martin Pitt        http://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?
iso-codes (0.49-1ubuntu2) dapper; urgency=low

  * iso_4217/iso_4217.xml: Add "New Turkish Lira" (TRY, ISO-Code 949). 
    Closes: LP#34738

 -- Martin Pitt <[EMAIL PROTECTED]>  Thu, 30 Mar 2006 16:06:35 +0200

diff -Nru /tmp/2gA3K2b2X4/iso-codes-0.51/iso_4217/iso_4217.xml 
/tmp/vmhSuKNJ8A/iso-codes-0.51/iso_4217/iso_4217.xml
--- /tmp/2gA3K2b2X4/iso-codes-0.51/iso_4217/iso_4217.xml        2006-06-11 
11:26:27.000000000 +0200
+++ /tmp/vmhSuKNJ8A/iso-codes-0.51/iso_4217/iso_4217.xml        2006-06-30 
09:40:26.000000000 +0200
@@ -617,6 +617,10 @@
                numeric_code="792"
                currency_name="Turkish Lira" />
        <iso_4217_entry
+               letter_code="TRY"
+               numeric_code="949"
+               currency_name="New Turkish Lira" />
+       <iso_4217_entry
                letter_code="TTD"
                numeric_code="780"
                currency_name="Trinidad and Tobago Dollar" />

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: iso-codes
Source-Version: 0.52-1

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.52-1_all.udeb
  to pool/main/i/iso-codes/iso-3166-udeb_0.52-1_all.udeb
iso-codes_0.52-1.diff.gz
  to pool/main/i/iso-codes/iso-codes_0.52-1.diff.gz
iso-codes_0.52-1.dsc
  to pool/main/i/iso-codes/iso-codes_0.52-1.dsc
iso-codes_0.52-1_all.deb
  to pool/main/i/iso-codes/iso-codes_0.52-1_all.deb
iso-codes_0.52.orig.tar.gz
  to pool/main/i/iso-codes/iso-codes_0.52.orig.tar.gz



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.
Tobias Toedter <[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: Sun, 09 Jul 2006 12:47:27 +0200
Source: iso-codes
Binary: iso-3166-udeb iso-codes
Architecture: source all
Version: 0.52-1
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <[EMAIL PROTECTED]>
Changed-By: Tobias Toedter <[EMAIL PROTECTED]>
Description: 
 iso-3166-udeb - provides iso_3166.tab file (udeb)
 iso-codes  - ISO language, territory, currency codes and their translations
Closes: 369525 370019 375493 375687 376085 376234 377217
Changes: 
 iso-codes (0.52-1) unstable; urgency=low
 .
   * Acknowledge NMU by Christian Perrier. Thanks!
   * Add Tobias Toedter and Christian Perrier as additional
     maintainers with Alastair's consent
 .
   [ Tobias Toedter ]
   * iso_3166:
     - kk.po updated by Timur Birsh. Closes: #375493
     - km.po updated by Khoem Sokhem
     - ru.po updated by Yuri Kozlov. Closes: #376234
     - th.po updated by Theppitak Karoonboonyanan. Closes: #377217
   * iso_3166_2:
     - th.po updated by Theppitak Karoonboonyanan.
   * iso_639:
     - XML source updated.
     - ru.po updated by Yuri Kozlov. Closes:
     - de.po updated by Tobias Toedter
     - th.po updated by Theppitak Karoonboonyanan.
   * iso_4217:
     - XML source updated. Closes: #376085
     - de.po updated by Tobias Toedter
     - th.po updated by Theppitak Karoonboonyanan.
   * Remove debian/watch file from EXTRA_DIST in Makefile.am
   * Move to Standards-Version: 3.7.2. No changes required.
   * Remove iso_4217_historic.tab and iso_4217.tab as they are outdated
     and no longer distributed
   * Remove iso2tab.py and tab2h.pl as they are no longer used.
   * iso2pot.py: Derive the header of POT files from the file input
   * Use a more portable method of creating directories during the
     installation of data files. Thanks to Julio M. Merino Vidal
     for the patch. Closes: #375687
   * Add debian/compat file for debhelper
   * Update of the debian/copyright information
   * debian/rules:
     - Remove dependency on autoconf and automake
     - Rewrite large parts of the build system to better conform to
       standard rules files
   * debian/control:
     - Change Build-Depends-Indep to Build-Depends, according to
       Policy 7.6. The reason is that we call the "clean" target.
     - Remove autoconf and automake from Build-Depends
     - Add "XC-Package-Type: udeb" to iso-3166-udeb to give debhelper
       a hint about the package
   * Remove the debian/ directory from the EXTRA_DIST variable in
     Makefile.am, as we're not building a native Debian package.
     The generated tarball does now no longer include the Debian
     specific parts.
 .
   [ Miroslav Kure ]
   * iso_639/cs.po updated
   * iso_4217/cs.po updated
 .
   [ Christian Perrier ]
   * iso_4217
     - fr.po updated from the standard itself (lucky me)
 .
 iso-codes (0.51-1.1) unstable; urgency=low
 .
   * NMU to allow new translations to go in. Actually I should
     rather add Tobias and myself to the Uploaders field, as
     co-maintainers but it's a maintainer decision
 .
   [ Alastair McKinstry ]
   * Ensure that generated .pot files are left in the tarball for the
     benefit of the Translation Project.
   * iso_3166_2:
     - Minor Danish update (Claus Hindsgaul)
 .
   [ Tobias Toedter ]
   * iso_3166:
     - ne.po added by Shyam Krishna Bal. Closes: #369525
     - it.po corrected by Davide Viti. Closes: #370019
 .
   [ Christian Perrier ]
   * iso_639
     - Modify the entry for "dv/div" as of ISO-639 change of 2006-06-07
     - Add "nqo" for "N'ko" as of ISO-639 change of 2006-05-21
     - Update French translation from ISO-639 official names
Files: 
 aba1e5188a4a03a989e635b62c5a4df9 702 misc optional iso-codes_0.52-1.dsc
 88d61032ab737ec64930b55661e9a0e0 8865557 misc optional 
iso-codes_0.52.orig.tar.gz
 2408ce56ed8ce33059a8c71f1124461c 13162 misc optional iso-codes_0.52-1.diff.gz
 972da48e3826c161ac26165e800a743f 1448860 misc optional iso-codes_0.52-1_all.deb
 68cb6deab01b4890e74fea71283c5e9f 2854 debian-installer optional 
iso-3166-udeb_0.52-1_all.udeb
Package-Type: udeb

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

iD8DBQFEsVOrpdwBkPlyvgMRAstwAJ9H5Bjh8q6bZaEDWPSSGxxnRzTVfwCfWcfG
Rh2AEzcPG92JEnT1XCn7ORo=
=7RP4
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to