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

Bug#242787: marked as done (termwrap: [INTL:uk] patch for KOU8-U support in text mode console)



Your message dated Sat, 10 Apr 2004 01:17:03 -0400
with message-id <E1BCArX-0008LB-00@newraff.debian.org>
and subject line Bug#242787: fixed in base-config 2.18
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; 8 Apr 2004 18:39:50 +0000
>From eugen@univ.kiev.ua Thu Apr 08 11:39:50 2004
Return-path: <eugen@univ.kiev.ua>
Received: from boy.univ.kiev.ua (mail.univ.kiev.ua) [193.125.78.122] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BBeRJ-0004o7-00; Thu, 08 Apr 2004 11:39:49 -0700
Received: from intel4.icc.univ.kiev.ua (intel4.icc.univ.kiev.ua [10.25.0.243])
	by mail.univ.kiev.ua (8.12.2/8.12.2) with ESMTP id i38IdkZc013014;
	Thu, 8 Apr 2004 21:39:46 +0300 (EEST)
Received: from eugen by intel4.icc.univ.kiev.ua with local (Exim 4.31)
	id 1BBeR2-0007Qg-Aj; Thu, 08 Apr 2004 21:39:32 +0300
Content-Type: multipart/mixed; boundary="===============1207105522=="
MIME-Version: 1.0
From: Eugeniy Meshcheryakov <eugen@univ.kiev.ua>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: termwrap: [INTL:uk] patch for KOU8-U support in text mode console
X-Mailer: reportbug 2.56
Date: Thu, 08 Apr 2004 21:39:32 +0300
Message-Id: <[🔎] E1BBeR2-0007Qg-Aj@intel4.icc.univ.kiev.ua>
Sender: Eugeniy Meshcheryakov <eugen@univ.kiev.ua>
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=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Scores: 1

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

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

Package: base-config
Version: 2.17
Severity: wishlist
Tags: patch l10n

   Attached patch adds support for KOI8-U to termwrap.
There is no need to use fbterm for koi8-u.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.25
Locale: LANG=uk_UA, LC_CTYPE=uk_UA

Versions of packages base-config depends on:
ii  adduser                 3.52             Add and remove users and groups
ii  apt                     0.5.24           Advanced front-end for dpkg
ii  aptitude                0.2.14.1-2       curses-based apt frontend
ii  bsdutils                1:2.12-6         Basic utilities from 4.4BSD-Lite
ii  console-data            2002.12.04dbs-35 Keymaps, fonts, charset maps, fall
ii  console-tools           1:0.2.3dbs-50    Linux console and font utilities
ii  debconf                 1.4.21           Debian configuration management sy
ii  debianutils             2.8.1            Miscellaneous utilities specific t
ii  gettext-base            0.14.1-2         GNU Internationalization utilities
ii  passwd                  1:4.0.3-26       Change and administer password and

-- debconf information excluded

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

? termwrap-devfs.diff
? termwrap-koi8u.diff
Index: termwrap
===================================================================
RCS file: /cvsroot/base-config/base-config/termwrap,v
retrieving revision 1.32
diff -u -r1.32 termwrap
--- termwrap	31 Mar 2004 01:21:12 -0000	1.32
+++ termwrap	8 Apr 2004 18:32:44 -0000
@@ -253,6 +253,10 @@
 	# Load ISO-8859-15 charset mapping into console
 	try_load_charset "$ENCODING" iso15 lat0-sun16
 	;;
+KOI8-U)
+	# Load KOU8-U charset mapping into console
+	try_load_charset "$ENCODING" koi8u koi8u_8x16
+	;;
 eucJP|EUC-JP)
 	# Japanese
 	case $TERMINAL in
@@ -323,7 +327,7 @@
 	
 	# Fallback to C
 	case $ENCODING in
-	ISO-8859-1|ISO-8859-2|ISO-8859-13|ISO-8859-15|KOI8-R)
+	ISO-8859-1|ISO-8859-2|ISO-8859-13|ISO-8859-15|KOI8-R|KOI8-U)
 		# Nothing to do
 		;;
 	*)
@@ -336,7 +340,7 @@
 $@
 
 case $ENCODING in
-ISO-8859-1|KOI8-R)
+ISO-8859-1|KOI8-R|KOI8-U)
 	# Nothing to do, using default config
 	;;
 ISO-8859-2)

--===============1207105522==--

