diff --git a/debian/bijoe.install b/debian/bijoe.install index 93c8a60..0de26e4 100644 --- a/debian/bijoe.install +++ b/debian/bijoe.install @@ -1,7 +1,7 @@ -usr/bin/manage.py /usr/lib/bijoe +README.rst /usr/share/doc/bijoe debian/bijoe-manage /usr/bin debian/bijoe.service /lib/systemd/system +debian/debian_config.py /usr/lib/bijoe debian/settings.py /etc/bijoe debian/uwsgi.ini /etc/bijoe -debian/debian_config.py /usr/lib/bijoe -README.rst /usr/share/doc/bijoe +usr/bin/manage.py /usr/lib/bijoe diff --git a/debian/bijoe.links b/debian/bijoe.links index e69de29..8b13789 100644 --- a/debian/bijoe.links +++ b/debian/bijoe.links @@ -0,0 +1 @@ + diff --git a/debian/control b/debian/control index 3a7982c..a5a24fa 100644 --- a/debian/control +++ b/debian/control @@ -2,28 +2,32 @@ Source: bijoe Section: python Priority: optional Maintainer: Benjamin Dauvergne -Build-Depends: python3-setuptools, python3-all, debhelper-compat (= 12), python3-django, dh-python +Build-Depends: debhelper-compat (= 12), + dh-python, + python3-all, + python3-django, + python3-setuptools, Standards-Version: 3.9.1 Homepage: https://dev.entrouvert.org/projects/bijoe/ Package: python3-bijoe Architecture: all -Depends: ${python3:Depends}, - ${misc:Depends}, - python3-hobo, - python3-django-select2, - python3-django-tenant-schemas, - python3-psycopg2, - python3-django-mellon, - python3-uwsgidecorators, - wcs-olap +Depends: python3-django-mellon, + python3-django-select2, + python3-django-tenant-schemas, + python3-hobo, + python3-psycopg2, + python3-uwsgidecorators, + wcs-olap, + ${misc:Depends}, + ${python3:Depends}, Description: BI dashboard from Postgres db with star schema Package: bijoe Architecture: all -Depends: ${python3:Depends}, - ${misc:Depends}, - python3-bijoe (= ${binary:Version}), - uwsgi, - uwsgi-plugin-python3 +Depends: python3-bijoe (= ${binary:Version}), + uwsgi, + uwsgi-plugin-python3, + ${misc:Depends}, + ${python3:Depends}, Description: BI dashboard from Postgres db with star schema