Codebase list frei0r / 5dc85ea
Added licensecheck target IOhannes m zmölnig 8 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1515 dh_clean
1616 rm -rf doc/html/
1717 rm -f doc/Makefile
18
19 licensecheck:
20 licensecheck --deb-machine -r * \
21 > debian/copyright_newhints
22 cmp debian/copyright_hints debian/copyright_newhints \
23 && rm debian/copyright_newhints