Source: python-heatclient
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
           Prach Pongpanich <prachpub@gmail.com>,
           Julien Danjou <acid@debian.org>,
           Ghe Rivero <ghe.rivero@stackops.com>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
Build-Depends-Indep: lsb-release,
                     python-coverage,
                     python-fixtures,
                     python-httplib2,
                     python-iso8601,
                     python-keystoneclient (>= 1:0.2),
                     python-mox,
                     python-mock,
                     python-prettytable (<< 0.8),
                     python-prettytable (>= 0.5),
                     python-setuptools (>= 0.6.24),
                     python-setuptools-git, 
                     python-pbr,
                     python-testscenarios,
                     python-testtools,
                     python-yaml,
                     testrepository
Standards-Version: 3.9.4
Homepage: https://github.com/openstack/python-heatclient
Vcs-Git: git://git.debian.org/openstack/python-heatclient.git
Vcs-Browser: http://git.debian.org/?p=openstack/python-heatclient.git

Package: python-heatclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python (>= 2.7),
         python-httplib2,
         python-iso8601,
         python-keystoneclient (>= 1:0.2),
         python-pkg-resources,
         python-prettytable (<< 0.8),
         python-prettytable (>= 0.5),
         ${misc:Depends},
         ${python:Depends},
         ${wheezy-added-deps}
Description: client library and CLI for OpenStack Heat
 Heat is a service to orchestrate multiple composite cloud applications
 using templates, through both an OpenStack-native ReST API and
 a CloudFormation-compatible Query API.
 .
 This is a client for the OpenStack Heat API. There's a Python API (the
 heatclient module), and a command-line script (heat). Each implements 100% of
 the OpenStack Heat API.
