[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.12.3-1

Hilko Bengen bengen at debian.org
Fri Aug 12 22:20:48 UTC 2011


The following commit has been merged in the master branch:
commit 52d2752192458263fa5ff4ed36aa19f315b50ab4
Author: Hilko Bengen <bengen at debian.org>
Date:   Fri Aug 12 19:03:40 2011 +0200

    Added guestfsd package

diff --git a/debian/control b/debian/control
index 7cf3ab0..bde2b2b 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,34 @@ 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: i386 amd64
+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 through virtio serial
+ libguestfs is a library for accessing and modifying guest disk images. Amongst
+ the things this is good for: making batch configuration changes to guests,
+ viewing and editing files inside guests, getting disk used/free statistics,
+ migrating between virtualization systems, performing partial backups,
+ performing partial guest clones, cloning guests and changing
+ registry/UUID/hostname info, and much else besides.
+ .
+ It uses Linux kernel and qemu code, and can access any type of guest
+ filesystem that Linux and qemu can, including but not limited to: ext2/3/4,
+ btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2,
+ vmdk.
+ .
+ libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what
+ filesystem is in each LV, etc.). It can also run commands in the context of 
+ the guest. Also you can upload and download files and directories.
+ .
+ This package contains a standalone version the back-end daemon that
+ carries out filesystem access on behalf of libguestfs applications.
+ It is not needed for regular operation.
+
 Package: libguestfs-dev
 Section: libdevel
 Architecture: i386 amd64
diff --git a/debian/guestfsd.dirs b/debian/guestfsd.dirs
new file mode 100644
index 0000000..236670a
--- /dev/null
+++ b/debian/guestfsd.dirs
@@ -0,0 +1 @@
+usr/sbin
diff --git a/debian/guestfsd.install b/debian/guestfsd.install
new file mode 100644
index 0000000..17d19c4
--- /dev/null
+++ b/debian/guestfsd.install
@@ -0,0 +1 @@
+usr/sbin/guestfsd
diff --git a/debian/rules b/debian/rules
index 2b101a8..1986ffd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ override_dh_auto_clean:
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
+		--enable-install-daemon \
 		--disable-appliance  \
 		--with-readline	     \
 		--with-java-home=no  \

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list