[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.0.84-2
Guido Günther
agx at sigxcpu.org
Sun Feb 21 13:57:54 UTC 2010
The following commit has been merged in the master branch:
commit 2fa535ec3114f80997c79948f0c3524d6dfef94a
Author: Guido Günther <agx at sigxcpu.org>
Date: Sat Feb 20 18:51:49 2010 +0100
{Build-,}Depend on bochsbios and vgabios
These are only recommends but needed to run qemu during the tests.
diff --git a/debian/control b/debian/control
index cffacc6..5cb650b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,10 @@ Priority: extra
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>
Uploaders: Richard Jones <rjones at redhat.com>, Guido Günther <agx at sigxcpu.org>
Build-Depends: debhelper (>= 7), autotools-dev,
- debirf, libreadline-dev, squashfs-tools, cdbs, libaugeas-dev, qemu, mkisofs,
+ debirf, libreadline-dev, squashfs-tools, cdbs, libaugeas-dev,
+# QEMU
+ qemu, bochsbios, vgabios,
+ mkisofs,
libxml2-dev, pkg-config, quilt,
# when building from git:
automake, autoconf, libtool, ocaml,
@@ -21,7 +24,8 @@ Package: guestfish
Section: devel
Architecture: any
Depends: libguestfs0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
- libsys-virt-perl, libxml-writer-perl
+ libsys-virt-perl, libxml-writer-perl,
+ qemu-system | kvm, bochsbios, vgabios
Description: libguestfs filesystem interactive shell
Guestfish is a shell and command-line tool for examining and modifying
virtual machine filesystems. It uses libguestfs and exposes all of the
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list