diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-09-29 13:40:02 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-09-29 13:40:02 +0300 |
commit | 424a50000a78fff715de4417dba9b4498aeeee4c (patch) | |
tree | d27f003c7d140fef24efd1b2ca1325ae099154b9 /debian/patches/local-blurb.diff | |
download | python3.5-debian.tar.gz |
Imported python3.5 3.5.4-4debian/3.5.4-4debian
Diffstat (limited to 'debian/patches/local-blurb.diff')
-rw-r--r-- | debian/patches/local-blurb.diff | 13 |
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) |