File: control

package info (click to toggle)
cloud-init 0.7.9-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,476 kB
  • sloc: python: 34,608; sh: 1,460; makefile: 77; xml: 21
file content (60 lines) | stat: -rw-r--r-- 1,657 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
51
52
53
54
55
56
57
58
59
60
Source: cloud-init
Maintainer: Debian Cloud Team <debian-cloud@lists.debian.org>
Uploaders:
  Bastian Blank <waldi@debian.org>,
  Charles Plessy <plessy@debian.org>,
  Miguel Landaeta <miguel@miguel.cc>,
  Julien Danjou <acid@debian.org>,
  Thomas Goirand <zigo@debian.org>
Section: admin
Priority: optional
Build-Depends:
  debhelper (>= 10),
  dh-python,
  dh-systemd,
  iproute2,
  pep8,
  po-debconf,
  pylint,
  python3,
  python3-configobj,
  python3-httpretty,
  python3-jinja2,
  python3-jsonpatch,
  python3-mock,
  python3-nose,
  python3-oauthlib,
  python3-pep8,
  python3-prettytable,
  python3-pyflakes,
  python3-requests,
  python3-serial,
  python3-setuptools,
  python3-six,
  python3-unittest2,
  python3-yaml
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/cloud/cloud-init.git
Vcs-Git: https://anonscm.debian.org/git/cloud/cloud-init.git
Homepage: https://launchpad.net/cloud-init

Package: cloud-init
Architecture: all
Depends:
  gdisk,
  lsb-base,
  lsb-release,
  net-tools,
  ifupdown,
  procps,
  ${misc:Depends},
  ${python3:Depends}
Description: initialization system for infrastructure cloud instances
 Cloud-init provides a framework and tool to configure and customize virtual
 machine instances for Infrastructure-as-a-Service (IaaS) clouds platforms. It
 can for example set a default locale and hostname, generate SSH private host
 keys, install SSH public keys for logging into a default account, set up
 ephemeral mount points, and run user-provided scripts.
 .
 Various methods are supported for passing data to the instance at launch
 time, including the standard interfaces of multiple platforms.