diff options
author | Nikita A Menkovich <menkovich@gmail.com> | 2011-07-14 19:24:43 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-14 19:24:43 +0100 |
commit | d2a25fd1735506e8592bcd70b9c02063023cb149 (patch) | |
tree | 3a50529a800c80ff9bab4f37815e36d79890e643 /debian/control | |
parent | bb6a1b4cdc3fc441bb10ff4b9670895c199c6206 (diff) | |
download | libguestfs-d2a25fd1735506e8592bcd70b9c02063023cb149.tar.gz libguestfs-d2a25fd1735506e8592bcd70b9c02063023cb149.tar.xz libguestfs-d2a25fd1735506e8592bcd70b9c02063023cb149.zip |
debian: New sub-package: guestfsd.
This patch adds guestfsd debian package to the build. The daemon can
be installed in virtualization clients to enable libguestfs live
access.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/control b/debian/control index bd769b8c..7e4ca6c4 100644 --- a/debian/control +++ b/debian/control @@ -96,6 +96,16 @@ Description: libguestfs filesystem interactive shell virtual machine filesystems. It uses libguestfs and exposes all of the functionality of the guestfs API, see guestfs(3). +Package: guestfsd +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, + bsdmainutils, diff, grub-pc, iproute, + libaugeas0, udev, binutils, cpio, dosfstools, + file, lsof, module-init-tools, net-tools, parted, + procps, scrub, strace, zerofree +Description: Daemon to access to guest virtual machine throuh virtio serial + Daemon to access to guest virtual machine throuh virtio serial + Package: guestmount Section: devel Architecture: any |