debian: apply wrap-and-sort

This commit is contained in:
Frédéric Péters 2022-06-17 19:09:02 +02:00
parent 698d128bf1
commit a06c5934e3
3 changed files with 45 additions and 45 deletions

86
debian/control vendored
View File

@ -3,59 +3,59 @@ Section: python
Priority: optional
Maintainer: Thomas NOËL <tnoel@entrouvert.com>
Build-Depends: debhelper-compat (= 12),
python3-django,
python3-setuptools,
python3-all,
sassc,
dh-python
dh-python,
python3-all,
python3-django,
python3-setuptools,
sassc,
Standards-Version: 3.9.6
Homepage: https://dev.entrouvert.org/projects/passerelle
Package: python3-passerelle
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-django (>= 2:2.2),
python3-distutils,
python3-gadjo,
python3-django-model-utils,
python3-requests,
python3-uwsgidecorators,
python3-setuptools,
python3-suds,
python3-cmislib,
python3-lxml,
python3-dateutil,
python3-pyproj,
python3-pil,
python3-zeep (>= 3.2),
python3-jsonschema,
python3-unidecode,
python3-pyexcel-io,
python3-pyexcel-ods,
python3-pyexcel-xls,
python3-pycryptodome,
python3-feedparser,
python3-pdfrw,
python3-httplib2,
python3-vobject,
python3-xmlschema
Depends: python3-cmislib,
python3-dateutil,
python3-distutils,
python3-django (>= 2:2.2),
python3-django-model-utils,
python3-feedparser,
python3-gadjo,
python3-httplib2,
python3-jsonschema,
python3-lxml,
python3-pdfrw,
python3-pil,
python3-pycryptodome,
python3-pyexcel-io,
python3-pyexcel-ods,
python3-pyexcel-xls,
python3-pyproj,
python3-requests,
python3-setuptools,
python3-suds,
python3-unidecode,
python3-uwsgidecorators,
python3-vobject,
python3-xmlschema,
python3-zeep (>= 3.2),
${misc:Depends},
${python3:Depends},
Description: Uniform access to multiple data sources and services (Python module)
Package: passerelle
Architecture: all
Depends: ${misc:Depends}, adduser,
python3-passerelle (= ${binary:Version}),
python3-hobo,
python3-django-tenant-schemas,
python3-psycopg2,
python3-memcache,
python3-django-mellon,
uwsgi,
uwsgi-plugin-python3
Recommends: nginx, memcached
Depends: adduser,
python3-django-mellon,
python3-django-tenant-schemas,
python3-hobo,
python3-memcache,
python3-passerelle (= ${binary:Version}),
python3-psycopg2,
uwsgi,
uwsgi-plugin-python3,
${misc:Depends},
Recommends: memcached, nginx
Suggests: postgresql
Breaks: python-passerelle (<<5.75.post9)
Replaces: python-passerelle (<<5.75.post9)
Description: Uniform access to multiple data sources and services

View File

@ -1,2 +1,2 @@
debian/nginx-example.conf
debian/README.Debian
debian/nginx-example.conf

View File

@ -1,5 +1,5 @@
debian/debian_config.py /usr/lib/passerelle
debian/passerelle-manage /usr/bin
debian/passerelle.service /lib/systemd/system
debian/debian_config.py /usr/lib/passerelle
debian/settings.py /etc/passerelle
debian/uwsgi.ini /etc/passerelle