Source: python-cinderclient
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Ghe Rivero <ghe.rivero@stackops.com>,
           Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
Build-Depends-Indep: openstack-pkg-tools,
                     pep8,
                     python-httplib2,
                     python-mock,
                     python-nose,
                     python-pbr (>= 0.5.20),
                     python-prettytable,
                     python-setuptools,
                     python-setuptools-git,
                     python-simplejson,
                     python-six,
                     python-sphinx,
                     python-subunit,
                     python-unittest2,
                     testrepository (>= 0.0.17)
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-cinderclient.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/python-cinderclient.git
Homepage: https://github.com/openstack/python-cinderclient

Package: python-cinderclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-httplib2,
         python-prettytable,
         python-simplejson,
         python-six,
         ${misc:Depends},
         ${python:Depends}
Provides: ${python:Provides}
Description: python bindings to the OpenStack Volume API
 Cinder is a block storage as service system for the Openstack cloud computing
 software suite. It is a direct replacement for nova-volume as a separate
 project. Cinder users LVM partitions of your volume servers in order to
 provide iSCSI permanent block storage devices for your virtual machines
 running on Nova.
 .
 This package contains the a client for the OpenStack Volume API. There's a
 Python API (the "cinderclient" module), and a command-line script ("cinder").
 Each implements 100% of the OpenStack Volume API.
