From: IOhannes m zmölnig (Debian/GNU) Date: Sun, 11 Dec 2022 20:37:16 +0000 (+0100) Subject: Ensure that 'licensecheck' is run with the C.UTF-8 locale X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~102 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3372de624287fb44b286b615041603dcce48a888;p=jacktrip.git Ensure that 'licensecheck' is run with the C.UTF-8 locale --- diff --git a/debian/rules b/debian/rules index 1623284..d1f462a 100755 --- a/debian/rules +++ b/debian/rules @@ -67,7 +67,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