0b0762463525feedd6e6130a8aa72dd30980d8fa
[openstack-build/django_openstack_auth-build.git] / trusty / debian / control
1 Source: python-django-openstack-auth
2 Section: python
3 Priority: optional
4 Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
5 Uploaders: Thomas Goirand <zigo@debian.org>,
6            Ivan Udovichenko <iudovichenko@mirantis.com>,
7 Build-Depends: debhelper (>= 9),
8                dh-python,
9                openstack-pkg-tools,
10                python-all,
11                python-pbr (>= 1.8),
12                python-setuptools (>= 16.0),
13                python-sphinx (>= 1.1.2),
14                python3-all,
15                python3-pbr (>= 1.8),
16                python3-setuptools (>= 16.0),
17 Build-Depends-Indep: python-babel (>= 1.3),
18                      python-coverage (>= 3.6),
19                      python-django (>= 1.8),
20                      python-hacking (>= 0.10.2),
21                      python-keystoneclient (>= 1:1.6.0),
22                      python-mock (>= 1.3),
23                      python-mox3 (>= 0.7.0),
24                      python-oslo.config (>= 1:3.7.0),
25                      python-oslo.policy (>= 0.5.0),
26                      python-oslosphinx (>= 2.5.0),
27                      python-six (>= 1.9.0),
28                      python-testscenarios (>= 0.4),
29                      python3-babel (>= 1.3),
30                      python3-django (>= 1.8),
31                      python3-keystoneclient (>= 1:1.6.0),
32                      python3-mock (>= 1.3),
33                      python3-mox3 (>= 0.7.0),
34                      python3-oslo.config (>= 1:3.7.0),
35                      python3-oslo.policy (>= 0.5.0),
36                      python3-six (>= 1.9.0),
37                      python3-testscenarios (>= 0.4),
38 Standards-Version: 3.9.7
39 Vcs-Git: https://anonscm.debian.org/git/openstack/python-django-openstack-auth.git
40 Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-django-openstack-auth.git/
41 Homepage: https://pypi.python.org/pypi/django_openstack_auth
42
43 Package: python-django-openstack-auth
44 Architecture: all
45 Depends: python-django (>= 1.8),
46          python-keystoneclient (>= 1:1.6.0),
47          python-oslo.config (>= 1:3.7.0),
48          python-oslo.policy (>= 0.5.0),
49          python-pbr (>= 1.8),
50          python-six (>= 1.9.0),
51          ${misc:Depends},
52          ${python:Depends},
53 Breaks: python-openstack-auth (<= 2.0.0-2),
54 Replaces: python-openstack-auth (<= 2.0.0-2),
55 Provides: python-openstack-auth,
56           ${python:Provides},
57 Description: Django authentication backend for Openstack - Python 2.7
58  Django authentication backend for use with the OpenStack Keystone Identity
59  backend. This Python module is used by Horizon (the Openstack Dashport web
60  GUI) to auth against Keystone.
61  .
62  This package provides the Python 2.7 module.
63
64 Package: python-openstack-auth
65 Section: oldlibs
66 Priority: extra
67 Architecture: all
68 Depends: python-django-openstack-auth,
69          ${misc:Depends},
70 Description: Django authentication backend for Openstack - transition package
71  Django authentication backend for use with the OpenStack Keystone Identity
72  backend. This Python module is used by Horizon (the Openstack Dashport web
73  GUI) to auth against Keystone.
74  .
75  This is a transitional package to upgrade to python-django-openstack-auth,
76  and it is safe to remove.
77
78 Package: python3-django-openstack-auth
79 Architecture: all
80 Depends: python3-django (>= 1.8),
81          python3-keystoneclient (>= 1:1.6.0),
82          python3-oslo.config (>= 1:3.7.0),
83          python3-oslo.policy (>= 0.5.0),
84          python3-pbr (>= 1.8),
85          python3-six (>= 1.9.0),
86          ${misc:Depends},
87          ${python3:Depends},
88 Provides: ${python3:Provides},
89 Description: Django authentication backend for Openstack - Python 3.x
90  Django authentication backend for use with the OpenStack Keystone Identity
91  backend. This Python module is used by Horizon (the Openstack Dashport web
92  GUI) to auth against Keystone.
93  .
94  This package provides the Python 3.x module.