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

Bug#171502: marked as done (locales: improve localization of locales.templates)



Your message dated Wed, 22 Jan 2003 00:17:54 -0500
with message-id <E18bDGs-0006Ja-00@auric.debian.org>
and subject line Bug#171502: fixed in glibc 2.3.1-10
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; 2 Dec 2002 23:08:14 +0000
>From barbier@liberte.polytechnique.fr Mon Dec 02 17:08:13 2002
Return-path: <barbier@liberte.polytechnique.fr>
Received: from mallaury.noc.nerim.net [62.4.17.82] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18Izfh-0007Fh-00; Mon, 02 Dec 2002 17:08:13 -0600
Received: from localhost.localdomain (sinibar.net1.nerim.net [62.4.18.43])
	by mallaury.noc.nerim.net (Postfix) with ESMTP
	id 7CA0562D06; Tue,  3 Dec 2002 00:08:09 +0100 (CET)
Received: by localhost.localdomain (Postfix, from userid 1000)
	id 5B04B23CF8; Tue,  3 Dec 2002 00:07:32 +0100 (CET)
Date: Tue, 3 Dec 2002 00:07:32 +0100
From: Denis Barbier <barbier@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: locales: improve localization of locales.templates
Message-ID: <20021202230732.GA4175@imacs.polytechnique.fr>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR"
Content-Disposition: inline
User-Agent: Mutt/1.4i
X-Reportbug-Version: 2.9
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.2 required=5.0
	tests=PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01,USER_AGENT,
	      USER_AGENT_MUTT
	version=2.41
X-Spam-Level: 


--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: locales
Version: 2.3.1-5
Severity: minor
Tags: patch

Hi,

strings "Leave alone" and "None" are hardcoded and cannot be localized
in the templates file.  Here is a patch 

Denis

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux france0danemark2 2.4.18-386 #2 Sun Apr 14 10:38:08 EST 2002 i586
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (ignored: LC_ALL set)

Versions of packages locales depends on:
ii  debconf                       1.2.16     Debian configuration management sy
ii  libc6 [glibc-2.3.1-5]         2.3.1-5    GNU C Library: Shared libraries an

-- debconf information excluded


--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="locales-locales.patch"

Index: config
===================================================================
RCS file: /cvs/glibc/glibc-package/debian/locales/DEBIAN/config,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 config
--- config	25 Jul 2002 14:37:00 -0000	1.1.1.1
+++ config	2 Dec 2002 22:48:59 -0000
@@ -23,7 +23,11 @@
 
 db_get locales/locales_to_be_generated && DEFAULT_LOCALES=$(echo $RET | sed -e 's/ [^ ]*,/,/g' -e 's/ [^ ]*$//')
 
-test -z "$DEFAULT_LOCALES" || DEFAULT_LOCALES=", $DEFAULT_LOCALES"
-db_subst locales/default_environment_locale locales Leave alone, None, C$DEFAULT_LOCALES
+if test -z "$DEFAULT_LOCALES"; then
+    DEFAULT_LOCALES=C
+else
+    DEFAULT_LOCALES="C, $DEFAULT_LOCALES"
+fi
+db_subst locales/default_environment_locale locales $DEFAULT_LOCALES
 db_input medium locales/default_environment_locale || true
 db_go
Index: templates
===================================================================
RCS file: /cvs/glibc/glibc-package/debian/locales/DEBIAN/templates,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 templates
--- templates	25 Jul 2002 14:37:00 -0000	1.1.1.1
+++ templates	2 Dec 2002 22:48:59 -0000
@@ -1,6 +1,6 @@
 Template: locales/locales_to_be_generated
 Type: multiselect
