Hi !

Attached is a patch that fiexes this by not checking generated files...

Romain
Index: debian/cdbs/1/rules/copyright-check.mk
===================================================================
--- debian/cdbs/1/rules/copyright-check.mk	(révision 127)
+++ debian/cdbs/1/rules/copyright-check.mk	(copie de travail)
@@ -30,7 +30,7 @@
 
 include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
 
-cdbs_copyright-check_find_opts := -not -regex 'debian/.*' -not -regex '\(.*/\)?config\.\(guess\|sub\|rpath\)\(\..*\)?'
+cdbs_copyright-check_find_opts := -not -regex 'configure' -not -regex '.*ltmain.sh' -not -regex '.*aclocal.m4' -not -regex '.*Makefile.in' -not -regex 'debian/.*' -not -regex '\(.*/\)?config\.\(guess\|sub\|rpath\)\(\..*\)?'
 cdbs_copyright-check_egrep_opts := --text -rih '(copyright|\(c\) ).*[0-9]{4}'
 
 pre-build:: debian/stamp-copyright-check

Reply via email to