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

Bug#241117: marked as done (base-config: A patch for termwrap to work with koi8-r)



Your message dated Sat, 10 Apr 2004 01:17:03 -0400
with message-id <E1BCArX-0008L5-00@newraff.debian.org>
and subject line Bug#241117: 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; 30 Mar 2004 20:31:00 +0000
>From yoush@cs.msu.su Tue Mar 30 12:31:00 2004
Return-path: <yoush@cs.msu.su>
Received: from mail.dubki.ru [80.240.116.2] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B8Psy-0003cp-00; Tue, 30 Mar 2004 12:31:00 -0800
Received: by mail.dubki.ru (Postfix, from userid 1708)
	id AB1E9D3; Wed, 31 Mar 2004 00:30:56 +0400 (MSD)
Received: from sercond (sercond.dubki.ru [172.16.4.21])
	by mail.dubki.ru (Postfix) with ESMTP
	id A146DA0; Wed, 31 Mar 2004 00:30:56 +0400 (MSD)
Received: from nikita by sercond with local (Exim 3.35 #1 (Debian))
	id 1B8PtM-0004Fv-00; Wed, 31 Mar 2004 00:31:24 +0400
Content-Type: multipart/mixed; boundary="===============1172247566=="
MIME-Version: 1.0
From: "Nikita V. Youshchenko" <yoush@cs.msu.su>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: base-config: A patch for termwrap to work with koi8-r
X-Mailer: reportbug 2.48
Date: Wed, 31 Mar 2004 00:31:23 +0400
Message-Id: <E1B8PtM-0004Fv-00@sercond>
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: 

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

--===============1172247566==
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: normal
Tags: patch

Attached is a patch for termwrap that enables russian installation in
koi8-r encoding.

-- System Information:
Architecture: i386 (i686)
Kernel: Linux 2.4.23
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R


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

--- termwrap.orig	2004-03-28 20:14:35.000000000 +0400
+++ termwrap	2004-03-30 18:19:00.000000000 +0400
@@ -277,7 +277,13 @@
 	# Russian
 	case $TERMINAL in
 	console)
-		# What's do we must do?
+		if [ -x /usr/bin/cyr ]; then
+			/usr/bin/cyr -s uni -t 16 -e koi8-r --ttys=/dev/tty1 ru_ms ctrl_shift_toggle
+		else
+			# Don't try to install in russian withour cyrrilic support on console
+			LANG=C
+			LC_ALL=C
+		fi
 		;;
 	esac
 	;;
@@ -317,7 +323,7 @@
 	
 	# Fallback to C
 	case $ENCODING in
-	ISO-8859-1|ISO-8859-2|ISO-8859-13|ISO-8859-15)
+	ISO-8859-1|ISO-8859-2|ISO-8859-13|ISO-8859-15|KOI8-R)
 		# Nothing to do
 		;;
 	*)
@@ -330,7 +336,7 @@
 $@
 
 case $ENCODING in
-ISO-8859-1)
+ISO-8859-1|KOI8-R)
 	# Nothing to do, using default config
 	;;
 ISO-8859-2)

--===============1172247566==--

---------------------------------------
Received: (at 241117-close) by bugs.debian.org; 10 Apr 2004 05:23:12 +0000
>From katie@ftp-master.debian.org Fri Apr 09 22:23:12 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 1BCAxU-0004f8-00; Fri, 09 Apr 2004 22:23:12 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BCArX-0008L5-00; Sat, 10 Apr 2004 01:17:03 -0400
From: Joey Hess <joeyh@debian.org>
To: 241117-close@bugs.debian.org
X-Katie: $Revision: 1.47 $
Subject: Bug#241117: fixed in base-config 2.18
Message-Id: <E1BCArX-0008L5-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 10 Apr 2004 01:17:03 -0400
Delivered-To: 241117-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: 1

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 241117@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: