diff --git a/debian/chrono.install b/debian/chrono.install index b703f569..e027e5ae 100644 --- a/debian/chrono.install +++ b/debian/chrono.install @@ -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 diff --git a/debian/control b/debian/control index ed01b81e..fe31420a 100644 --- a/debian/control +++ b/debian/control @@ -2,39 +2,44 @@ Source: chrono Maintainer: Frederic Peters 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)