Project 'python-team/modules/python-django' was moved to 'python-team/packages/python-django'. Please update any links and bookmarks that may still have the old path.
Commit e43666ba authored by Chris Lamb's avatar Chris Lamb 💬
Browse files

Always build the documentation in English to ensure a reproducible build.

parent f0ac60fd
...@@ -15,7 +15,7 @@ override_dh_auto_clean: ...@@ -15,7 +15,7 @@ override_dh_auto_clean:
override_dh_auto_build: override_dh_auto_build:
dh_auto_build dh_auto_build
ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES))) ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
make -C docs html make -C docs html LANGUAGE=en
endif endif
override_dh_auto_test: override_dh_auto_test:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment