summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9012ccd..388b6e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pykwalify (1.7.0-2) unstable; urgency=medium
+
+ * Set LC_ALL to C.UTF-8 to make tests more reproducible
+ (Closes: #910962).
+
+ -- Andrej Shadura <andrewsh@debian.org> Sun, 14 Oct 2018 08:58:17 +0300
+
pykwalify (1.7.0-1) unstable; urgency=medium
* Initial release (Closes: #910557).
diff --git a/debian/rules b/debian/rules
index 673a2d9..ca35e66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
#export DH_VERBOSE = 1
+export LC_ALL = C.UTF-8
+
%:
dh $@ --with python3 --buildsystem=pybuild --no-guessing-deps