1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: python-glanceclient
Section: python
Priority: extra
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),
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-pbr (>= 0.5.21),
python-setuptools
Build-Depends-Indep: python-coverage (>= 3.6),
python-distribute,
python-hacking (>= 0.8),
python-httplib2,
python-iso8601,
python-keystoneclient (>= 1:0.3.0),
python-mock (>= 0.8.0),
python-mox,
python-nose,
python-nosexcover,
python-openssl,
python-oslo.config,
python-prettytable,
python-py (>= 1.4.9),
python-requests,
python-simplejson,
python-sphinx,
python-subunit,
python-testrepository,
python-testtools (>= 0.9.32),
python-unittest2,
python-warlock (>= 1.0.1),
subunit,
testrepository (>= 0.0.17)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-glanceclient.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/python-glanceclient.git
Homepage: http://glance.openstack.org
Package: python-glanceclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-httplib2,
python-iso8601,
python-keystoneclient (>= 1:0.3.0),
python-openssl,
python-oslo.config,
python-pbr (>= 0.5.21),
python-prettytable,
python-requests,
python-setuptools,
python-simplejson,
python-warlock (>= 1.0.1),
${misc:Depends},
${python:Depends},
${sphinxdoc:Depends}
Replaces: glance-common (<< 2012.2)
Breaks: glance-common (<< 2012.2)
Description: Client library for Openstack glance server
The Glance project provides services for discovering, registering, and
retrieving virtual machine images over the cloud. They may be stand-alone
services, or may be used to deliver images from object stores, such as
OpenStack's Swift service, to Nova's compute nodes.
.
This is a client for the Glance which uses the OpenStack Image API. There's a
Python API (the "glanceclient" module), and a command-line script ("glance").
|