diff options
| author | 2021-02-03 19:30:58 -0500 | |
|---|---|---|
| committer | 2021-02-03 19:30:58 -0500 | |
| commit | 5a8311c97ccb7001d0bac7d761da5e1715ec53ca (patch) | |
| tree | 38d149afe65742cf8b0696a001f8ce8e7d3e5252 /debian | |
| parent | 577f4d6e7ac8fdb8de92f244103b5d55c3e29468 (diff) | |
d/rules: Set LC_ALL=C.UTF-8 and re-enable tests.
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index d8f93dc..fa98b46 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ UVERSION := $(shell dpkg-parsechangelog | sed -n -e's/^Version: \(.*\)-[^-]\+/\1 PACKAGE_NAME := $(shell dpkg-parsechangelog | sed -n -e's/^Source: \(.*\)\+/\1/p') export PYBUILD_NAME=$(PACKAGE_NAME) export ROOT_PATH=$(CURDIR) +export LC_ALL=C.UTF-8 %: dh $@ --with python3,bash-completion --buildsystem=pybuild @@ -44,8 +45,6 @@ override_dh_installdocs: rst2html docs/extending.txt debian/nikola/usr/share/doc/nikola/extending.html dh_installdocs -override_dh_auto_test: - get-orig-source: @if [ ! -d "debian" ] ; then \ echo 'Run this from the top directory of the Debian source' >&2; \ |
