File: control

package info (click to toggle)
vmdk-stream-converter 0.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 729; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download
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
Source: vmdk-stream-converter
Section: misc
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends:
 debhelper (>> 13.15.2~),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
X-DH-Compat: 14
Standards-Version: 4.5.1
Homepage: https://github.com/imcleod/VMDK-stream-converter
Vcs-Git: https://salsa.debian.org/python-team/packages/vmdk-stream-converter.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/vmdk-stream-converter
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-vmdkstream
Section: python
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python 3 module for converting raw disk images to VMDK files
 This Python 3 module converts raw disk images to stream-optimized VMDK files
 for VMWare ESX/vSphere environment, and known to work on ESXi 4.1.
 .
 Its format is only useful if you are attempting to import virtual machines
 into ESX using the vSphere SOAP API and HTTP POST uploads of image files.
 (In which case, it is required.)