Codebase list pd-csound / 736b75d
Ensure that 'licensecheck' is run with the C.UTF-8 locale IOhannes m zmölnig (Debian/GNU) 1 year, 4 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1010 # licensecheck v1
1111 .PHONY: licensecheck
1212 licensecheck:
13 licensecheck \
13 LANG=C.UTF-8 licensecheck \
1414 -i "^($(DEB_COPYRIGHT_CHECK_IGNORE_REGEX))$$" \
1515 --check '.*' --recursive --deb-machine --lines 0 * \
1616 > debian/copyright_newhints