~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Scott Moser
  • Date: 2010-02-04 03:00:05 UTC
  • Revision ID: james.westby@ubuntu.com-20100204030005-49ceaveyurbclc0b
Tags: 0.5.3-0ubuntu1
* Rename ec2-init to cloud-init.  New upstream release.
* set hostname to ip-u.x.y.z if local-hostname provides a ip addr
  (LP: #475354)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: cloud-init
 
2
Section: admin
 
3
Priority: extra
 
4
Maintainer: Scott Moser <smoser@ubuntu.com>
 
5
Build-Depends: cdbs, debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), quilt
 
6
XS-Python-Version: all
 
7
Standards-Version: 3.8.0
 
8
 
 
9
Package: cloud-init
 
10
Architecture: all
 
11
Depends: python, procps, python-configobj, python-cheetah, update-motd, python-yaml, python-software-properties, ${python:Depends}
 
12
Provides: ec2-init
 
13
Replaces: ec2-init (<<0.5.3)
 
14
Conflicts: ec2-init (<<0.5.3)
 
15
XB-Python-Version: ${python:Versions}
 
16
Description: Init scripts for cloud instances
 
17
 cloud instances need special scripts to run during initialisation
 
18
 to retrieve and install ssh keys and to let the user run various scripts.