[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 Thu, 30 Jun 2005 14:47:26 -0400
with message-id <E1Do44M-0007oV-00@newraff.debian.org>
and subject line Bug#277073: fixed in localechooser 0.09
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; 30 Jun 2005 18:51:43 +0000
>From katie@ftp-master.debian.org Thu Jun 30 11:51:43 2005
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 1Do48V-0004vt-00; Thu, 30 Jun 2005 11:51:43 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1Do44M-0007oV-00; Thu, 30 Jun 2005 14:47:26 -0400
From: Christian Perrier <bubulle@debian.org>
To: 277073-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#277073: fixed in localechooser 0.09
Message-Id: <E1Do44M-0007oV-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Thu, 30 Jun 2005 14:47:26 -0400
Delivered-To: 277073-close@bugs.debian.org
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: 
X-CrossAssassin-Score: 2

Source: localechooser
Source-Version: 0.09

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

localechooser_0.09.dsc
  to pool/main/l/localechooser/localechooser_0.09.dsc
localechooser_0.09.tar.gz
  to pool/main/l/localechooser/localechooser_0.09.tar.gz
localechooser_0.09_all.udeb
  to pool/main/l/localechooser/localechooser_0.09_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 localechooser 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: Thu, 30 Jun 2005 19:49:19 +0200
Source: localechooser
Binary: localechooser
Architecture: source all
Version: 0.09
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Christian Perrier <bubulle@debian.org>
Description: 
 localechooser - choose language/country/locale (udeb)
Closes: 275904 277073
Changes: 
 localechooser (0.09) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add Wolof to the list of languages (commented)
   * Set per-language defaul countries for the short lists at buil time
     and no more at run-time
     Closes: #275904
   * Clean out debian/SUPPORTED-short in the clean target
   * Install localization-config except when there is no localization
     (C locale). Install it always for powerpc
     Closes: #277073
   [ Eddy Petrisor ]
   * changed console font to ter-g16f for Romanian
Files: 
 7a397ccdfc174aefca5f79ba1e794419 737 debian-installer optional localechooser_0.09.dsc
 5741a8d5cb7f062b6cf8a7a55ea80cea 144572 debian-installer optional localechooser_0.09.tar.gz
 78827281c9ab471474aebba792e5765b 72794 debian-installer optional localechooser_0.09_all.udeb
package-type: udeb

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

iD8DBQFCxDaJ1OXtrMAUPS0RAk+XAJ9aIZnsORIHfAwsWM0xJ1EgOezWZgCdGhAG
/Z6cqqBGDkKPSKLU9qigEhM=
=SWvY
-----END PGP SIGNATURE-----



Reply to: