~ahasenack/juju-deployer/juju-deployer-packaging

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: juju-deployer
Section: net
Priority: optional
Maintainer: Andreas Hasenack <andreas@canonical.com>
Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-setuptools, python-jujuclient (>= 0.53.0), python-sphinx, python-yaml (>= 3.10), python-six, python-tox, bzr, git, python-nose, juju-2.0 | juju-core, lsb-release, python-coverage, flake8 | python-flake8, python-mock
Standards-Version: 3.9.4
Homepage: https://launchpad.net/juju-deployer/darwin

Package: juju-deployer
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, python-jujuclient (>= 0.18), python-yaml (>= 3.10), python-pkg-resources, python-six, bzr, juju-2.0 | juju-core
Provides: ${python:Provides}
Description: A tool to deploy complex stacks of services using juju.
 juju-deployer allows complex juju service deployments to be declared offline
 with a configuration file. It will deploy the services with the
 specified configuration options and establish the necessary relations.