From: IOhannes m zmölnig (Debian/GNU) Date: Wed, 11 Jan 2023 14:32:18 +0000 (+0100) Subject: Ensure that 'licensecheck' is run with the C.UTF-8 locale X-Git-Tag: archive/raspbian/7.0.4+ds-2+rpi1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=429b4a28719b7373aa105d2ac64b2d3e32bf23f4;p=juce.git Ensure that 'licensecheck' is run with the C.UTF-8 locale --- diff --git a/debian/rules b/debian/rules index c4baea0e..58b93c68 100755 --- a/debian/rules +++ b/debian/rules @@ -95,7 +95,7 @@ execute_after_dh_clean: licensecheck: - licensecheck -i "^\./($(DEB_COPYRIGHT_CHECK_IGNORE_REGEX))$$" --deb-machine -r . \ + LANG=C.UTF-8 licensecheck -i "^\./($(DEB_COPYRIGHT_CHECK_IGNORE_REGEX))$$" --deb-machine -r . \ > debian/copyright_newhints cmp debian/copyright_hints debian/copyright_newhints \ && rm debian/copyright_newhints @@ -109,7 +109,7 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \ # licensecheck v1 .PHONY: licensecheck licensecheck: - licensecheck \ + LANG=C.UTF-8 licensecheck \ -i "^($(DEB_COPYRIGHT_CHECK_IGNORE_REGEX))$$" \ --check '.*' --recursive --deb-machine --lines 0 * \ > debian/copyright_newhints