debian: apply wrap-and-sort

This commit is contained in:
Frédéric Péters 2022-06-17 19:57:49 +02:00
parent 123715f29e
commit ee246803f3
3 changed files with 23 additions and 18 deletions

View File

@ -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

1
debian/bijoe.links vendored
View File

@ -0,0 +1 @@

34
debian/control vendored
View File

@ -2,28 +2,32 @@ Source: bijoe
Section: python
Priority: optional
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
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