---------------------------------------
Received: (at 242787-close) by bugs.debian.org; 10 Apr 2004 05:23:11 +0000
>From katie@ftp-master.debian.org Fri Apr 09 22:23:11 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 1BCAxT-0004ew-00; Fri, 09 Apr 2004 22:23:11 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BCArX-0008LB-00; Sat, 10 Apr 2004 01:17:03 -0400
From: Joey Hess <joeyh@debian.org>
To: 242787-close@bugs.debian.org
X-Katie: $Revision: 1.47 $
Subject: Bug#242787: fixed in base-config 2.18
Message-Id: <E1BCArX-0008LB-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 10 Apr 2004 01:17:03 -0400
Delivered-To: 242787-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=-4.0 required=4.0 tests=BAYES_00,DATING,
	HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: base-config
Source-Version: 2.18

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

base-config_2.18.dsc
  to pool/main/b/base-config/base-config_2.18.dsc
base-config_2.18.tar.gz
  to pool/main/b/base-config/base-config_2.18.tar.gz
base-config_2.18_all.deb
  to pool/main/b/base-config/base-config_2.18_all.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 242787@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (supplier of updated base-config 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: Sat, 10 Apr 2004 00:37:45 -0400
Source: base-config
Binary: base-config
Architecture: source all
Version: 2.18
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
Description: 
 base-config - Debian base system configurator
Closes: 241117 242375 242785 242787
Changes: 
 base-config (2.18) unstable; urgency=medium
 .
   * Joey Hess
     - Allow A-Z in hostnames.
     - If the hostname question is not asked, assume the current hostname or
       fallback hostname is valid, and do not check for validity, or loop.
       Fixes some bad behavior at high debconf priority.
     - Display a message while updating the available file, for slow machines.
     - Add the user set up by passwd to a number of supplimental groups.
       This is a hack. It should be done by passwd with help from adduser, and
       patches have been written, but not yet applied.
     - Use commas to separate fields in the mapping file, fixing problems
       with translations like Greek and Finnish that include colons in menu
       items. Closes: #242375
     - Remove commas from menu items just in case when building the mapping
       file.
   * Kenshi Muto
     - Applied Russian termwrap patch (Closes: Bug#241117)
   * Christian Perrier
     - Added quotes around message for available file update
     - Added comments for translators not to translate "available"
     - Keep po/base-config.pot in package for helping out translators
   * Eugeniy Meshcheryakov
     - Add support of devfs device names to termwrap so that this script
       can be run after installation. Closes: #242785
     - KOI8-U can be handled by console-tools, there is no need for jfbterm.
       Closes: #242787
   * Translations
     - Andre Dahlqvist
       - Updated po/sv.po
     - Changwoo Ryu
       - Updated Korean translation (po/ko.po)
     - Peter Mann
       - Updated Slovak translation (po/sk.po)
     - Miroslav Kure
       - Updated Czech translation (po/cs.po)
     - KÄ?stutis BiliÅ«nas
       - Updated Lithuanian translation (po/lt.po)
     - Claus Hindsgaul
       - Update Danish translation (po/da.po).
     - Miguel Figueiredo
       - Update Portuguese translation (po/pt.po)
     - Carlos Z.F. Liu
       - Updated Simplified Chinese translation (po/zh_CN.po)
     - Eugeniy Meshcheryakov
       - Updated Ukrainian translations (uk.po)
     - Konstantinos Margaritis
       - Updated Greek translation (el.po)
     - Dennis Stampfer
       - Updated German translation (po/de.po).
     - André Luís Lopes
       - Updated Brazilian Portuguese translation (po/pt_BR.po).
     - Bart Cornelis
       - Updated Dutch translation (nl.po)
     - Kenshi Muto
       - Updated Japanese translation
     - Christian Perrier
       - Updated french translation
Files: 
 bd5d40beca8a8095eae014e4fceaa03d 638 base optional base-config_2.18.dsc
 5ee26b42407ceee7174efc585cb764cd 349484 base optional base-config_2.18.tar.gz
 5b8661d22e0750d84469f0e83034f080 277148 base optional base-config_2.18_all.deb

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

iD8DBQFAd3sg2tp5zXiKP0wRAuCSAJ9tLRIO0dy+Dw+CK0ssT8gsQTUkYwCgsdGa
1QaLykmt0BBJSvh6FWnxUGA=
=pNC9
-----END PGP SIGNATURE-----



Reply to: