File: control

package info (click to toggle)
bootstrap-vz 0.9.10%2B20170110git-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,208 kB
  • sloc: python: 8,400; sh: 744; makefile: 16
file content (50 lines) | stat: -rw-r--r-- 1,793 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: bootstrap-vz
Section: admin
Priority: optional
Maintainer: Debian Cloud Team <cloud-packages@lists.alioth.debian.org>
Uploaders: Marcin Kulisz (kuLa) <debian@kulisz.net>,
           Tiago Ilieve <tiago.myhro@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-sphinx,
               python-sphinx-rtd-theme
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
Homepage: https://github.com/andsens/bootstrap-vz
Vcs-Git: https://anonscm.debian.org/git/cloud/bootstrap-vz.git
Vcs-Browser: https://anonscm.debian.org/git/cloud/bootstrap-vz.git

Package: bootstrap-vz
Architecture: all
Depends: debootstrap,
         ${misc:Depends},
         ${python:Depends}
Recommends: qemu-utils,
            kpartx,
            git
Suggests: bootstrap-vz-doc,
          euca2ools,
          parted,
          virtualbox-guest-additions-iso,
          wget,
          zerofree
Description: tool for creating Debian images for cloud platforms (CLI)
 It's a software for creating Debian images to run on public or private clouds
 (Amazon, Google, OpenStack, Eucaliptus, etc).
 It's using bootstraping as a method for creating images. Images created by this
 tool are fully operational Debian Images for Cloud.

Package: bootstrap-vz-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: tool for creating Debian images for cloud platforms (Docs)
 It's a software for creating Debian images to run on public or private clouds
 (Amazon, Google, OpenStack, Eucaliptus, etc).
 It's using bootstraping as a method for creating images. Images created by this
 tool are fully operational Debian Images for Cloud.
 .
 This package contains the HTML documentation.