~juju/ubuntu/quantal/juju/0.6

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2011-09-28 09:42:32 UTC
  • Revision ID: package-import@ubuntu.com-20110928094232-unzpbc58shwbzhms
Tags: 0.5+bzr361-0ubuntu1
* New upstream snapshot. Note upstream rename of project from ensemble
  to juju. Rename upload exception granted by slangasek on IRC.
* d/p/fix-failing-bundle-test.patch,fix-tests-with-no-ssh-key.patch:
  dropped, merged upstream.
* d/p/fix-tests-without-aws-access-key-id: refreshed for rename.
* d/control: change ensemble to meta-package which depends on juju
  so users who have ensemble will have it replaced with juju.
* d/rules: pull source from lp:juju
* debian/ensemble: install warning binary for transition.
* d/p/disable-failing-zookeeper-test.patch: Disable test due to race
  condition in the test (not underlying code), as confirmed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
XS-Python-Version: >= 2.5
5
5
Maintainer: Juju Developers <juju@lists.ubuntu.com>
6
 
Build-Depends: debhelper (>= 7), python-support (>= 0.6), python-all-dev, cdbs
 
6
Build-Depends: debhelper (>= 7.0.50~), python, 
 
7
    zookeeper,
 
8
    python-twisted,
 
9
    python-txzookeeper (>= 0.2.0),
 
10
    python-argparse,
 
11
    python-txaws,
 
12
    python-yaml,
 
13
    python-pydot,
 
14
    python-apt
7
15
Homepage: https://launchpad.net/juju
8
16
Standards-Version: 3.9.1
9
 
Vcs-Bzr: https://code.launchpad.net/~juju/juju/trunk
 
17
Vcs-Bzr: https://code.launchpad.net/~juju/juju/packaging
10
18
 
11
19
Package: juju
12
20
Architecture: all
13
 
Depends: ${python:Depends}, ${misc:Depends}, python-twisted, python-txzookeeper (>= 0.2.0), python-argparse, python-txaws, python-yaml
 
21
Depends: ${python:Depends}, ${misc:Depends}, python-twisted, python-txzookeeper (>= 0.2.0), python-argparse, python-txaws, python-yaml, openssh-client
 
22
Recommends: python-pydot
14
23
Provides: ${python:Provides}, ${misc:Depends}
15
24
XB-Python-Version: ${python:Versions}
16
 
Description: Cloud automation and orchestration
17
 
 Juju provides a sets of commands and APIs to run services in a cloud.
 
25
Breaks: ensemble ( <= 0.5+bzr336-0ubuntu1 )
 
26
Replaces: ensemble ( <= 0.5+bzr336-0ubuntu1 )
 
27
Description: next generation service orchestration system
 
28
 Juju is a next generation service orchestration framework. It has been
 
29
 likened to APT for the cloud. With Juju, different authors are able to
 
30
 create service formulas, called charms, independently, and make those
 
31
 services coordinate their communication and configuration through a
 
32
 simple protocol.
 
33
 
 
34
Package: ensemble
 
35
Architecture: all
 
36
Depends: juju
 
37
Description: transition package for rename to juju
 
38
 Ensemble has been renamed to Juju
 
39
 .
 
40
 Juju is a next generation service orchestration framework. It has been
 
41
 likened to APT for the cloud. With Juju, different authors are able to
 
42
 create service formulas, called charms, independently, and make those
 
43
 services coordinate their communication and configuration through a
 
44
 simple protocol.