Codebase list sugar-artwork / e8fb4ac
Update CDBS snippets. + Simplify internal variables + Ignore no files by default in copyright-check.mk + Correct and update copyright hints of the snippets themselves Jonas Smedegaard 15 years ago
3 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 # -*- mode: makefile; coding: utf-8 -*-
1 # Copyright © 2004-2006 Jonas Smedegaard <dr@jones.dk>
1 # Copyright © 2004-2007 Jonas Smedegaard <dr@jones.dk>
22 # Description: Generate and include build information
33 #
44 # This program is free software; you can redistribute it and/or
2020 _cdbs_rules_path ?= /usr/share/cdbs/1/rules
2121 _cdbs_class_path ?= /usr/share/cdbs/1/class
2222
23 ifndef _cdbs_rules_copyright-check
24 _cdbs_rules_copyright-check := 1
23 ifndef _cdbs_rules_copyright_check
24 _cdbs_rules_copyright_check := 1
2525
2626 include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
2727
3232
3333 # Single regular expression for files to include or ignore
3434 DEB_COPYRIGHT_CHECK_REGEX = .*
35 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(debian/.*|(.*/)?config\.(guess|sub|rpath)(\..*)?)$
35 #DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(debian/.*|(.*/)?config\.(guess|sub|rpath)(\..*)?)$
36 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^debian/(changelog|copyright(|_hints|_newhints))$
3637
3738 pre-build:: debian/stamp-copyright-check
3839
00 # -*- mode: makefile; coding: utf-8 -*-
1 # Copyright © 2004-2006 Jonas Smedegaard <dr@jones.dk>
1 # Copyright © 2008 Jonas Smedegaard <dr@jones.dk>
22 # Description: Resolve, cleanup and apply package relationships
33 #
44 # This program is free software; you can redistribute it and/or