X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fcontrol;fp=trusty%2Fdebian%2Fcontrol;h=04d671f05b1283c9dc90acd0785cc73a82291e5e;hb=596aa6e8beb9da4bd365f1eeb5797a6623976e3a;hp=0000000000000000000000000000000000000000;hpb=47a7652618c0ac9a68df977e3973a07bce92ebdd;p=openstack-build%2Fdjango_openstack_auth-build.git diff --git a/trusty/debian/control b/trusty/debian/control new file mode 100644 index 0000000..04d671f --- /dev/null +++ b/trusty/debian/control @@ -0,0 +1,41 @@ +Source: python-django-openstack-auth +Section: python +Priority: optional +Maintainer: PKG OpenStack +Uploaders: Thomas Goirand , +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-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 + +Package: python-openstack-auth +Architecture: all +Depends: python-django, + python-keystoneclient (>= 1:1.1.0), + python-pbr, + python-oslo.config (>= 1:1.9.3), + python-six (>= 1.9.0), + ${misc:Depends}, + ${python:Depends}, +Description: Django authentication backend for Openstack + 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.