Making build reproducible by using UTC as timezone when generating the documentation, thanks to Chris Lamb <lamby@debian.org> (Closes: #1096188).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
624f969b82
commit
ec101648f6
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -19,7 +19,7 @@ override_dh_sphinxdoc: export http_proxy=127.0.0.1:9
|
|||
override_dh_sphinxdoc: export https_proxy=127.0.0.1:9
|
||||
override_dh_sphinxdoc:
|
||||
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
|
||||
PYTHONPATH=. /usr/share/sphinx/scripts/python3/sphinx-build -N -q -E -b html docs/ debian/python-terminaltables3-doc/usr/share/doc/python-terminaltables3-doc/html/
|
||||
TZ=UTC PYTHONPATH=. /usr/share/sphinx/scripts/python3/sphinx-build -N -q -E -b html docs/ debian/python-terminaltables3-doc/usr/share/doc/python-terminaltables3-doc/html/
|
||||
dh_sphinxdoc
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue