Codebase list pd-iemnet / 426aba0
Modernize 'licensecheck' target IOhannes m zmölnig (Debian/GNU) 1 year, 5 months ago
1 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1313 # remove license file so we can replace it with link to the Debian license file
1414 rm -f -- $(CURDIR)/debian/*/$(pkglibdir)/*/LICENSE.txt
1515
16 .PHONY: licensecheck
1617 licensecheck:
17 licensecheck --deb-machine -r . \
18 licensecheck \
19 -i "^($(DEB_COPYRIGHT_CHECK_IGNORE_REGEX))$$" \
20 --check '.*' --recursive --deb-machine --lines 0 * \
1821 > debian/copyright_newhints
1922 cmp debian/copyright_hints debian/copyright_newhints \
2023 && rm debian/copyright_newhints
24