Your message dated Sat, 04 Nov 2006 23:18:50 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#396139: fixed in qemu 0.8.2-2
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)
--- Begin Message ---
Package: qemu
Version: 0.8.2-1
Tags: patch
This patch simplifies the "make install" command by using DESTDIR
instead of specifying each install dir separately. It does not affect
the installation in any way (the default paths are the same as those
currently in debian/rules).
--
Anderson Lizardo
Index: qemu-0.8.2/debian/rules
===================================================================
--- qemu-0.8.2.orig/debian/rules 2006-10-29 20:56:11.000000000 -0400
+++ qemu-0.8.2/debian/rules 2006-10-29 20:58:17.000000000 -0400
@@ -68,11 +68,7 @@
touch pc-bios/$$i; \
done
- -$(MAKE) install \
- bindir=$(D)/usr/bin \
- datadir=$(D)/usr/share/qemu \
- mandir=$(D)/usr/share/man \
- docdir=$(D)/usr/share/doc/qemu
+ $(MAKE) DESTDIR=$(D) install
# Clean up the mess
for i in $(qemu_bios_files); do \
--- End Message ---
--- Begin Message ---
Source: qemu
Source-Version: 0.8.2-2
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.8.2-2.diff.gz
to pool/main/q/qemu/qemu_0.8.2-2.diff.gz
qemu_0.8.2-2.dsc
to pool/main/q/qemu/qemu_0.8.2-2.dsc
qemu_0.8.2-2_i386.deb
to pool/main/q/qemu/qemu_0.8.2-2_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 [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: Sun, 5 Nov 2006 08:48:27 +0200
Source: qemu
Binary: qemu
Architecture: source i386
Version: 0.8.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian QEMU Team <[EMAIL PROTECTED]>
Changed-By: Guillem Jover <[EMAIL PROTECTED]>
Description:
qemu - fast processor emulator
Closes: 327622 369462 390166 392481 396139
Changes:
qemu (0.8.2-2) unstable; urgency=low
.
[ Guillem Jover ]
* Update Tag field to match new debtags vocabulary.
* Clean properly. (Closes: #390166)
- Remove the acpi generated files and the docs.
- Revert the docs regeneration forcing logic.
Thanks to Anderson Lizardo <[EMAIL PROTECTED]>.
* On install use DESTDIR instead of specifying all paths. (Closes: #396139)
Thanks to Anderson Lizardo <[EMAIL PROTECTED]>.
* Port to GNU/kFreeBSD. (Closes: #327622)
- Disable ALSA on non-linux systems.
- Add a Build-Depends on libfreebsd-dev on kfreebsd systems.
- Add kfreebsd-i386 and kfreebsd-amd64 to the Architecture field.
- debian/patches/65_kfreebsd.patch: New file.
Thanks Petr Salinger <[EMAIL PROTECTED]>.
* In qemu-make-debian-root do not explicitely install in aptitude and
libsigc++-1.2-5c102, they are pulled now by default. And do not remove
aptitude afterwards. (Closes: #392481)
Thanks to Ted Percival <[EMAIL PROTECTED]>.
* Add experimental ncurses ui support. (Closes: #369462)
- debian/patches/80_ui_curses.patch: New file.
Thanks to Andrzej Zaborowski <[EMAIL PROTECTED]>.
* Add SO_PEERCRED and SO_SNDTIMEO support, and fix accept syscall when
being passed NULL pointers.
- debian/patches/21_net_sockopts.patch: Renamed to ...
- debian/patches/21_net_soopts.patch: ... here. Modify.
Thanks to Pablo Virolainen.
* Add a fadvise64 syscall stub.
- debian/patches/39_syscall_fadvise64.patch: New file.
Thanks to Pablo Virolainen.
* Add EABI unmuxed socket syscalls.
- debian/patches/55_unmux_socketcall.patch: New file.
Thanks to Riku Voipio.
* Add TLS sections to the ARM and x86 linker scripts so that qemu user
emulators can be linked statically.
- debian/patches/66_tls_ld.patch: New file.
* Move the documentation of the binary blob removals from the original
upstream tarball from README.Debian to debian/copyright.
* Reword the emphasis on "FAST!" from the package description.
* Fix FTBFS on powerpc by adding the missing fp_status variable to the
int32_to_float32 function calls.
- debian/patches/67_ppc_ftbfs.patch: New file.
Files:
30fd577775dbb486d78600c6ae3dbee5 1118 misc optional qemu_0.8.2-2.dsc
548739b0197438e43ba2358e1a48adca 54945 misc optional qemu_0.8.2-2.diff.gz
1006d02f6a0fb2ab931f7e4d43d11ac8 3675230 misc optional qemu_0.8.2-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFTYx8uW9ciZ2SjJsRAoc/AJ0UN+owNHVWhSyxQUGO0PBhM7DGQACfbmjf
KTbIyGeDShfC6VAYrsEW5YY=
=ZQIx
-----END PGP SIGNATURE-----
--- End Message ---