Hi Thomas Thank you for your patch. I just made an upload based on it.
I had to remove python3-django-session-security.install since pybuild put the files directly in the correct location. Also I changed your sphinx changes. Originally: > override_dh_auto_build: > dh_auto_build -O--buildsystem=python_distutils Your version > override_dh_sphinxdoc: > ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS))) > python3 setup.py build_sphinx > dh_sphinxdoc > endif doesn't quite work as dh_sphinxdoc run after dh_install, that fails because the files are not there. My final version: > override_dh_auto_build: > dh_auto_build > ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS))) > python3 setup.py build_sphinx > endif works, and doesn't mix the build systems, which I believe was your point. If you have a better idea, it will be welcome. Thanks again
signature.asc
Description: This is a digitally signed message part.