debian: apply wrap-and-sort

This commit is contained in:
Frédéric Péters 2022-06-17 19:13:57 +02:00
parent 1e734316c5
commit bbf8f6d1e8
3 changed files with 27 additions and 21 deletions

42
debian/control vendored
View File

@ -2,33 +2,39 @@ Source: lingo
Maintainer: Thomas NOËL <tnoel@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, python3-django, debhelper-compat (= 12), dh-python, sassc
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-django,
python3-setuptools,
sassc,
Standards-Version: 3.9.6
Package: python3-lingo
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-distutils,
python3-django,
python3-djangorestframework,
python3-gadjo,
python3-requests,
python3-eopayment,
python3-publik-django-templatetags
Depends: python3-distutils,
python3-django,
python3-djangorestframework,
python3-eopayment,
python3-gadjo,
python3-publik-django-templatetags,
python3-requests,
${misc:Depends},
${python3:Depends},
Recommends: python3-django-mellon
Description: Payment and Billing System (Python module)
Package: lingo
Architecture: all
Depends: ${misc:Depends},
python3-lingo (= ${binary:Version}),
python3-hobo,
python3-django-tenant-schemas,
python3-psycopg2,
python3-django-mellon,
uwsgi,
uwsgi-plugin-python3,
python3-uwsgidecorators
Depends: python3-django-mellon,
python3-django-tenant-schemas,
python3-hobo,
python3-lingo (= ${binary:Version}),
python3-psycopg2,
python3-uwsgidecorators,
uwsgi,
uwsgi-plugin-python3,
${misc:Depends},
Recommends: nginx
Suggests: postgresql
Description: Payment and Billing System

4
debian/lingo.dirs vendored
View File

@ -1,7 +1,7 @@
/etc/lingo
/usr/share/lingo/themes
/usr/lib/lingo
/usr/share/lingo/themes
/var/lib/lingo/collectstatic
/var/lib/lingo/spooler
/var/lib/lingo/tenants
/var/log/lingo
/var/lib/lingo/spooler

View File

@ -1,4 +1,4 @@
debian/debian_config.py /usr/lib/lingo
debian/lingo-manage /usr/bin
debian/settings.py /etc/lingo
debian/uwsgi.ini /etc/lingo
debian/debian_config.py /usr/lib/lingo