[SCM] sonic-visualiser/master: export UTF-8 locales so the tests can succeed

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Oct 3 20:37:26 UTC 2017


The following commit has been merged in the master branch:
commit 0ca6455d56cecf3d6673e2c372e11f0dfd71e514
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Tue Oct 3 22:21:50 2017 +0200

    export UTF-8 locales so the tests can succeed

diff --git a/debian/rules b/debian/rules
index d103a22..559ff61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 # output every command that modifies files on the build system.
 #export DH_VERBOSE = 1
 
+export LC_ALL=C.UTF-8
 upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
 dfsg_version = $(upstream_version)~repack1
 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')

-- 
sonic-visualiser packaging



More information about the pkg-multimedia-commits mailing list