Control: tags -1 patch

Hi,

Please consider applying the patch pasted inline if deemed appropriate.
I confirm that it fixes the build locally for me.

Thanks!

diff --git a/debian/rules b/debian/rules
index 68e9a8c..96cc5ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ build-indep: build build-doc-stamp
 build: build-stamp
 
 build-doc-stamp: build
-       -PYTHONPATH=$(CURDIR)/$(wildcard build/lib.*-$(PY3VER)) $(MAKE) -C docs 
html
+       -PYTHONPATH=$(CURDIR)/$(wildcard build/lib.*) $(MAKE) -C docs html
        touch $@
 
 build-stamp: $(PY3VERS:%=build-stamp-python%) $(PY3VERS:%=check-stamp-python%)

Attachment: signature.asc
Description: PGP signature

Reply via email to