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> Maintainer: Thomas NOËL <tnoel@entrouvert.com>
Section: python Section: python
Priority: optional 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 Standards-Version: 3.9.6
Package: python3-lingo Package: python3-lingo
Architecture: all Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, Depends: python3-distutils,
python3-distutils, python3-django,
python3-django, python3-djangorestframework,
python3-djangorestframework, python3-eopayment,
python3-gadjo, python3-gadjo,
python3-requests, python3-publik-django-templatetags,
python3-eopayment, python3-requests,
python3-publik-django-templatetags ${misc:Depends},
${python3:Depends},
Recommends: python3-django-mellon Recommends: python3-django-mellon
Description: Payment and Billing System (Python module) Description: Payment and Billing System (Python module)
Package: lingo Package: lingo
Architecture: all Architecture: all
Depends: ${misc:Depends}, Depends: python3-django-mellon,
python3-lingo (= ${binary:Version}), python3-django-tenant-schemas,
python3-hobo, python3-hobo,
python3-django-tenant-schemas, python3-lingo (= ${binary:Version}),
python3-psycopg2, python3-psycopg2,
python3-django-mellon, python3-uwsgidecorators,
uwsgi, uwsgi,
uwsgi-plugin-python3, uwsgi-plugin-python3,
python3-uwsgidecorators ${misc:Depends},
Recommends: nginx Recommends: nginx
Suggests: postgresql Suggests: postgresql
Description: Payment and Billing System Description: Payment and Billing System

4
debian/lingo.dirs vendored
View File

@ -1,7 +1,7 @@
/etc/lingo /etc/lingo
/usr/share/lingo/themes
/usr/lib/lingo /usr/lib/lingo
/usr/share/lingo/themes
/var/lib/lingo/collectstatic /var/lib/lingo/collectstatic
/var/lib/lingo/spooler
/var/lib/lingo/tenants /var/lib/lingo/tenants
/var/log/lingo /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/lingo-manage /usr/bin
debian/settings.py /etc/lingo debian/settings.py /etc/lingo
debian/uwsgi.ini /etc/lingo debian/uwsgi.ini /etc/lingo
debian/debian_config.py /usr/lib/lingo