Codebase list frei0r / 44027c6
Modernize 'licensecheck' target IOhannes m zmölnig (Debian/GNU) 1 year, 5 months ago
1 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1414 rm -rf doc/html/
1515 rm -f doc/Makefile
1616
17 ################ d/copyright helper ##############
18 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
19 debian/.*|src/.*\.jpg
20 # licensecheck v1
21 .PHONY: licensecheck
1722 licensecheck:
18 licensecheck --deb-machine -r * \
23 LANG=C.UTF-8 licensecheck \
24 -i "^($(DEB_COPYRIGHT_CHECK_IGNORE_REGEX))$$" \
25 --check '.*' --recursive --deb-machine --lines 0 * \
1926 > debian/copyright_newhints
2027 cmp debian/copyright_hints debian/copyright_newhints \
2128 && rm debian/copyright_newhints