debian: add python3-django-mellon; use pybuild (#30494)

This commit is contained in:
Christophe Siraut 2019-02-08 14:35:25 +01:00
parent 3d449b7928
commit 803907f00f
2 changed files with 12 additions and 4 deletions

11
debian/control vendored
View File

@ -3,9 +3,11 @@ Maintainer: Entr'ouvert <info@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.7), debhelper (>= 7.4.3),
python-django (>= 1.5)
python-django (>= 1.5), dh-python, python3-all, python3-setuptools, python3-django,
python-lasso, python3-lasso
Standards-Version: 3.9.1
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Package: python-django-mellon
Architecture: all
@ -17,3 +19,10 @@ Depends: ${misc:Depends}, ${python:Depends},
Breaks: python-hobo (<< 0.34.5)
Description: SAML authentication for Django
Package: python3-django-mellon
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python3-django (>= 1.5),
python3-isodate,
python3-lasso
Description: SAML authentication for Django

5
debian/rules vendored
View File

@ -1,6 +1,5 @@
#!/usr/bin/make -f
export PYBUILD_NAME = django-mellon
%:
dh $@ --with python2 --buildsystem=python_distutils
dh $@ --with python2,python3 --buildsystem=pybuild