barbican/debian/control
Douglas Mendizabal d681e6edc7 Clean up debian packaging. Install dependencies from distro repos.
Change-Id: I77a3243382388dae78199f54176e6f8b01e63777
2013-06-27 11:16:56 -05:00

64 lines
1.8 KiB
Plaintext

Source: barbican
Section: python
Priority: extra
Maintainer: CloudKeep Project <cloudkeep@googlegroups.com>
Uploaders: John Wood <john.wood@rackspace.com>,
Douglas Mendizabal <douglas.mendizabal@rackspace.com>
Build-Depends: debhelper (>= 9), python
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
Homepage: http://launchpad.net/barbican
Vcs-Browser: https://github.com/jfwood/barbican
Vcs-Git: git://github.com/jfwood/barbican.git
Package: barbican-common
Architecture: amd64
Section: python
Depends: ${python:Depends}, ${misc:Depends},
python-celery,
python-crypto,
python-dateutil,
python-eventlet,
python-falcon,
python-iso8601,
python-jsonschema,
python-keystoneclient,
python-kombu,
python-pastedeploy,
python-pysqlite2,
python-sqlalchemy (>= 0.7.4),
python-stevedore,
python-webob,
uwsgi,
uwsgi-plugin-python,
adduser,
debconf,
python-pip,
Description: OpenStack Key Management Service - common files
The Barbican project provides services for storing and retrieving sensitive
client information such as encryption keys.
.
This package contains common files for Barbican.
Package: barbican-api
Architecture: amd64
Section: python
Depends: ${python:Depends}, ${misc:Depends},
barbican-common (= ${binary:Version})
Description: OpenStack Key Management Service - API Server
The Barbican project provides services for storing and retrieving sensitive
client information such as encryption keys.
.
This package contains the Barbican API Server.
Package: barbican-worker
Architecture: amd64
Section: python
Depends: ${python:Depends}, ${misc:Depends},
barbican-common (= ${binary:Version}),
Description: OpenStack Key Management Service - Worker Node
The Barbican project provides services for storing and retrieving sensitive
client information such as encryption keys.
.
This package contains the Barbican Worker Node.