[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#277073: marked as done (Install localization-config by default for powerpc to handle subarchs)



Your message dated Mon, 18 Oct 2004 14:32:09 -0400
with message-id <E1CJcIj-0005sw-00@newraff.debian.org>
and subject line Bug#277073: fixed in languagechooser 1.40
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; 18 Oct 2004 11:31:07 +0000
>From markos@debian.org Mon Oct 18 04:31:07 2004
Return-path: <markos@debian.org>
Received: from ppp14-adsl-113.ath.forthnet.gr (localhost.localdomain) [194.219.73.113] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CJVjG-0005AA-00; Mon, 18 Oct 2004 04:31:07 -0700
Content-Type: multipart/mixed; boundary="===============0147351133=="
MIME-Version: 1.0
From: Konstantinos Margaritis <markos@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Install localization-config by default for powerpc to handle subarchs
Bcc: Konstantinos Margaritis <markos@debian.org>
X-Mailer: reportbug 2.63
Date: Mon, 18 Oct 2004 14:28:41 +0300
Message-Id: <[🔎] E1CJVjG-0005AA-00@spohr.debian.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(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_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0147351133==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: languagechooser
Version: 1.39
Severity: normal
Tags: patch

This patch should enable installation of localization-config for LANG !=
en_US (so that en_GB, en_AU, en_IE are handled) or by default if arch is
"powerpc", so that the X kbd configuration of the subarchs is handled
correctly.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.8-pegasos
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8

--===============0147351133==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="languagechooser.diff"

--- languagechooser.orig	2004-10-16 16:28:33.000000000 +0300
+++ languagechooser	2004-10-18 14:22:33.324713304 +0300
@@ -10,6 +10,7 @@
 languagecode="debian-installer/language"
 countrycode="debian-installer/country"
 consoledisplay="debian-installer/consoledisplay"
+ARCH=`udpkg --print-architecture`
 
 log() {
     logger -t languagechooser "info: $@"
@@ -67,6 +68,11 @@
     # Package iso-codes is missing in Woody.  Do not fail if it is
     # missing to make d-i capable of installing Woody and Skolelinux.
     apt-install iso-codes || true
+fi
+
+# Install localization-config only if LANG != en_US or
+# arch is powerpc.
+if [ "$LANG" != "en_US" -o "$ARCH" == "powerpc" ]; then
     apt-install localization-config || true
 fi
 

--===============0147351133==--

---------------------------------------
Received: (at 277073-close) by bugs.debian.org; 18 Oct 2004 18:38:33 +0000
>From katie@ftp-master.debian.org Mon Oct 18 11:38:33 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CJcOv-0001PL-00; Mon, 18 Oct 2004 11:38:33 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CJcIj-0005sw-00; Mon, 18 Oct 2004 14:32:09 -0400
From: Christian Perrier <bubulle@debian.org>
To: 277073-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#277073: fixed in languagechooser 1.40
Message-Id: <E1CJcIj-0005sw-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Mon, 18 Oct 2004 14:32:09 -0400
Delivered-To: 277073-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(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_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: languagechooser
Source-Version: 1.40

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

languagechooser_1.40.dsc
  to pool/main/l/languagechooser/languagechooser_1.40.dsc
languagechooser_1.40.tar.gz
  to pool/main/l/languagechooser/languagechooser_1.40.tar.gz
languagechooser_1.40_all.udeb
  to pool/main/l/languagechooser/languagechooser_1.40_all.udeb



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 277073@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier <bubulle@debian.org> (supplier of updated languagechooser 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 18 Oct 2004 20:06:19 +0200
Source: languagechooser
Binary: languagechooser
Architecture: source all
Version: 1.40
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Christian Perrier <bubulle@debian.org>
Description: 
 languagechooser - Choose language (udeb)
Closes: 276076 277073
Changes: 
 languagechooser (1.40) unstable; urgency=low
 .
   * Christian Perrier
     - Revert back to non-UTF8 for Hebrew as this breaks more things
       than it solves. Use LatArCyrHeb font. Closes: #276076
   * Konstantinos Margaritis
     - Install localization-config when LANG <> en_US on all arches
       except powerpc. On powerpc arches, always install it.
       Closes: #277073
Files: 
 798ed3f1adc0784f5db5644ad50db645 662 debian-installer standard languagechooser_1.40.dsc
 19cec85852f1c1b5da6bad3211b9be81 42807 debian-installer standard languagechooser_1.40.tar.gz
 6b684daf7b7e40d3b6b2f5861ea5ef97 7360 debian-installer standard languagechooser_1.40_all.udeb
package-type: udeb

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

iD8DBQFBdAca1OXtrMAUPS0RAn7oAJ4/wpaUkICQCipxzFR2kGa43Wc3DQCgnZfy
5WWaZ3FTnAdUsQ/fD3x2vm8=
=ZnaP
-----END PGP SIGNATURE-----



Reply to: