4 Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
5 Uploaders: Richard Jones <rjones@redhat.com>, Guido Günther <agx@sigxcpu.org>
6 Build-Depends: debhelper (>= 7), dpkg-dev, devscripts, autotools-dev,
8 libreadline-dev, cdbs, libaugeas-dev, libhivex-dev, libvirt-dev,
9 libmagic-dev, libncurses5-dev, libpcre3-dev, libxml2-dev,
11 # XXX libconfig-dev, but it is not in Debian
12 qemu-system (>= 0.13) | kvm (>= 0.13) | qemu-kvm (>= 0.13) | qemu (>= 0.13),
13 # XXX how to say we need Linux >= 2.6.36?
14 genisoimage, pkg-config,
15 # when building from git:
16 automake, autoconf, libtool, ocaml, ocaml-findlib,
17 # for python bindings:
18 python-all-dev, python-support,
19 # for the perl bindings:
20 libtest-pod-coverage-perl, libextutils-command-perl,
21 libintl-perl, libtest-pod-perl,
22 libstring-shellquote-perl,
24 libsys-virt-perl, libwin-hivex-perl,
26 libfuse-dev, fuse-utils,
29 Homepage: http://libguestfs.org
30 Standards-Version: 3.8.2
34 Depends: ${shlibs:Depends}, ${misc:Depends},
36 # These are needed for virtio-serial:
37 qemu-system (>= 0.13) | kvm (>= 0.13) | qemu-kvm (>= 0.13) | qemu (>= 0.13),
38 # XXX how to say we need Linux >= 2.6.36?
39 # For the supermin appliance (see appliance/packagelist):
73 Description: library for accessing and modifying guest disk images
74 libguestfs is a library for accessing and modifying guest disk images. Amongst
75 the things this is good for: making batch configuration changes to guests,
76 viewing and editing files inside guests, getting disk used/free statistics,
77 migrating between virtualization systems, performing partial backups,
78 performing partial guest clones, cloning guests and changing
79 registry/UUID/hostname info, and much else besides.
81 It uses Linux kernel and qemu code, and can access any type of guest
82 filesystem that Linux and qemu can, including but not limited to: ext2/3/4,
83 btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2,
86 libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what
87 filesystem is in each LV, etc.). It can also run commands in the context of
88 the guest. Also you can upload and download files and directories.
93 Depends: libguestfs0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
94 Description: libguestfs filesystem interactive shell
95 Guestfish is a shell and command-line tool for examining and modifying
96 virtual machine filesystems. It uses libguestfs and exposes all of the
97 functionality of the guestfs API, see guestfs(3).
101 Depends: ${shlibs:Depends}, ${misc:Depends},
102 bsdmainutils, diff, grub-pc, iproute,
103 libaugeas0, udev, binutils, cpio, dosfstools,
104 file, lsof, module-init-tools, net-tools, parted,
105 procps, scrub, strace, zerofree
106 Description: Daemon to access to guest virtual machine through virtio serial
107 Daemon to access to guest virtual machine throuh virtio serial
112 Depends: libguestfs0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
113 Description: mount guest filesystem using libguestfs and FUSE
114 The guestmount program can be used to mount virtual machine filesystems
115 and other disk images on the host. It uses libguestfs for access to
116 the guest filesystem, and FUSE (the "filesystem in userspace") to make
117 it appear as a mountable device.
119 Package: libguestfs-tools
122 Depends: libguestfs0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
123 libsys-virt-perl, libguestfs-perl (= ${binary:Version})
124 Description: libguestfs virt tools
125 This package contains virt tools including virt-cat, virt-df, virt-edit,
126 virt-filesystems, virt-inspector, virt-ls, virt-make-fs, virt-rescue,
127 virt-resize, virt-tar and virt-win-reg.
129 Package: libguestfs-dev
132 Depends: libguestfs0 (= ${binary:Version}), ${misc:Depends}
133 Description: library for accessing and modifying guest disk images
134 libguestfs is a library for accessing and modifying guest disk images. Amongst
135 the things this is good for: making batch configuration changes to guests,
136 viewing and editing files inside guests, getting disk used/free statistics,
137 migrating between virtualization systems, performing partial backups,
138 performing partial guest clones, cloning guests and changing
139 registry/UUID/hostname info, and much else besides.
141 It uses Linux kernel and qemu code, and can access any type of guest
142 filesystem that Linux and qemu can, including but not limited to: ext2/3/4,
143 btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2,
146 libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what
147 filesystem is in each LV, etc.). It can also run commands in the context of
148 the guest. Also you can upload and download files and directories.
150 This package contains the development headers.
152 Package: libguestfs0-dbg
155 Depends: ${shlibs:Depends}, ${misc:Depends}, libguestfs0 (= ${binary:Version})
156 Description: library for accessing and modifying guest disk images
157 libguestfs is a library for accessing and modifying guest disk images. Amongst
158 the things this is good for: making batch configuration changes to guests,
159 viewing and editing files inside guests, getting disk used/free statistics,
160 migrating between virtualization systems, performing partial backups,
161 performing partial guest clones, cloning guests and changing
162 registry/UUID/hostname info, and much else besides.
164 It uses Linux kernel and qemu code, and can access any type of guest
165 filesystem that Linux and qemu can, including but not limited to: ext2/3/4,
166 btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2,
169 libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what
170 filesystem is in each LV, etc.). It can also run commands in the context of
171 the guest. Also you can upload and download files and directories.
173 This package contains the debugging symbols.
175 Package: libguestfs-doc
178 Depends: ${shlibs:Depends}, ${misc:Depends}
179 Description: library for accessing and modifying guest disk images
180 libguestfs is a library for accessing and modifying guest disk images. Amongst
181 the things this is good for: making batch configuration changes to guests,
182 viewing and editing files inside guests, getting disk used/free statistics,
183 migrating between virtualization systems, performing partial backups,
184 performing partial guest clones, cloning guests and changing
185 registry/UUID/hostname info, and much else besides.
187 It uses Linux kernel and qemu code, and can access any type of guest
188 filesystem that Linux and qemu can, including but not limited to: ext2/3/4,
189 btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2,
192 libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what
193 filesystem is in each LV, etc.). It can also run commands in the context of
194 the guest. Also you can upload and download files and directories.
196 This package contains the documentation.
198 Package: python-guestfs
201 Depends: ${shlibs:Depends}, ${misc:Depends}, libguestfs0 (= ${binary:Version})
202 Provides: python-libguestfs
203 Conflicts: python-libguestfs
204 Description: library for accessing and modifying guest disk images
205 libguestfs is a library for accessing and modifying guest disk images. Amongst
206 the things this is good for: making batch configuration changes to guests,
207 viewing and editing files inside guests, getting disk used/free statistics,
208 migrating between virtualization systems, performing partial backups,
209 performing partial guest clones, cloning guests and changing
210 registry/UUID/hostname info, and much else besides.
212 It uses Linux kernel and qemu code, and can access any type of guest
213 filesystem that Linux and qemu can, including but not limited to: ext2/3/4,
214 btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2,
217 libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what
218 filesystem is in each LV, etc.). It can also run commands in the context of
219 the guest. Also you can upload and download files and directories.
221 This package contains the Python bindings.
223 Package: libguestfs-perl
226 Depends: ${shlibs:Depends}, ${misc:Depends}, libguestfs0 (= ${binary:Version}),
228 Description: library for accessing and modifying guest disk images
229 libguestfs is a library for accessing and modifying guest disk images. Amongst
230 the things this is good for: making batch configuration changes to guests,
231 viewing and editing files inside guests, getting disk used/free statistics,
232 migrating between virtualization systems, performing partial backups,
233 performing partial guest clones, cloning guests and changing
234 registry/UUID/hostname info, and much else besides.
236 It uses Linux kernel and qemu code, and can access any type of guest
237 filesystem that Linux and qemu can, including but not limited to: ext2/3/4,
238 btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2,
241 libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what
242 filesystem is in each LV, etc.). It can also run commands in the context of
243 the guest. Also you can upload and download files and directories.
245 This package contains the Perl bindings.