From 803907f00fcb7b6598cb49b41d13be40ec23a722 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 8 Feb 2019 14:35:25 +0100 Subject: [PATCH] debian: add python3-django-mellon; use pybuild (#30494) --- debian/control | 11 ++++++++++- debian/rules | 5 ++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 2c58b9c..af40c09 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,11 @@ Maintainer: Entr'ouvert 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 diff --git a/debian/rules b/debian/rules index bcebae9..2c404fb 100755 --- a/debian/rules +++ b/debian/rules @@ -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