The following commit has been merged in the master branch:
commit 393b5cac15f547ce74c869b463549245c313f6da
Author: James Vega <[email protected]>
Date: Sun Aug 1 23:54:17 2010 -0400
licensecheck: Check .pas, .inc, .dtd., .xsl, and .mod files.
Closes: #534988, #591305
Signed-off-by: James Vega <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index 251bad7..621caf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ devscripts (2.10.66) UNRELEASED; urgency=low
Policy 3.9.1.0. (Closes: #486823)
* debchange: Add --[no]multimaint-merge option, corresponding to the
DEBCHANGE_MULTIMAINT_MERGE configuration variable. (Closes: #590842)
+ * licensecheck: Add .pas, .inc, .dtd., .xsl, and .mod files to the default
+ check list. (Closes: #534988, #591305)
[ Cyril Brulebois ]
* uscan: Get rid of extra quoting in dpkg --compare-versions calls.
diff --git a/scripts/licensecheck.pl b/scripts/licensecheck.pl
index 62e9fbe..5d729b7 100755
--- a/scripts/licensecheck.pl
+++ b/scripts/licensecheck.pl
@@ -156,7 +156,7 @@ my $default_ignore_regex = '
$default_ignore_regex =~ s/^#.*$//mg;
$default_ignore_regex =~ s/\n//sg;
-my $default_check_regex =
'\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|p(l|m)|xs|sh|php|py|rb|java|vala|el|sc(i|e)|cs)$';
+my $default_check_regex =
'\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|p(l|m)|xs|sh|php|py|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod)$';
my $modified_conf_msg;
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].