Your message dated Sun, 30 Oct 2005 20:02:17 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#334071: fixed in qemu 0.7.2-1
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; 15 Oct 2005 12:18:40 +0000
>From [EMAIL PROTECTED] Sat Oct 15 05:18:40 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 216.red-62-57-140.user.auna.net (khazad.dyndns.org)
[62.57.140.216]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EQkzn-0003j5-00; Sat, 15 Oct 2005 05:18:40 -0700
Received: from rmh by khazad.dyndns.org with local (Exim 4.54)
id 1EQkzg-000ByR-8W; Sat, 15 Oct 2005 14:18:32 +0200
Content-Type: multipart/mixed; boundary="===============0371087857=="
MIME-Version: 1.0
From: Robert Millan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: missing '-' and '=' keycodes for sendkey command
X-Mailer: reportbug 3.17
Date: Sat, 15 Oct 2005 14:18:32 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
This is a multi-part MIME message sent by reportbug.
--===============0371087857==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: qemu
Version: 0.7.0-4+kbsd
Severity: normal
Tags: patch
Keycodes '-' and '=' for sendkey command are missing, so one cannot do
combinations like:
sendkey ctrl-alt--
Or:
sendkey ctrl-alt-shift-=
(i.e. ctrl-alt-+)
This makes reducing or increasing X resolution in runtime impossible. Please
see attached patch.
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL
set to C)
Versions of packages qemu depends on:
ii bochsbios 2.2.1-2 BIOS for the Bochs emulator
ii libc0.1 2.3-1+kbsd.11 GNU C Library: Shared libraries an
ii libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii openhackware 0.4.1-1 OpenFirmware emulator for PowerPC
ii proll 18-1 JavaStation PROM 2.x compatible re
ii vgabios 0.5c-1 VGA BIOS software for the Bochs an
ii zlib1g 1:1.2.3-4 compression library - runtime
Versions of packages qemu recommends:
ii debootstrap 0.3.1.7 Bootstrap a basic Debian system
pn sharutils <none> (no description available)
-- no debconf information
--===============0371087857==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="missing_keycodes.diff"
--- qemu-0.7.0/monitor.c~ 2005-04-27 22:52:05.000000000 +0200
+++ qemu-0.7.0/monitor.c 2005-10-15 14:16:25.000000000 +0200
@@ -590,6 +590,8 @@
{ 0x09, "8" },
{ 0x0a, "9" },
{ 0x0b, "0" },
+ { 0x0c, "-" },
+ { 0x0d, "=" },
{ 0x0e, "backspace" },
{ 0x0f, "tab" },
--===============0371087857==--
---------------------------------------
Received: (at 334071-close) by bugs.debian.org; 31 Oct 2005 04:08:08 +0000
>From [EMAIL PROTECTED] Sun Oct 30 20:08:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EWQsD-00005g-00; Sun, 30 Oct 2005 20:02:17 -0800
From: Guillem Jover <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#334071: fixed in qemu 0.7.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 30 Oct 2005 20:02:17 -0800
Delivered-To: [EMAIL PROTECTED]
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-Level:
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-CrossAssassin-Score: 3
Source: qemu
Source-Version: 0.7.2-1
We believe that the bug you reported is fixed in the latest version of
qemu, which is due to be installed in the Debian FTP archive:
qemu_0.7.2-1.diff.gz
to pool/main/q/qemu/qemu_0.7.2-1.diff.gz
qemu_0.7.2-1.dsc
to pool/main/q/qemu/qemu_0.7.2-1.dsc
qemu_0.7.2-1_i386.deb
to pool/main/q/qemu/qemu_0.7.2-1_i386.deb
qemu_0.7.2.orig.tar.gz
to pool/main/q/qemu/qemu_0.7.2.orig.tar.gz
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guillem Jover <[EMAIL PROTECTED]> (supplier of updated qemu 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 31 Oct 2005 05:01:45 +0200
Source: qemu
Binary: qemu
Architecture: source i386
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian QEMU Team <[EMAIL PROTECTED]>
Changed-By: Guillem Jover <[EMAIL PROTECTED]>
Description:
qemu - fast processor emulator
Closes: 321232 327168 334071 334458 335062 335159 335163
Changes:
qemu (0.7.2-1) unstable; urgency=low
.
[ Guillem Jover ]
* New upsream release. (Closes: #321232, #327168)
- debian/patches/12_signal_silent.patch: Integrated upstream, remove.
- debian/patches/50_ppc_ldscript.patch: Likewise.
- debian/patches/33_syscall_truncate64.patch: Likewise.
- debian/patches/01_doc_typos.patch: Resync with upstream.
- debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
- debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
- debian/patches/10_signal_jobs.patch: Likewise.
- debian/patches/11_signal_sigaction.patch: Likewise.
- debian/patches/20_net_socket.patch: Likewise.
- debian/patches/21_net_sockopt.patch: Likewise.
- debian/patches/22_net_tuntap_stall.patch: Likewise.
- debian/patches/30_syscall_ipc.patch: Likewise.
- debian/patches/31_syscalls.patch: Likewise.
- debian/patches/32_syscall_sysctl.patch: Likewise.
- debian/patches/40_fpu_arm_sigfpe.patch: Likewise.
* Repackaged upstream source to deal with binaries w/o sources.
- pc-bios/video.x: New file removed.
* Create a new qemu-user(1) manpage and link all user emulator manpages
to it. (Closes: #335163)
* Add missing '-' and '=' keycodes for sendkey command.
- debian/patches/50_missing_keycodes.patch: New file. (Closes: #334071)
Thanks to Robert Millan <[EMAIL PROTECTED]>.
* Add manpage link for qemu-system-mips.
* Make sysctl byte-swap the name values.
- debian/patches/32_syscall_sysctl.patch: Merge patch. (Closes: #334458)
Thanks to Josh Triplett <[EMAIL PROTECTED]>.
* Change documentation menu section to "Apps/Emulators". (Closes: #335062)
Thanks to Frans Pop <[EMAIL PROTECTED]>.
* On PowerPC, do not zero registers r7-r31 in do_fork and zero register r3.
Fixing segfaults on programs using the clone syscall.
- debian/patches/33_syscall_ppc_clone.patch: New file. (Closes: #335159)
Thanks to Josh Triplett <[EMAIL PROTECTED]>
and Paul Brook <[EMAIL PROTECTED]>.
* Tighten vgabios and bochsbios versioned Depends.
* Add video.x to the list of roms to touch to make qemu Makefile happy.
* Add lintian overrides for the user emulators being shlib-with-non-pic-code.
* Wrap lines in debian/control fields (knowingly breaking policy).
.
[ Guilherme de S. Pastore ]
* debian/control:
- Updated my e-mail address.
* debian/copyright:
- Dropped André from team members list, not a single contribution ever.
Files:
1a41a0c2f0cc85a43d1a7f0cf843a412 926 misc optional qemu_0.7.2-1.dsc
01b158b44f0617e7f44d67414130ebd2 1189668 misc optional qemu_0.7.2.orig.tar.gz
25bf2477096afdcc02a778d676468af2 18499 misc optional qemu_0.7.2-1.diff.gz
b9e0286535f286639c2ad6ce0b8402cf 2110082 misc optional qemu_0.7.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDZZGfuW9ciZ2SjJsRAne8AJ9yviO2rKT2htb4suj5E4JBrXPv4QCg7Rg8
LPj4lOS6gllcPhugAWm2Eo0=
=YSzp
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]