tags 527371 +patch thanks
A patch is attatched that makes the clean target work properly (that is the result of unpack->clean->build->clean is identical to the result of just unpacking the package) the patch is suitable for both the unstable and experimental versions.
diff -ur kvm-84+dfsg/debian/rules kvm-84+dfsg.new/debian/rules --- kvm-84+dfsg/debian/rules 2009-05-07 19:44:07.000000000 +0000 +++ kvm-84+dfsg.new/debian/rules 2009-05-07 19:52:17.000000000 +0000 @@ -184,6 +184,24 @@ $(MAKE) -C qemu/pc-bios clean $(MAKE) clean + #clean up some stuff that is left behind + rm -f qemu/pc-bios/*.bin + rm -f extboot/extboot.img + rm -f extboot/extboot.bin + rm -f extboot/extboot.o + rm -f extboot/signrom + rm -f vgabios/*.bin + rm -f vgabios/vbetables-gen + rm -f vgabios/biossums + rm -f vgabios/vgabios*.txt + rm -f user/test/lib/.*.d + rm -f user/test/lib/x86/.*.d + rm -f user/test/lib/powerpc/.*.d + rm -f kernel/config.kbuild + rm -f user/config.mak + rm -f vgabios/vbetables.h + rm -f config.mak + dh_clean ifneq "$(wildcard /usr/share/quilt/quilt.make)" ""

