The libguestfs package introduced new or modified debconf templates. This is often a good moment for a review to help the package maintainer following the general suggested writing style and track down typos and errors in the use of English language. If someone wants to pick up this review, please answer to this mail, in the mailing list, with an [ITR] (Intent To Review) label. The templates file is attached. To propose the file you reviewed for peer review, please send a [RFR] (Request For Review) mail with the reviewed file attached...then a few days later, when no more contributions come, a summary mail with a [LCFC] (Last Chance For Comments) label. Finally, after no more comments coming to the LCFC mail, you can send the reviewed templates file as a bug report against the package. Then, please notify the list with a last mail using a [BTS] label with the bug number. Helping the package maintainer to deal with induced translation updates at that moment will be nice. If you're not comfortable with that part of the process, please hand it off to a translator. --
Template: libguestfs/update-appliance Type: boolean Default: false _Description: Create or update supermin appliance now? libguestfs needs a supermin appliance to perform its work. To generate or update it, network access to a package repository is needed. . update-guestfs-appliance(8) can also be used at a later time to create or update the supermin appliance.
Source: libguestfs Section: libs Priority: extra Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org> Uploaders: Richard Jones <rjones@redhat.com>, Guido Günther <agx@sigxcpu.org>, Hilko Bengen <bengen@debian.org> Build-Depends: debhelper (>= 7.0.50~), autotools-dev, aptitude, po-debconf, febootstrap (>= 3.2), libreadline-dev, libaugeas-dev, libhivex-dev, libvirt-dev, libmagic-dev, libncurses5-dev, libpcre3-dev, libxml2-dev, libconfig-dev, automake, autoconf, libtool, gperf, qemu-kvm (>= 0.13), genisoimage, pkg-config, dh-ocaml, ocaml, ocaml-findlib, libpcre-ocaml-dev, python (>= 2.6.7-2), python-all-dev (>= 2.6.6-3~), libtest-pod-coverage-perl, libextutils-command-perl, libintl-perl, libtest-pod-perl, libstring-shellquote-perl, libsys-virt-perl, libwin-hivex-perl, libfuse-dev, fuse-utils Homepage: http://libguestfs.org Standards-Version: 3.9.2 Package: guestfish Section: admin Architecture: i386 amd64 Depends: libguestfs0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: libguestfs filesystem interactive shell Guestfish is a shell and command-line tool for examining and modifying virtual machine filesystems. It uses libguestfs and exposes all of the functionality of the guestfs API, see guestfs(3). Package: libguestfs-dev Section: libdevel Architecture: i386 amd64 Depends: libguestfs0 (= ${binary:Version}), ${misc:Depends} 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 development headers. Package: libguestfs0 Section: libs Architecture: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, febootstrap (>= 3.2), qemu-kvm (>= 0.13), linux-image-2.6-amd64 (>= 2.6.36) [amd64], linux-image-2.6-686 (>= 2.6.36) [i386], bsdmainutils, btrfs-tools, cryptsetup, diffutils, # gfs-tools, # gfs2-tools, grub-pc, # hfsplus, iproute, libaugeas0, # nilfs2-tools, ntfs-3g, ntfsprogs, reiserfsprogs, udev, vim-tiny, xz-utils, zfs-fuse, binutils, cpio, dosfstools, file, jfsutils, lsof, lvm2, module-init-tools, net-tools, parted, procps, scrub, strace, xfsprogs, zerofree 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. Package: guestmount Section: admin Architecture: i386 amd64 Depends: libguestfs0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: mount guest filesystem using libguestfs and FUSE The guestmount program can be used to mount virtual machine filesystems and other disk images on the host. It uses libguestfs for access to the guest filesystem, and FUSE (the "filesystem in userspace") to make it appear as a mountable device. Package: libguestfs-tools Section: admin Architecture: i386 amd64 Depends: libguestfs0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libsys-virt-perl, libguestfs-perl (= ${binary:Version}), libwin-hivex-perl, libintl-perl, libstring-shellquote-perl Description: libguestfs virt tools This package contains virt tools including virt-cat, virt-df, virt-edit, virt-filesystems, virt-inspector, virt-ls, virt-make-fs, virt-rescue, virt-resize, virt-tar and virt-win-reg. Package: libguestfs0-dbg Section: debug Architecture: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, libguestfs0 (= ${binary:Version}) 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 debugging symbols. Package: libguestfs-doc Section: doc Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} 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 documentation. Package: python-guestfs Section: python Architecture: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libguestfs0 (= ${binary:Version}) Provides: python-libguestfs Conflicts: python-libguestfs 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 Python bindings. Package: libguestfs-perl Section: perl Architecture: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, libguestfs0 (= ${binary:Version}), ${perl:Depends}, libxml-xpath-perl, libwin-hivex-perl, libsys-virt-perl 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 Perl bindings. Package: libguestfs-ocaml Section: ocaml Architecture: i386 amd64 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: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, libguestfs0 (= ${binary:Version}), libguestfs-dev (= ${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.
Attachment:
signature.asc
Description: Digital signature