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

View File

@ -1,2 +1,2 @@
debian/nginx-example.conf
debian/README.Debian 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-manage /usr/bin
debian/passerelle.service /lib/systemd/system debian/passerelle.service /lib/systemd/system
debian/debian_config.py /usr/lib/passerelle
debian/settings.py /etc/passerelle debian/settings.py /etc/passerelle
debian/uwsgi.ini /etc/passerelle debian/uwsgi.ini /etc/passerelle