diff -Nru vmdebootstrap-0.4/debian/changelog vmdebootstrap-0.4/debian/changelog --- vmdebootstrap-0.4/debian/changelog 2014-10-21 08:04:55.000000000 +0000 +++ vmdebootstrap-0.4/debian/changelog 2014-11-08 22:04:40.000000000 +0000 @@ -1,3 +1,9 @@ +vmdebootstrap (0.4-3+rpi1) jessie-staging; urgency=medium + + * Don't depend on grub2, we don't have it in raspbian. + + -- Peter Michael Green Sat, 08 Nov 2014 22:04:27 +0000 + vmdebootstrap (0.4-3) unstable; urgency=medium * Fix syntax for excluding grub2-common on mips and s390x diff -Nru vmdebootstrap-0.4/debian/control vmdebootstrap-0.4/debian/control --- vmdebootstrap-0.4/debian/control 2014-10-21 08:04:55.000000000 +0000 +++ vmdebootstrap-0.4/debian/control 2014-11-08 22:04:22.000000000 +0000 @@ -17,7 +17,7 @@ Architecture: linux-any Depends: debootstrap, qemu-utils, extlinux [amd64 i386], - grub2-common [!mips !s390x], + grub2-common [!mips !s390x !armhf], kpartx, parted, python-cliapp, ${python:Depends}, ${misc:Depends} Recommends: squashfs-tools, qemu-system, qemu-user-static