Your message dated Fri, 22 Aug 2008 23:02:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#484963: fixed in qemu 0.9.1+svn20080822-1
has caused the Debian Bug report #484963,
regarding qemu: FTBFS when converted to new source format 3.0 (quilt): due to 
patches that require -p0
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.)


-- 
484963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484963
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: qemu
Version: 0.9.1-5
Severity: minor
Usertags: 3.0-quilt-by-default

To prepare a possible switch to the new source package format "3.0
(quilt)" [1], I converted all source packages and tried to rebuild them.
Unfortunately, qemu failed, you can try yourself with those
commands (and dpkg-dev >= 1.14.19 [2]) :

$ apt-get source qemu
$ sed -i -e '/^Source:/ aFormat: 3.0 (quilt)' qemu-0.9.1/debian/control
$ dpkg-source -b qemu-0.9.1
$ dpkg-source -x qemu_0.9.1-5.dsc
$ cd qemu-0.9.1 && debuild -us -uc

In this process, if the .diff.gz contains changes to upstream files,
dpkg-source will have created a corresponding patch in
debian/patches/debian-changes-0.9.1-5 and will have registered that
patch in a quilt series (debian/patches/series, it is created if needed).
All the patches listed in the "series" file are applied directly during
the extraction (dpkg-source -x). quilt itself is used if available (and
will thus lead to the creation of the .pc directory), otherwise
dpkg-source applies the patches by itself. For more information about the
new source package format see the manual page dpkg-source(1).

In the case of qemu, it already uses quilt but some of the patches
require the '-p0' option of patch to be properly applied and this
option has been hardcoded in the series file. The new source package
format doesn't support this quilt feature and requires patches
to be applicable with the '-p1' option.

You can use the following command to easily update all the patches
that use the '-p0' option:
$ awk '{ if ($2 == "-p0") print $1 }' debian/patches/series | while read f; do 
perl -pi -e 's|^--- (?:\./)?|--- a/|; s|^\+\+\+ (?:\./)?|+++ b/|;' 
debian/patches/$f ; done

Not that you can replace "a" by "qemu-0.9.1.orig" and
"b" by "qemu-0.9.1" if you prefer.

Then don't forget to strip the "-p0" options from debian/patches/series.

As a side note, you must also pay attention to the following points in your
quilt usage to guarantee compatibility with the new source package
format:
- the patches must be in debian/patches/ together with the "series" file
  (you can use QUILT_PATCHES=debian/patches if needed)
- you should not override QUILT_PC to change the location of quilt's
  internal directory (".pc" by default)
- the patches should not reference absolute filenames (in +++/--- lines)
- your clean target must work even if the patches are already applied
- your build target must work with patches applied even if the clean
  target is supposed to unapply them (because dpkg-source -b might
  have applied them back)

Cheers,

[1] http://lists.debian.org/debian-devel-announce/2008/04/msg00004.html
[2] the upcoming dpkg-dev 1.14.20 is more tolerant with patches, you can
grab it here if you want to try with that version:
http://people.debian.org/~hertzog/packages/dpkg-dev_1.14.20_all.deb
-- 
Raphael Hertzog




--- End Message ---
--- Begin Message ---
Source: qemu
Source-Version: 0.9.1+svn20080822-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.9.1+svn20080822-1.diff.gz
  to pool/main/q/qemu/qemu_0.9.1+svn20080822-1.diff.gz
qemu_0.9.1+svn20080822-1.dsc
  to pool/main/q/qemu/qemu_0.9.1+svn20080822-1.dsc
qemu_0.9.1+svn20080822-1_amd64.deb
  to pool/main/q/qemu/qemu_0.9.1+svn20080822-1_amd64.deb
