Source: python-cinderclient
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
               openstack-pkg-tools,
               python-all (>= 2.6.6-3~),
               python-pbr (>= 0.6),
               python-setuptools,
               python-sphinx,
Build-Depends-Indep: python-babel (>= 1.3),
                     python-fixtures (>= 0.3.14),
                     python-hacking (>= 0.8.0),
                     python-httplib2,
                     python-keystoneclient (>= 1:0.10.0),
                     python-mock (>= 1.0),
                     python-nose,
                     python-oslosphinx (>= 2.2.0),
                     python-prettytable (>= 0.7),
                     python-requests (>= 1.2.1),
                     python-requests-mock,
                     python-simplejson (>= 2.2.0),
                     python-six (>= 1.7.0),
                     python-subunit,
                     python-testtools (>= 0.9.34),
                     python-unittest2,
                     subunit (>= 0.0.18),
                     testrepository (>= 0.0.18)
Standards-Version: 3.9.5
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-babel (>= 1.3),
         python-httplib2,
         python-keystoneclient (>= 1:0.10.0),
         python-pbr (>= 0.6),
         python-prettytable (>= 0.7),
         python-requests (>= 1.2.1),
         python-simplejson (>= 2.2.0),
         python-six (>= 1.7.0),
         ${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.
