summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2022-02-23 21:41:56 -0300
committerRafael Laboissière <rafael@debian.org>2022-02-23 21:58:03 -0300
commitd8a6a8894b42e1bfef0b8b7a2ef21af06f837a31 (patch)
tree88130025698f2b3a8d152ddd75a488c24c33fb28
parentffa40183fdf2716c34e68a023442dd3eb5f014b8 (diff)
d/rules: Set UTF-8 locale
This is necessary for having the file inst/str2angle.m correctly parsed when exercising the unit tests. Gbd-Dch: Full
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 121f3c8..279397d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
+export LC_ALL = C.UTF-8
+
%:
dh $@ --buildsystem=octave --with=octave