diff options
| -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; \ |
