From bbf8f6d1e81d09a8b7c33a258e71d0705d8f4d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 17 Jun 2022 19:13:57 +0200 Subject: [PATCH] debian: apply wrap-and-sort --- debian/control | 42 ++++++++++++++++++++++++------------------ debian/lingo.dirs | 4 ++-- debian/lingo.install | 2 +- 3 files changed, 27 insertions(+), 21 deletions(-) diff --git a/debian/control b/debian/control index e5a56c4..03f3ba3 100644 --- a/debian/control +++ b/debian/control @@ -2,33 +2,39 @@ Source: lingo Maintainer: Thomas NOËL 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 diff --git a/debian/lingo.dirs b/debian/lingo.dirs index 0d4edb5..bfa751b 100644 --- a/debian/lingo.dirs +++ b/debian/lingo.dirs @@ -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 diff --git a/debian/lingo.install b/debian/lingo.install index 32808fb..0be3dcd 100644 --- a/debian/lingo.install +++ b/debian/lingo.install @@ -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