diff -u kvm-72+dfsg/debian/changelog kvm-72+dfsg/debian/changelog --- kvm-72+dfsg/debian/changelog +++ kvm-72+dfsg/debian/changelog @@ -1,3 +1,9 @@ +kvm (1:72+dfsg-1ubuntu7) hardy; urgency=low + + * Enable build for lpia & ia64 (thanks to TJ) LP: #277517 + + -- Emmet Hikory Fri, 03 Oct 2008 19:50:16 +0900 + kvm (1:72+dfsg-1ubuntu6) intrepid; urgency=low * debian/patches/evdev_keycode_map.patch, debian/patches/series: ported the diff -u kvm-72+dfsg/debian/control kvm-72+dfsg/debian/control --- kvm-72+dfsg/debian/control +++ kvm-72+dfsg/debian/control @@ -13,7 +13,7 @@ XS-Debian-Vcs-Git: git://git.debian.org/git/collab-maint/kvm.git Package: kvm -Architecture: i386 amd64 powerpc ia64 s390 +Architecture: i386 amd64 powerpc ia64 s390 ia64 lpia Pre-Depends: adduser Depends: ${shlibs:Depends}, ${misc:Depends}, python, iproute, bridge-utils Suggests: ubuntu-vm-builder, hal, vde2, samba, kvm-source, kvm-pxe diff -u kvm-72+dfsg/debian/rules kvm-72+dfsg/debian/rules --- kvm-72+dfsg/debian/rules +++ kvm-72+dfsg/debian/rules @@ -29,6 +29,15 @@ pxe-e1000.bin pxe-ne2k_pci.bin pxe-pcnet.bin pxe-rtl8139.bin \ extboot.bin endif +ifeq (lpia,$(shell dpkg-architecture -qDEB_BUILD_ARCH)) + BUILD_CPU = i386 + QEMU_EXE = qemu-system-x86_64 + pcbios_targets = linux_boot.bin + qemu_targets = bios vgabios + needed_bios_files = bios.bin vgabios.bin vgabios-cirrus.bin linux_boot.bin \ + pxe-e1000.bin pxe-ne2k_pci.bin pxe-pcnet.bin pxe-rtl8139.bin \ + extboot.bin +endif ifeq (amd64,$(shell dpkg-architecture -qDEB_BUILD_ARCH)) BUILD_CPU = x86_64 QEMU_EXE = qemu-system-x86_64 @@ -38,6 +47,15 @@ pxe-e1000.bin pxe-ne2k_pci.bin pxe-pcnet.bin pxe-rtl8139.bin \ extboot.bin endif +ifeq (ia64,$(shell dpkg-architecture -qDEB_BUILD_ARCH)) + BUILD_CPU = ia64 + QEMU_EXE = qemu-system-x86_64 + pcbios_targets = linux_boot.bin + qemu_targets = bios vgabios + needed_bios_files = bios.bin vgabios.bin vgabios-cirrus.bin linux_boot.bin \ + pxe-e1000.bin pxe-ne2k_pci.bin pxe-pcnet.bin pxe-rtl8139.bin \ + extboot.bin +endif ifeq (powerpc,$(shell dpkg-architecture -qDEB_BUILD_ARCH)) BUILD_CPU = ppcemb QEMU_EXE = qemu-system-ppcemb