Your message dated Mon, 17 Mar 2008 01:02:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469981: fixed in qemu 0.9.1-2
has caused the Debian Bug report #469981,
regarding debian/rules overrides -j flag passed by dpkg-buildpackage
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
469981: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469981
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: qemu
Version: 0.9.1-1
Severity: normal
Tags: patch

NJOBS hack in debian/rules overrides -j flag passed by dpkg-buildpackage.

But it can support both things; see attached patch.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages qemu depends on:
ii  bochsbios          2.3.6-2               BIOS for the Bochs emulator
ii  libasound2         1.0.16-1              ALSA library
ii  libc6              2.7-9                 GNU C Library: Shared libraries
ii  libgnutls13        2.0.4-3               the GNU TLS library - runtime libr
ii  libncurses5        5.6+20080203-1        Shared libraries for terminal hand
ii  libsdl1.2debian    1.2.13-2              Simple DirectMedia Layer
ii  openbios-sparc     1.0~alpha2+20080106-2 SPARC Open Firmware
ii  openhackware       0.4.1-3               OpenFirmware emulator for PowerPC
ii  proll              18-3                  JavaStation PROM 2.x compatible re
ii  vgabios            0.6a-3                VGA BIOS software for the Bochs an
ii  zlib1g             1:1.2.3.3.dfsg-11     compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap                   1.0.8      Bootstrap a basic Debian system
ii  sharutils                     1:4.6.3-1  shar, unshar, uuencode, uudecode
pn  vde2                          <none>     (no description available)

-- no debconf information
diff -ur qemu-0.9.1/debian/rules qemu-0.9.1.new/debian/rules
--- qemu-0.9.1/debian/rules     2008-03-08 12:57:58.000000000 +0100
+++ qemu-0.9.1.new/debian/rules 2008-03-08 12:59:18.000000000 +0100
@@ -20,9 +20,7 @@
 
 # Support multiple makes at once
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-NJOBS := $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-else
-NJOBS := 1
+NJOBS := -j $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
 D = $(CURDIR)/debian/qemu
@@ -59,7 +57,7 @@
 build: patch config-host.mak
        dh_testdir
        
-       $(MAKE) -j $(NJOBS)
+       $(MAKE) $(NJOBS)
        $(MAKE) -C pc-bios
 
 clean: unpatch

--- End Message ---
--- Begin Message ---
Source: qemu
Source-Version: 0.9.1-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.9.1-2.diff.gz
  to pool/main/q/qemu/qemu_0.9.1-2.diff.gz
qemu_0.9.1-2.dsc
  to pool/main/q/qemu/qemu_0.9.1-2.dsc
qemu_0.9.1-2_amd64.deb
  to pool/main/q/qemu/qemu_0.9.1-2_amd64.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.
Aurelien Jarno <[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, 17 Mar 2008 01:29:03 +0100
Source: qemu
Binary: qemu
Architecture: source amd64
Version: 0.9.1-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 qemu       - fast processor emulator
Closes: 388735 433658 442274 444171 465932 467106 469351 469743 469981
Changes: 
 qemu (0.9.1-2) unstable; urgency=low
 .
   [ Aurelien Jarno ]
   * debian/patches/80_ui_curses.patch: pull new patch from upstream CVS
     (Closes: #442274).
   * debian/patches/65_kfreebsd.patch: link with -lfreebsd. (Closes:
     #465932).
   * debian/patches/81_mips32r2_fpu.patch: patch pulled from upstream
     to fix FPU issue on MIPS32R2.
   * debian/patches/42_arm_tls.patch: reenable, mistakenly disabled in the
     previous upload. (Closes: #469743).
   * debian/rules: fix parallel building. (Closes: #469981).
   * debian/patches/07_i386_exec_name.patch: install the i386 emulator as
     qemu-system-i386, and change qemu into a link pointing to the i386
     version.
   * debian/README.Debian: add notes about qemu-system-ppc and video.x
     (Closes: #388735).
   * debian/patches/70_manpage.patch: describe the -curses option.
     (Closes: #433658).
   * debian/patches/71_doc.patch: fix the monitor change option. (Closes:
     #467106).
   * debian/patches/35_syscall_sockaddr.patch: fix sockaddr (Closes:
     #469351).
   * debian/patches/43_arm_cpustate.patch: disable (Closes: #444171).
Files: 
 d91fb461cf19503b410e1ccf968b5c78 1128 misc optional qemu_0.9.1-2.dsc
 89ceb95b7cea2750560af04381c88cb5 63346 misc optional qemu_0.9.1-2.diff.gz
 c0c5f47ded0ad0d52df4a19ebd226bfc 10932922 misc optional qemu_0.9.1-2_amd64.deb

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

iD8DBQFH3b9Mw3ao2vG823MRAlijAJwK1Xr1wP9ErcWnSHiQo5iT/boCswCfcMUE
jSbn8ys/0cxio86eBFOAta0=
=pXbE
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to