debian: apply wrap-and-sort

This commit is contained in:
Frédéric Péters 2022-06-17 19:05:31 +02:00
parent 203173b1b8
commit 7d1ea73706
2 changed files with 31 additions and 26 deletions

View File

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

53
debian/control vendored
View File

@ -2,39 +2,44 @@ Source: chrono
Maintainer: Frederic Peters <fpters@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-chrono
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-django (>= 2:2.2),
python3-gadjo,
python3-requests,
python3-uwsgidecorators,
python3-publik-django-templatetags
Depends: python3-django (>= 2:2.2),
python3-gadjo,
python3-publik-django-templatetags,
python3-requests,
python3-uwsgidecorators,
${misc:Depends},
${python3:Depends},
Recommends: python3-django-mellon
Description: Agendas System (Python 3 module)
Package: chrono
Architecture: all
Depends: ${misc:Depends},
libcairo-gobject2,
libpango-1.0-0,
libpangocairo-1.0-0,
python3-chrono (= ${binary:Version}),
python3-hobo (>= 1.34),
python3-vobject,
python3-django-tenant-schemas,
python3-psycopg2,
python3-django-mellon,
python3-dateutil,
python3-cairosvg,
python3-weasyprint,
uwsgi,
uwsgi-plugin-python3
Recommends: nginx,
python3-workalendar
Depends: libcairo-gobject2,
libpango-1.0-0,
libpangocairo-1.0-0,
python3-cairosvg,
python3-chrono (= ${binary:Version}),
python3-dateutil,
python3-django-mellon,
python3-django-tenant-schemas,
python3-hobo (>= 1.34),
python3-psycopg2,
python3-vobject,
python3-weasyprint,
uwsgi,
uwsgi-plugin-python3,
${misc:Depends},
Recommends: nginx, python3-workalendar
Suggests: postgresql
Breaks: python-chrono (<<0.84.post6)
Replaces: python-chrono (<<0.84.post6)