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

[Fwd: Bug#182883: ARM port Riscstation Sub arch keymap handling broken]




Hi,

Attached is a patch required for the Acorn RiscStation to be supported
for Woody 3.0r2.

(1) Whats the procedure for submitting a change to a pkg to 3.0r2?
(I'm the maintainer of console-common.sh).

console-common is now at 0.7.21 in sid; woody is at 0.7.14.

Regards,
Alastair

-- 
Alastair McKinstry <mckinstry@computer.org>
GPG Key fingerprint = 9E64 E714 8E08 81F9 F3DC  1020 FA8E 3790 9051 38F4

He that would make his own liberty secure must guard even his enemy from
oppression; for if he violates this duty he establishes a precedent that
will reach to himself.

- --Thomas Paine

--- Begin Message ---
Return-Path: <debbugs@master.debian.org>
X-Original-To: alastair@localhost
Delivered-To: alastair@localhost
Received: from localhost (localhost [127.0.0.1]) by coll.saorleir.com
	(Postfix) with ESMTP id E8F063CC1A for <alastair@localhost>; Fri, 28 Feb
	2003 18:12:24 +0000 (GMT)
Delivered-To: amck@utvinternet.com
Received: from pop.utvinternet.com [194.46.8.64] by localhost with POP3
	(fetchmail-5.9.11) for alastair@localhost (single-drop); Fri, 28 Feb 2003
	18:12:24 +0000 (GMT)
Received: (qmail 25183 invoked from network); 28 Feb 2003 18:09:33 -0000
Received: from unknown (HELO berry.computer.org) (63.84.220.201) by
	pop3.utvinternet.com with SMTP; 28 Feb 2003 18:09:33 -0000
Received: from master.debian.org (master.debian.org [65.125.64.135]) by
	berry.computer.org (Switch-2.2.4/Switch-2.2.4) with ESMTP id V1SI157N13446
	for <mckinstry@computer.org>; Fri, 28 Feb 2003 10:05:44 -0800
Received: from debbugs by master.debian.org with local (Exim 3.12 1
	(Debian)) id 18oocA-0003bw-00; Fri, 28 Feb 2003 11:48:06 -0600
X-Loop: owner@bugs.debian.org
Subject: Bug#182883: ARM port Riscstation Sub arch keymap handling broken
Reply-To: Vincent Sanders <vince@trinity.fluff.org>, 182883@bugs.debian.org
Resent-From: Vincent Sanders <vince@trinity.fluff.org>
Resent-To: debian-bugs-dist@lists.debian.org
Resent-Cc: Alastair McKinstry <mckinstry@computer.org>,
	console-common@packages.qa.debian.org
Resent-Date: Fri, 28 Feb 2003 17:48:05 GMT
Resent-Message-ID: <handler.182883.B.104645425713155@bugs.debian.org>
X-Debian-PR-Message: report 182883
X-Debian-PR-Package: console-common
X-Debian-PR-Keywords: woody
Received: via spool by submit@bugs.debian.org id=B.104645425713155 (code B
	ref -1); Fri, 28 Feb 2003 17:48:05 GMT
Date: Fri, 28 Feb 2003 17:44:14 +0000
To: submit@bugs.debian.org
Message-ID: <20030228174414.GH20824@trinity.fluff.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GmiNL4+5WUWrod5m"
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
From: Vincent Sanders <vince@trinity.fluff.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-3.5 required=4.0
	tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF,PGP_SIGNATURE_2,
	SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MUTT version=2.44
X-Spam-Level:
Resent-Sender: Debian BTS <debbugs@master.debian.org>


--GmiNL4+5WUWrod5m
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package:console-common
Version:0.7.14
Severity:serious
Tags:woody

The new ARM sub arch RiscStation has an identical keymap issue to the
RiscPC sub arch and hence requires the same workround to obtain
correct keymap operation.

The patch to get correct behaviousr is

--- install-keymap        2003-02-05 14:26:57.000000000 +0000
+++ install-keymap      2003-02-28 16:47:54.000000000 +0000
@@ -114,7 +114,7 @@
     backup_and_install
 else
     if [ "`dpkg --print-installation-architecture`" =3D "arm" ] &&
-       grep -i '^Hardware.*: Acorn-' /proc/cpuinfo >/dev/null &&
+       grep -i '^Hardware.*: \(Acorn-\|RiscStation-\)' /proc/cpuinfo >/dev=
/null &&
        find /usr/share/keymaps/i386/ -type f -name ${keymap} -o \
                    -name ${keymap}.gz -o -name ${keymap}.kmap.gz
     then


--=20
Regards Vincent
http://www.kyllikki.org/

--GmiNL4+5WUWrod5m
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+X5/uiUwwPOvjHvURAljfAJ4rHr4EfeDh9n4iQIHfNwhp+QW4CwCeKoch
Du6i6KU1Wa/i8t67IwVgWfA=
=4c+0
-----END PGP SIGNATURE-----

--GmiNL4+5WUWrod5m--



--- End Message ---

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: