debian: separate bijoe into two packages python-bijoe and bijoe (#15564)

This commit is contained in:
Benjamin Dauvergne 2017-03-23 16:03:14 +01:00
parent 66ebe7afc5
commit 174680d06d
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,4 @@
usr/bin/manage.py /usr/lib/bijoe
debian/bijoe-manage /usr/bin
debian/settings.py /etc/bijoe
debian/debian_config.py /usr/lib/bijoe

11
debian/control vendored
View File

@ -6,7 +6,7 @@ Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>=
Standards-Version: 3.9.1
Homepage: http://dev.entrouvert.org/projects/publik-bi/
Package: bijoe
Package: python-bijoe
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
@ -17,6 +17,13 @@ Depends: ${python:Depends},
python-django-tenant-schemas,
python-psycopg2,
python-django-mellon,
gunicorn,
wcs-olap
Description: BI dashboard from Postgres db with star schema
Package: bijoe
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-bijoe,
gunicorn
Description: BI dashboard from Postgres db with star schema

View File

@ -1,2 +1,2 @@
COPYING
README
README.rst

View File

@ -1,2 +1 @@
usr/bin/manage.py /usr/lib/bijoe
usr/lib/python2*/*-packages