X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=02c4657cf3343792b0ad430e6f8732b8be6674b9;hb=be7cb789069afc93e7c1b0e7a1a9a293dc846d45;hp=16673c3dd315256415e68c04cc3ccc40fe8d9b92;hpb=c6577ac73db2d2d93a094ca2b7990e0d60e6a93a;p=libguestfs.git diff --git a/debian/control b/debian/control index 16673c3..02c4657 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,10 @@ Build-Depends: debhelper (>= 7), dpkg-dev, devscripts, autotools-dev, libsys-virt-perl, libwin-hivex-perl, # FUSE libfuse-dev, fuse-utils, -# virt-resize - libpcre-ocaml-dev +# Debian OCaml + dh-ocaml, +# to create images in the test suite + db4.8-util Homepage: http://libguestfs.org Standards-Version: 3.8.2 @@ -104,7 +106,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, file, lsof, module-init-tools, net-tools, parted, procps, scrub, strace, zerofree Description: Daemon to access to guest virtual machine through virtio serial - Daemon to access to guest virtual machine throuh virtio serial + Daemon to access to guest virtual machine through virtio serial Package: guestmount Section: devel @@ -243,3 +245,51 @@ Description: library for accessing and modifying guest disk images the guest. Also you can upload and download files and directories. . This package contains the Perl bindings. + +Package: libguestfs-ocaml +Architecture: any +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: library for accessing and modifying guest disk images + 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 the OCaml bindings (runtime). + +Package: libguestfs-ocaml-dev +Architecture: any +Depends: libguestfs-ocaml, libguestfs-dev, ocaml-findlib, + ${ocaml:Depends}, + ${misc:Depends} +Provides: ${ocaml:Provides} +Description: library for accessing and modifying guest disk images + 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 the OCaml bindings.