aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Unit 193 <unit193@unit193.net>2021-02-03 19:30:58 -0500
committerLibravatar Unit 193 <unit193@unit193.net>2021-02-03 19:30:58 -0500
commit5a8311c97ccb7001d0bac7d761da5e1715ec53ca (patch)
tree38d149afe65742cf8b0696a001f8ce8e7d3e5252
parent577f4d6e7ac8fdb8de92f244103b5d55c3e29468 (diff)
downloadnikola-5a8311c97ccb7001d0bac7d761da5e1715ec53ca.tar.bz2
nikola-5a8311c97ccb7001d0bac7d761da5e1715ec53ca.tar.xz
nikola-5a8311c97ccb7001d0bac7d761da5e1715ec53ca.tar.zst
d/rules: Set LC_ALL=C.UTF-8 and re-enable tests.
-rwxr-xr-xdebian/rules3
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; \