-Choices: ${locales}
+Choices: Leave alone, None, ${locales}
 Description: Select locales to be generated.
  You can choose locales to be generated by selecting locales you want.
  Selected locales will be saved to `/etc/locale.gen' file. You can also

--T4sUOijqQbZv57TR--

---------------------------------------
Received: (at 171502-close) by bugs.debian.org; 22 Jan 2003 05:23:16 +0000
>From katie@auric.debian.org Tue Jan 21 23:23:16 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18bDM4-0002O9-00; Tue, 21 Jan 2003 23:23:16 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 18bDGs-0006Ja-00; Wed, 22 Jan 2003 00:17:54 -0500
From: GOTO Masanori <gotom@debian.or.jp>
To: 171502-close@bugs.debian.org
X-Katie: $Revision: 1.29 $
Subject: Bug#171502: fixed in glibc 2.3.1-10
Message-Id: <E18bDGs-0006Ja-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Wed, 22 Jan 2003 00:17:54 -0500
Delivered-To: 171502-close@bugs.debian.org

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

glibc-doc_2.3.1-10_all.deb
  to pool/main/g/glibc/glibc-doc_2.3.1-10_all.deb
glibc_2.3.1-10.diff.gz
  to pool/main/g/glibc/glibc_2.3.1-10.diff.gz
glibc_2.3.1-10.dsc
  to pool/main/g/glibc/glibc_2.3.1-10.dsc
libc-udeb_2.3.1-10_i386.udeb
  to pool/main/g/glibc/libc-udeb_2.3.1-10_i386.udeb
libc6-dbg_2.3.1-10_i386.deb
  to pool/main/g/glibc/libc6-dbg_2.3.1-10_i386.deb
libc6-dev_2.3.1-10_i386.deb
  to pool/main/g/glibc/libc6-dev_2.3.1-10_i386.deb
libc6-pic_2.3.1-10_i386.deb
  to pool/main/g/glibc/libc6-pic_2.3.1-10_i386.deb
libc6-prof_2.3.1-10_i386.deb
  to pool/main/g/glibc/libc6-prof_2.3.1-10_i386.deb
libc6_2.3.1-10_i386.deb
  to pool/main/g/glibc/libc6_2.3.1-10_i386.deb
locales_2.3.1-10_all.deb
  to pool/main/g/glibc/locales_2.3.1-10_all.deb
nscd_2.3.1-10_i386.deb
  to pool/main/g/glibc/nscd_2.3.1-10_i386.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 171502@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
GOTO Masanori <gotom@debian.or.jp> (supplier of updated glibc 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: Sun,  5 Jan 2003 09:13:22 +0900
Source: glibc
Binary: libc6.1-prof libc1 libc0.3-pic locales glibc-doc libc6-pic libc-udeb libc1-prof libc0.3 libc0.3-dbg libc6.1-dev libc1-pic libc6-s390x libc6-prof libc1-dbg libc6-dev-sparc64 libc6 libc0.3-dev libc6-dbg nscd libc6.1-dbg libc6.1-pic libc6-sparc64 libc6-dev libc0.3-prof libc6.1 libc6-dev-s390x libc1-dev
Architecture: source i386 all
Version: 2.3.1-10
Distribution: unstable
Urgency: low
Maintainer: GOTO Masanori <gotom@debian.or.jp>
Changed-By: GOTO Masanori <gotom@debian.or.jp>
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc-udeb  - GNU C Library: Shared libraries and Timezone data - udeb (udeb)
 libc6      - GNU C Library: Shared libraries and Timezone data
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files.
 libc6-pic  - GNU C Library: PIC archive library
 libc6-prof - GNU C Library: Profiling Libraries.
 locales    - GNU C Library: National Language (locale) data [support]
 nscd       - GNU C Library: Name Service Cache Daemon
Closes: 155794 169878 170385 171502 175511 175529 176701
Changes: 
 glibc (2.3.1-10) unstable; urgency=low
 .
   * The "trudging the sludge" release.
 .
   * GOTO Masanori <gotom@debian.or.jp>
     - debian/packages.d/glibc-doc.mk: install linuxthreads/man/*.man
       manpages into glibc-doc package. (Closes: #155794)
     - debian/libc/DEBIAN/preinst: add kernel version check compared with
       2.4.19-pa17 on parisc64. Suggested by Randolph Chung.
     - debian/libc/DEBIAN/preinst: add kernel version requirement for
       2.5.53-pa3 in 2.5 series kernel on parisc64.
     - debian/locales/DEBIAN/config, debian/locales/DEBIAN/templates:
       add translated selection "Leave alone" and "None" because such strings
       were hardcoded and could not be localized in the templates file.
       Patched by Denis Barbier <barbier@debian.org>.  (Closes: #171502)
     - debian/packages.d/glibc-doc.mk: Fix glibc-doc dangling symbolic link for
       /usr/share/doc/glibc-doc/html/index.html. (Closes: #169878, #176701)
     - debian/libc/DEBIAN/postinst: Fix to work $DEBIAN_FRONTEND value
       regardless its case insensitivity. See #176483.
     - debian/sysdeps/depflags.pl: Fix again to conflict against wine
       (<< 0.0.20021007-1) and php4 (<< 4:4.2.3-5). (Closes: #170385)
     - debian/control: Fix unneeded Conflicts: wine and php4, as denoted above.
     - debian/control.in/libc: likewise.
     - debian/patches/glibc23-cmov.dpatch: Add CMOV to hwcap, for VIA C3 which
       is i686 class processor, but does not have 686 optional instruction CMOV.
     - debian/patches/glibc23-regcomp.dpatch: Fix regex crash, if clearing
       buffer, clear allocated too.  This patch is pulled from the current
       upstream glibc cvs.  (Closes: #175529)
 .
   * Daniel Jacobowitz <dan@debian.org>
     - debian/patches/alpha-pic.dpatch: Fix errno reporting from syscalls
       on Alpha (Closes: #175511).
Files: 
 b655efc0b58da5762471eac616c568bf 1561 libs required glibc_2.3.1-10.dsc
 6e1cc0ca8a87e16d2d70c01375797ff9 1677595 libs required glibc_2.3.1-10.diff.gz
 b30b19aa8cea711f758907d36cc6d0aa 3191454 base required libc6_2.3.1-10_i386.deb
 409d7366d545d632b4e15ef80530a917 516008 debian-installer required libc-udeb_2.3.1-10_i386.udeb
 a85d0ade6e42557279e6c228f4f28017 2414774 devel standard libc6-dev_2.3.1-10_i386.deb
 8c4b3bc77962ab086a0789c45371ddfa 890310 devel extra libc6-prof_2.3.1-10_i386.deb
 b73f23a214314974ff2bf2a8c91c46c1 5289328 devel extra libc6-dbg_2.3.1-10_i386.deb
 40f1b970e2d7b1d19bfbcd7bee6a649c 841832 devel optional libc6-pic_2.3.1-10_i386.deb
 7e0fc982142b658cfd8d6a11968868f7 64968 admin optional nscd_2.3.1-10_i386.deb
 47869af7181a1075b52156b3a45ca2de 3743432 base standard locales_2.3.1-10_all.deb
 90856f0248f906d053c96990c69c4e98 3006644 doc optional glibc-doc_2.3.1-10_all.deb

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

iD8DBQE+LccC9dAn0Xqx8P4RAs+oAJ9O1I8/hd8gVmb0ZGRmpZ0BaNCHdQCeOiho
OYWydxlE2tASm8OB7cfNu3M=
=LecO
-----END PGP SIGNATURE-----



Reply to: