X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fcontrol;h=0b0762463525feedd6e6130a8aa72dd30980d8fa;hb=refs%2Fchanges%2F43%2F19443%2F2;hp=04d671f05b1283c9dc90acd0785cc73a82291e5e;hpb=5adee935562d18116d7d01cb9aba066ba560495e;p=openstack-build%2Fdjango_openstack_auth-build.git diff --git a/trusty/debian/control b/trusty/debian/control index 04d671f..0b07624 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -3,39 +3,92 @@ Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Thomas Goirand , + Ivan Udovichenko , Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools, python-all, - python-pbr, - python-setuptools, - python-sphinx, -Build-Depends-Indep: python-babel, - python-coverage, - python-django, - python-hacking, - python-keystoneclient (>= 1:1.1.0), - python-mock, - python-mox3, - python-oslo.config (>= 1:1.9.3), + python-pbr (>= 1.8), + python-setuptools (>= 16.0), + python-sphinx (>= 1.1.2), + python3-all, + python3-pbr (>= 1.8), + python3-setuptools (>= 16.0), +Build-Depends-Indep: python-babel (>= 1.3), + python-coverage (>= 3.6), + python-django (>= 1.8), + python-hacking (>= 0.10.2), + python-keystoneclient (>= 1:1.6.0), + python-mock (>= 1.3), + python-mox3 (>= 0.7.0), + python-oslo.config (>= 1:3.7.0), + python-oslo.policy (>= 0.5.0), python-oslosphinx (>= 2.5.0), python-six (>= 1.9.0), - python-testscenarios, -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/openstack/python-django-openstack-auth.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-django-openstack-auth.git;a=summary -Homepage: http://pypi.python.org/pypi/django_openstack_auth + python-testscenarios (>= 0.4), + python3-babel (>= 1.3), + python3-django (>= 1.8), + python3-keystoneclient (>= 1:1.6.0), + python3-mock (>= 1.3), + python3-mox3 (>= 0.7.0), + python3-oslo.config (>= 1:3.7.0), + python3-oslo.policy (>= 0.5.0), + python3-six (>= 1.9.0), + python3-testscenarios (>= 0.4), +Standards-Version: 3.9.7 +Vcs-Git: https://anonscm.debian.org/git/openstack/python-django-openstack-auth.git +Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-django-openstack-auth.git/ +Homepage: https://pypi.python.org/pypi/django_openstack_auth -Package: python-openstack-auth +Package: python-django-openstack-auth Architecture: all -Depends: python-django, - python-keystoneclient (>= 1:1.1.0), - python-pbr, - python-oslo.config (>= 1:1.9.3), +Depends: python-django (>= 1.8), + python-keystoneclient (>= 1:1.6.0), + python-oslo.config (>= 1:3.7.0), + python-oslo.policy (>= 0.5.0), + python-pbr (>= 1.8), python-six (>= 1.9.0), ${misc:Depends}, ${python:Depends}, -Description: Django authentication backend for Openstack +Breaks: python-openstack-auth (<= 2.0.0-2), +Replaces: python-openstack-auth (<= 2.0.0-2), +Provides: python-openstack-auth, + ${python:Provides}, +Description: Django authentication backend for Openstack - Python 2.7 + Django authentication backend for use with the OpenStack Keystone Identity + backend. This Python module is used by Horizon (the Openstack Dashport web + GUI) to auth against Keystone. + . + This package provides the Python 2.7 module. + +Package: python-openstack-auth +Section: oldlibs +Priority: extra +Architecture: all +Depends: python-django-openstack-auth, + ${misc:Depends}, +Description: Django authentication backend for Openstack - transition package + Django authentication backend for use with the OpenStack Keystone Identity + backend. This Python module is used by Horizon (the Openstack Dashport web + GUI) to auth against Keystone. + . + This is a transitional package to upgrade to python-django-openstack-auth, + and it is safe to remove. + +Package: python3-django-openstack-auth +Architecture: all +Depends: python3-django (>= 1.8), + python3-keystoneclient (>= 1:1.6.0), + python3-oslo.config (>= 1:3.7.0), + python3-oslo.policy (>= 0.5.0), + python3-pbr (>= 1.8), + python3-six (>= 1.9.0), + ${misc:Depends}, + ${python3:Depends}, +Provides: ${python3:Provides}, +Description: Django authentication backend for Openstack - Python 3.x Django authentication backend for use with the OpenStack Keystone Identity backend. This Python module is used by Horizon (the Openstack Dashport web GUI) to auth against Keystone. + . + This package provides the Python 3.x module.