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.
This commit is contained in:
Nikita A Menkovich
2011-07-14 19:24:43 +01:00
committed by Richard W.M. Jones
parent bb6a1b4cdc
commit d2a25fd173
4 changed files with 15 additions and 0 deletions

10
debian/control vendored
View File

@@ -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

1
debian/guestfsd.dirs vendored Normal file
View File

@@ -0,0 +1 @@
usr/sbin

1
debian/guestfsd.install vendored Normal file
View File

@@ -0,0 +1 @@
usr/sbin/guestfsd

3
debian/rules vendored
View File

@@ -1,5 +1,7 @@
#!/usr/bin/make -f
export DH_VERBOSE=1
DEB_PYTHON_SYSTEM=pysupport
DEB_DH_INSTALL_SOURCEDIR = debian/tmp
DEB_VENDOR=$(shell dpkg-vendor --query vendor)
@@ -17,6 +19,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
--disable-haskell \
--disable-php \
--with-readline \
--enable-install-daemon \
--with-python-installdir=/usr/share/pyshared
DEB_DBG_PACKAGES = libguestfs0-dbg