qemu_0.9.1+svn20080822.orig.tar.gz
  to pool/main/q/qemu/qemu_0.9.1+svn20080822.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.
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.8
Date: Fri, 22 Aug 2008 01:00:54 +0200
Source: qemu
Binary: qemu
Architecture: source amd64
Version: 0.9.1+svn20080822-1
Distribution: experimental
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 qemu       - fast processor emulator
Closes: 412010 414566 450817 457651 473240 484963 488339 489594 494353 494462
Changes: 
 qemu (0.9.1+svn20080822-1) experimental; urgency=low
 .
   * New upstream snapshot.
     - Focus to monitor to ask password (Closes: bug#473240).
     - TCG SPARC host support (Closes: bug#450817).
     - Check KQEMU availability before allocating memory (Closes: bug#414566).
     - Fix dead keys (Closes: bug#489594).
     - Fix ES1370 emulation (Closes: bug#494462).
     - New USB UHCI implemnation (Closes: bug#457651).
     - Add debian/patches/00_bios.patch.
     - Remove debian/patches/02_snapshot_use_tmpdir.patch (merged).
     - Remove debian/patches/04_do_not_print_rtc_freq_if_ok.patch (merged).
     - Remove patches/05_non-fatal_if_linux_hd_missing.patch (merged).
     - Update debian/patches/07_i386_exec_name.patch
     - Update debian/patches/12_signal_powerpc_support.patch
     - Remove debian/patches/33_syscall_ppc_clone.patch (merged differently).
     - Remove debian/patches/41_arm_fpa_sigfpe.patch (merged).
     - Remove debian/patches/42_arm_tls.patch (merged differently).
     - Update debian/patches/55_unmux_socketcall.patch.
     - Remove debian/patches/63_sparc_build.patch (useless).
     - Update debian/patches/65_kfreebsd.patch.
     - Update debian/patches/66_tls_ld.patch.
     - Remove debian/patches/70_manpage.patch (merged).
     - Remove debian/patches/71_doc.patch  (merged).
     - Remove debian/patches/80_ui_curses.patch (merged).
     - Remove debian/patches/81_mips32r2_fpu.patch (merged).
     - Remove debian/patches/82_mips_abs.patch (merged).
     - Remove debian/patches/83_usb-serial.patch (merged).
     - Remove debian/patches/84_rtl8139.patch (merged).
     - Remove debian/patches/85_vvfat.patch (merged).
     - Remove debian/patches/86_df.patch (merged).
     - Remove debian/patches/87_eoi.patch (merged).
     - Remove debian/patches/88_dma.patch (merged).
     - Remove debian/patches/89_braille.patch (merged).
     - Remove debian/patches/92_no_shutdown.patch (merged).
     - Remove debian/patches/93_tmpfs.patch (merged).
     - Remove debian/patches/94_security.patch (merged).
   * debian/README.source: new file.
   * debian/patches/*: convert to patchlevel 1 (Closes: bug#484963).
   * debian/control:
     - Add build-depends on libesd0-dev.
     - Add build-depends on libpulse-dev.
     - Add build-depends on libvdeplug2-dev.
     - Add build-depends on etherboot.
     - Update list of supported targets (Closes: bug#488339).
     - Suggests kqemu-source.
     - Bump Standards-Version to 3.8.0.
   * debian/links:
     - Add missing manpage symlinks.
   * debian/rules:
     - Enable audio drivers depending on the system.
     - Enable DYNGEN targets depending on the system.
     - Install PXE bios from etherboot (Closes: bug#412010).
     - Don't ignore make clean errors.
     - Don't build DYNGEN targets on kfreebsd-amd64 (Closes: bug#494353).
   * debian/patches/22_net_tuntap_stall.patch: remove (outdated).
Checksums-Sha1: 
 139023bea7fd3799088fa5acec5ee90fec760954 1786 qemu_0.9.1+svn20080822-1.dsc
 d35fc175173d5b94868a1d459850f4cc169a8fee 2790508 
qemu_0.9.1+svn20080822.orig.tar.gz
 8a3a4bf1ffb3197e3504a92c2a27005719e11c24 35312 qemu_0.9.1+svn20080822-1.diff.gz
 85223ef155479b6cd9d397c1a6a5ef6ec2d98717 13472558 
qemu_0.9.1+svn20080822-1_amd64.deb
Checksums-Sha256: 
 a8442bc26eb7d3c356f0d633115db7c5feb291ac586792fce35f61339331d6ca 1786 
qemu_0.9.1+svn20080822-1.dsc
 8f6d50be9dd8f3a2d71df3d0cbfe7bc70fa859d896e452c7c1f1b5b850941a06 2790508 
qemu_0.9.1+svn20080822.orig.tar.gz
 8fc6ef1dd2468947b279dab9b249aada484df57194c4f1d9f40bc31bd91d97f3 35312 
qemu_0.9.1+svn20080822-1.diff.gz
 ad6397936f160a1f540c089f5466ecdd850df3461505bc0e8765c09bfe25f5ab 13472558 
qemu_0.9.1+svn20080822-1_amd64.deb
Files: 
 a8efc64b815a018881ecf58500f91dae 1786 misc optional 
qemu_0.9.1+svn20080822-1.dsc
 075f3c2ffbb0cf781903a0c7f694eba7 2790508 misc optional 
qemu_0.9.1+svn20080822.orig.tar.gz
 6b37989bf011709308bff173292960c0 35312 misc optional 
qemu_0.9.1+svn20080822-1.diff.gz
 1a382337ecfdde464598c544f6fbfa96 13472558 misc optional 
qemu_0.9.1+svn20080822-1_amd64.deb

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

iD8DBQFIr0MBw3ao2vG823MRAhypAJ44zekCIpftTqMaaBqaEZkhCsrIwACgjBVR
ZTqttRXaumf71j0kPRX3sMc=
=eXe/
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to