16,602
edits
Changes
Debian
,→webapp package
Control:
X-Python3-Version: >= 3.2
Package: python3-gramps-webapp
override_dh_auto_install:
#dh_auto_install
python3 setup.py --server install --root=debian/pythonpython3-gramps-webapp --install-layout=deb
# Make css style sheets and templates non-executable
override_dh_fixperms:
dh_fixperms
chmod a-x $(CURDIR)/debian/pythonpython3-gramps-webapp/usr/share/gramps/css/Web_*.css chmod a-x $(CURDIR)/debian/pythonpython3-gramps-webapp/usr/share/gramps/templates/*.html
# Avoid compressing COPYING file so that it can appear in the "About" dialog