debian: distribute wcs and theme stuff in python3 package

This commit is contained in:
Frédéric Péters 2020-06-29 17:40:07 +02:00
parent 237ff0e355
commit d80b00b464
1 changed files with 3 additions and 3 deletions

6
debian/rules vendored
View File

@ -7,6 +7,6 @@ export PYBUILD_DISABLE=test
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_install:
cp extra/static/* $(CURDIR)/debian/python-passerelle-grandlyon-iodas/usr/share/publik/themes/publik-base/static/grandlyon-gnm/
cp extra/static/* $(CURDIR)/debian/python-passerelle-grandlyon-iodas/usr/share/publik/themes/publik-base/static/toodego/
cp extra/scripts/*.py $(CURDIR)/debian/python-passerelle-grandlyon-iodas/var/lib/wcs/scripts/
cp extra/static/* $(CURDIR)/debian/python3-passerelle-grandlyon-iodas/usr/share/publik/themes/publik-base/static/grandlyon-gnm/
cp extra/static/* $(CURDIR)/debian/python3-passerelle-grandlyon-iodas/usr/share/publik/themes/publik-base/static/toodego/
cp extra/scripts/*.py $(CURDIR)/debian/python3-passerelle-grandlyon-iodas/var/lib/wcs/scripts/