~ubuntu-branches/ubuntu/utopic/python-barbicanclient/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2014-09-06 17:21:41 UTC
  • Revision ID: package-import@ubuntu.com-20140906172141-4zdueb8hb185163y
Tags: 2.2.1-1
Initial release. (Closes: #760632)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-barbicanclient
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
 
5
Uploaders: Thomas Goirand <zigo@debian.org>
 
6
Build-Depends: debhelper (>= 9),
 
7
               openstack-pkg-tools,
 
8
               python-all (>= 2.6.6-3~),
 
9
               python-pbr,
 
10
               python-setuptools
 
11
Build-Depends-Indep: python-coverage (>= 3.6),
 
12
                     python-hacking (>= 0.7.0),
 
13
                     python-httpretty (>= 0.8.0),
 
14
                     python-keystoneclient (>= 1:0.9.0),
 
15
                     python-mock (>= 1.0.1),
 
16
                     python-requests (>= 1.2.3),
 
17
                     python-six (>= 1.5.2),
 
18
                     python-testtools (>= 0.9.32),
 
19
                     subunit,
 
20
                     testrepository (>= 0.0.17)
 
21
Standards-Version: 3.9.5
 
22
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-barbicanclient.git
 
23
Vcs-Git: git://anonscm.debian.org/openstack/python-barbicanclient.git
 
24
Homepage: https://github.com/openstack/barbican
 
25
 
 
26
Package: python-barbicanclient
 
27
Architecture: all
 
28
Pre-Depends: dpkg (>= 1.15.6~)
 
29
Depends: python-keystoneclient (>= 1:0.9.0),
 
30
         python-pbr,
 
31
         python-requests (>= 1.2.3),
 
32
         python-six (>= 1.5.2),
 
33
         ${misc:Depends},
 
34
         ${python:Depends}
 
35
Description: OpenStack Key Management API client - Python 2.x
 
36
 This is a client for the Barbican Key Management API. This package includes a
 
37
 Python library for accessing the API (the barbicanclient module), and a
 
38
 command-line script (barbican).
 
39
 .
 
40
 This package contains the Python 2.x module.