Source: cloud-init
Section: admin
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>, Miguel Landaeta <miguel@miguel.cc>,
           Julien Danjou <acid@debian.org>
Build-Depends: debhelper (>= 9),
               pyflakes,
               pylint,
               python (>= 2.6.6-3~),
               python-nose,
               python-mocker,
               python-configobj,
               python-oauth,
               python-boto (>= 2.3),
               python-cheetah
Standards-Version: 3.9.3
Homepage: https://launchpad.net/cloud-init
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/cloud-init/trunk/
Vcs-Browser: http://svn.debian.org/websvn/python-apps/packages/cloud-init/trunk/

Package: cloud-init
Architecture: all
Depends: lsb-base (>= 3.2-14),
         ifupdown (>= 0.6.10),
         procps,
         python (>= 2.6),
         python (>= 2.7) | python-argparse,
         python-cheetah,
         python-configobj,
         python-oauth,
         python-software-properties,
         python-yaml,
         python-boto (>= 2.3),
         python-prettytable,
         ${misc:Depends}
Description: configuration and customization of cloud instances
 Framework and tool written in Python to handle early initialization of a
 cloud instance. Cloud-init can for example set a default locale and a host
 name, generate SSH private host keys, add SSH keys to a user's
 authorized_keys so they can log in, and set up ephemeral mount points.
 .
 Cloud-init's behavior can be configured via user-data, given by the user at
 instance launch time.
 .
 See upstream project for more details:
 https://help.ubuntu.com/community/CloudInit
