Compare commits

...
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
Serghei Mihai 2f413f1e09 debian: build python3 package (#46485) 2020-09-30 23:55:56 +02:00
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