summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 4951f3c462700b11473294bd9801860377e2de68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
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>
Build-Depends: debhelper (>= 7), autotools-dev,
  febootstrap (>= 3.2),
  libreadline-dev, cdbs, libaugeas-dev, libhivex-dev, libvirt-dev,
  libmagic-dev, libncurses5-dev, libpcre3-dev, libxml2-dev,
  qemu-system (>= 0.13) | kvm (>= 0.13) | qemu-kvm (>= 0.13) | qemu (>= 0.13),
# XXX how to say we need Linux >= 2.6.36?
  mkisofs, pkg-config,
# when building from git:
  automake, autoconf, libtool, ocaml,
# for python bindings:
  python-all-dev, python-support,
# for the perl bindings:
  libtest-pod-coverage-perl, libextutils-command-perl,
  libintl-perl, libtest-pod-perl,
# for Perl virt tools
  libsys-virt-perl, libwin-hivex-perl,
# FUSE
  libfuse-dev, fuse-utils 
Homepage: http://libguestfs.org
Standards-Version: 3.8.2

Package: libguestfs0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
  febootstrap (>= 3.2),
# These are needed for virtio-serial:
  qemu-system (>= 0.13) | kvm (>= 0.13) | qemu-kvm (>= 0.13) | qemu (>= 0.13),
# XXX how to say we need Linux >= 2.6.36?
# For the supermin appliance (see appliance/packagelist):
  bsdmainutils,
  btrfs-tools,
  cryptsetup,
  diff,
# 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: guestfish
Section: devel
Architecture: any
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: guestmount
Section: devel
Architecture: any
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: devel
Architecture: any
Depends: libguestfs0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
 libsys-virt-perl, libguestfs-perl (= ${binary:Version})
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: libguestfs-dev
Section: libdevel
Architecture: any
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-dbg
Section: debug
Architecture: any
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: any
Depends: ${shlibs:Depends}, ${misc: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: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libguestfs0 (= ${binary:Version}),
 ${perl: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 Perl bindings.