summaryrefslogtreecommitdiff
path: root/debian/patches/local-blurb.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/local-blurb.diff')
-rw-r--r--debian/patches/local-blurb.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/local-blurb.diff b/debian/patches/local-blurb.diff
new file mode 100644
index 0000000..a2e812c
--- /dev/null
+++ b/debian/patches/local-blurb.diff
@@ -0,0 +1,13 @@
+Index: b/Doc/Makefile
+===================================================================
+--- a/Doc/Makefile
++++ b/Doc/Makefile
+@@ -6,7 +6,7 @@
+ # You can set these variables from the command line.
+ PYTHON = python3
+ SPHINXBUILD = sphinx-build
+-BLURB = $(PYTHON) -m blurb
++BLURB = $(BLURB_ENV) $(PYTHON) -m blurb
+ PAPER =
+ SOURCES =
+ DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)