[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.0.84-4-20-ge91a68e

Hilko Bengen bengen at debian.org
Sat Jul 30 10:26:00 UTC 2011


The following commit has been merged in the master branch:
commit d92792003f79c66a131c53c77cec1d9bfb6d319e
Author: Hilko Bengen <bengen at debian.org>
Date:   Sat Jul 2 02:22:08 2011 +0200

    packages for OCaml bindings

diff --git a/debian/control b/debian/control
index 43dfc71..be61952 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 7.0.50~), autotools-dev, aptitude,
   gperf,
   qemu-kvm (>= 0.13),
   genisoimage, pkg-config,
-  ocaml, ocaml-findlib, libpcre-ocaml-dev
+  dh-ocaml, ocaml, ocaml-findlib, libpcre-ocaml-dev,
   python-all-dev,
   libtest-pod-coverage-perl, libextutils-command-perl, libintl-perl, libtest-pod-perl,
   libstring-shellquote-perl,
@@ -225,3 +225,53 @@ Description: library for accessing and modifying guest disk images
  .
  This package contains the Perl bindings.
  
+Package: libguestfs-ocaml
+Section: ocaml
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libguestfs0 (= ${binary:Version}),
+ ${ocaml: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 include the OCaml shared runtime stub libraries.
+ 
+Package: libguestfs-ocaml-dev
+Section: ocaml
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libguestfs0 (= ${binary:Version}),
+ ${ocaml: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 all the files needed to develop OCaml programs
+ wich use OCaml bindings to libguestfs.
diff --git a/debian/libguestfs-ocaml-dev.install b/debian/libguestfs-ocaml-dev.install
new file mode 100644
index 0000000..dc0fd6c
--- /dev/null
+++ b/debian/libguestfs-ocaml-dev.install
@@ -0,0 +1,4 @@
+usr/lib/ocaml/guestfs/META
+usr/lib/ocaml/guestfs/*guestfs*.a
+usr/lib/ocaml/guestfs/*guestfs*.cm*
+usr/lib/ocaml/guestfs/*guestfs*.ml*
diff --git a/debian/libguestfs-ocaml.install b/debian/libguestfs-ocaml.install
new file mode 100644
index 0000000..9df0bc1
--- /dev/null
+++ b/debian/libguestfs-ocaml.install
@@ -0,0 +1 @@
+usr/lib/ocaml/stublibs/dllmlguestfs.so

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list