Your message dated Tue, 21 Aug 2007 14:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#397750: fixed in interchange 5.5.1-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: interchange
severity: grave

Mixing language and currency locales can cause the wrong currency to display in the shop.

[setlocale currency=en_US]

while the current locale is de_DE, Interchange overwrites the currency keys in the de_DE repository:

if ($currency) {
        my $curr = $Vend::Cfg->{Locale_repository}{$currency};

        for(@Vend::Config::Locale_directives_currency) {
            $Vend::Cfg->{$_} = $curr->{$_}
                if defined $curr->{$_};
        }

        for(@Vend::Config::Locale_keys_currency) {
            $Vend::Cfg->{Locale}{$_} = $curr->{$_}
                if defined $curr->{$_};
        }
    }
}

So it isn't possible to switch back to de_DE currency and get the correct currency symbol:

[setlocale currency=de_DE]

Bye
        Racke

--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



--- End Message ---
--- Begin Message ---
Source: interchange
Source-Version: 5.5.1-1

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

interchange-cat-standard_5.5.1-1_all.deb
  to pool/main/i/interchange/interchange-cat-standard_5.5.1-1_all.deb
interchange-ui_5.5.1-1_all.deb
  to pool/main/i/interchange/interchange-ui_5.5.1-1_all.deb
interchange_5.5.1-1.diff.gz
  to pool/main/i/interchange/interchange_5.5.1-1.diff.gz
interchange_5.5.1-1.dsc
  to pool/main/i/interchange/interchange_5.5.1-1.dsc
interchange_5.5.1-1_i386.deb
  to pool/main/i/interchange/interchange_5.5.1-1_i386.deb
interchange_5.5.1.orig.tar.gz
  to pool/main/i/interchange/interchange_5.5.1.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.
Stefan Hornburg (Racke) <[EMAIL PROTECTED]> (supplier of updated interchange 
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, 12 Aug 2007 00:19:43 +0200
Source: interchange
Binary: interchange-ui interchange interchange-cat-standard
Architecture: source all i386
Version: 5.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Hornburg (Racke) <[EMAIL PROTECTED]>
Changed-By: Stefan Hornburg (Racke) <[EMAIL PROTECTED]>
Description: 
 interchange - e-commerce and general HTTP database display system
 interchange-cat-standard - Standard store, a sample Interchange catalog
 interchange-ui - Interchange administration interface (UI)
Closes: 267616 397750 429690 431580 437211
Changes: 
 interchange (5.5.1-1) unstable; urgency=low
 .
   * new upstream release (Closes: #397750, #429690)
   * removed db_stop call from interchange-ui's postrm script
     (Closes: #431580, thanks to Michael Ablassmeier <[EMAIL PROTECTED]> for the
     report)
   * added --oknodo option to start-stop-daemon for restart action (Closes: 
#267616)
   * create link programs with --nostrip option to support nostrip build
     option (Closes: #437211, thanks to Julien Danjou <[EMAIL PROTECTED]> for
     the report)
   * switched from dh_movefiles to dh_install
Files: 
 e2179957ad0a13f36d165c4b8a6f4951 745 web optional interchange_5.5.1-1.dsc
 cd66a0840aa37218c979918483e0e0e3 2354051 web optional 
interchange_5.5.1.orig.tar.gz
 b7318c4de6711c815e8aeb53b6974739 38146 web optional interchange_5.5.1-1.diff.gz
 f9d6e36e6f6825799a7b5b83756cc933 881650 web optional 
interchange-cat-standard_5.5.1-1_all.deb
 4ba9a9d640f554c539968c72bc9e7824 584052 web optional 
interchange-ui_5.5.1-1_all.deb
 cddaab545450f59d01851c0728da60e7 909150 web optional 
interchange_5.5.1-1_i386.deb

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

iD8DBQFGyu4QjgVfE5tya3ERAlItAKCTqRiTlw5VYD7V7ui6VLAWtlgDwQCgkAmW
juENTuUt9vkSLjVjfYZRFC0=
=GPYI
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to