deb-keystone/debian/control

180 lines
6.9 KiB
Plaintext

Source: keystone
Section: net
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 10),
dh-apparmor,
dh-python,
dh-systemd,
openstack-pkg-tools (>= 53~),
po-debconf,
python-all,
python-pbr (>= 1.8),
python-setuptools,
python-sphinx,
Build-Depends-Indep: git,
python-babel (>= 2.3.4),
python-bashate,
python-coverage,
python-crypto,
python-cryptography (>= 1.0),
python-dogpile.cache (>= 0.6.2),
python-fixtures (>= 3.0.0),
python-freezegun,
python-hacking,
python-jsonschema,
python-keystoneclient (>= 1:2.0.0),
python-keystonemiddleware (>= 4.0.0),
python-ldap,
python-ldappool,
python-lxml,
python-memcache (>= 1.56),
python-migrate (>= 0.10.0),
python-mock (>= 2.0),
python-msgpack,
python-oauthlib,
python-os-api-ref,
python-os-testr (>= 0.7.0),
python-oslo.cache (>= 1.5.0),
python-oslo.concurrency (>= 3.8.0),
python-oslo.config (>= 1:3.14.0),
python-oslo.context (>= 2.9.0),
python-oslo.db (>= 4.10.0),
python-oslo.i18n (>= 2.5.0),
python-oslo.log (>= 3.8.0),
python-oslo.messaging (>= 5.2.0),
python-oslo.middleware (>= 3.0.0),
python-oslo.policy (>= 1.9.0),
python-oslo.serialization (>= 2.0.0),
python-oslo.utils (>= 3.16.0),
python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1:1.10.0),
python-osprofiler (>= 1.4.0),
python-pam,
python-passlib (>= 1.6),
python-paste,
python-pastedeploy,
python-pep8,
python-pycadf (>= 1.1.0),
python-pymongo (>= 3.0.1),
python-pysaml2 (>= 3.0.0),
python-pysqlite2,
python-requests (>= 2.10.0),
python-routes (>> 2.3),
python-six (>= 1.9.0),
python-sqlalchemy (>= 1.0.10),
python-stevedore (>= 1.16.0),
python-tempest (>= 1:12.1.0),
python-testresources,
python-testscenarios,
python-testtools (>= 1.4.0),
python-unittest2,
python-webob,
python-webtest,
subunit,
tempest (>= 1:12.1.0),
testrepository,
Standards-Version: 3.9.8
Homepage: http://keystone.openstack.org/
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-keystone?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-keystone -b debian/newton
Package: python-keystone
Architecture: all
Section: python
Breaks: keystone (<< 10.0.0~),
Replaces: keystone (<< 10.0.0~),
Depends: python-babel (>= 2.3.4),
python-crypto,
python-cryptography (>= 1.0),
python-dateutil,
python-dogpile.cache (>= 0.6.2),
python-jsonschema,
python-keystoneclient (>= 1:2.0.0),
python-keystonemiddleware (>= 4.0.0),
python-ldap,
python-ldappool,
python-lxml,
python-memcache (>= 1.56),
python-migrate (>= 0.10.0),
python-msgpack,
python-mysqldb,
python-oauthlib,
python-openstackclient (>= 1.6.0),
python-oslo.cache (>= 1.5.0),
python-oslo.concurrency (>= 3.8.0),
python-oslo.config (>= 1:3.14.0),
python-oslo.context (>= 2.9.0),
python-oslo.db (>= 4.10.0),
python-oslo.i18n (>= 2.5.0),
python-oslo.log (>= 3.8.0),
python-oslo.messaging (>= 5.2.0),
python-oslo.middleware (>= 3.0.0),
python-oslo.policy (>= 1.9.0),
python-oslo.serialization (>= 2.0.0),
python-oslo.utils (>= 3.16.0),
python-osprofiler (>= 1.4.0),
python-pam,
python-passlib (>= 1.6),
python-paste,
python-pastedeploy,
python-pbr (>= 1.8),
python-pycadf (>= 1.1.0),
python-pymysql,
python-pysaml2 (>= 3.0.0),
python-pysqlite2,
python-routes (>> 2.3),
python-six (>= 1.9.0),
python-sqlalchemy (>= 1.0.10),
python-stevedore (>= 1.16.0),
python-webob,
${misc:Depends},
${python:Depends},
Description: OpenStack identity service - library
This is the identity service used by OpenStack for authentication (authN)
and high-level authorization (authZ). It currently supports token-based
authN with user/service authZ, and is scalable to support OAuth, SAML,
and OpenID in future versions. Out of the box, Keystone uses SQLite for
its identity store database, with the option to connect to external LDAP.
.
This package contains the Python libraries.
Package: keystone
Architecture: all
Depends: adduser,
apache2,
dbconfig-common,
init-system-helpers (>= 1.22~),
libapache2-mod-wsgi,
python-keystone (= ${source:Version}),
q-text-as-data,
sqlite3,
ssl-cert (>= 1.0.12),
${misc:Depends},
${ostack-lsb-base},
${python:Depends},
Suggests: apparmor,
Description: OpenStack identity service
This is the identity service used by OpenStack for authentication (authN)
and high-level authorization (authZ). It currently supports token-based
authN with user/service authZ, and is scalable to support OAuth, SAML,
and OpenID in future versions. Out of the box, Keystone uses SQLite for
its identity store database, with the option to connect to external LDAP.
.
This package contains the daemons.
Package: keystone-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: OpenStack identity service - documentation
This is the identity service used by OpenStack for authentication (authN)
and high-level authorization (authZ). It currently supports token-based
authN with user/service authZ, and is scalable to support OAuth, SAML,
and OpenID in future versions. Out of the box, Keystone uses SQLite for
its identity store database, with the option to connect to external LDAP.
.
This package contains the documentation.