[SCM] Git repository for devscripts branch, master, updated. v2.11.7-55-gac65b80

Benjamin Drung bdrung at debian.org
Thu May 31 15:33:44 UTC 2012


The following commit has been merged in the master branch:
commit 612da8c6ce7f4ec96decc8ff7fa2721e5ac243ce
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Thu May 31 17:13:52 2012 +0200

    licensecheck: Check licenses in .m (Octave/Matlab), .tex (LaTeX), and .pyx (Python's pyrex) files
    
    Closes: #604529
    Signed-off-by: Benjamin Drung <bdrung at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 1cc14ec..c2365ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -69,6 +69,10 @@ devscripts (2.11.8) UNRELEASED; urgency=low
   * uscan: Support watch files that reference S3 bucket listings.
     (Closes: #630756, LP: #798293)
 
+  [ Yaroslav Halchenko ]
+  * licensecheck: Check licenses in .m (Octave/Matlab), .tex (LaTeX),
+    and .pyx (Python's pyrex) files (Closes: #604529)
+
  -- Benjamin Drung <bdrung at debian.org>  Mon, 28 May 2012 17:14:12 +0200
 
 devscripts (2.11.7) unstable; urgency=low
diff --git a/scripts/licensecheck.pl b/scripts/licensecheck.pl
index 0780b27..d40bc36 100755
--- a/scripts/licensecheck.pl
+++ b/scripts/licensecheck.pl
@@ -155,7 +155,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|pas|inc|dtd|xsl|mod)$';
+my $default_check_regex = '\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|p(l|m)|xs|sh|php|py(|x)|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod|m|tex)$';
 
 my $modified_conf_msg;
 

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list