debian: build python3 package (#46485)

This commit is contained in:
Serghei Mihai 2020-09-09 11:29:02 +02:00
parent 6c82ac97b2
commit 2f413f1e09
1 changed files with 15 additions and 16 deletions

31
debian/control vendored
View File

@ -2,32 +2,31 @@ Source: mandayejs
Maintainer: Josue Kouka <jkouka@entrouvert.org>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-django
Build-Depends: python3-setuptools, python3-all, python3-django, debhelper (>= 9)
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python-Version: >= 3
Package: python-mandayejs
Package: python3-mandayejs
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-django (>= 1.7),
python-gadjo,
python-django-jsonfield,
python-ldap,
python-crypto,
python-requests,
python-djangorestframework
python3-django (>= 1:1.11),
python3-gadjo,
python3-django-jsonfield,
python3-crypto
python3-requests,
python3-djangorestframework
Recommends: python-django-mellon
Description: Authentication Reverse Proxy
Package: mandayejs
Architecture: all
Depends: ${misc:Depends},
gunicorn,
python-mandayejs (= ${binary:Version}),
python-hobo,
python-django-tenant-schemas,
python-psycopg2,
python-django-mellon,
gunicorn3,
python3-mandayejs (= ${binary:Version}),
python3-hobo,
python3-django-tenant-schemas,
python3-psycopg2,
python3-django-mellon,
Recommends: nginx, phantomjs, publik-base-theme
Suggests: postgresql
Description: Authentication Reverse Proxy