The following commit has been merged in the master branch:
commit 8d31c1c70329043432d3cc7432d1c8e157912666
Author: Yaroslav Halchenko <[email protected]>
Date:   Thu Jun 6 22:34:28 2013 -0400

    licensecheck: Check .go (Go) files (Closes: #711467)

diff --git a/debian/changelog b/debian/changelog
index 57a99ac..857a813 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,11 +13,14 @@ devscripts (2.13.3) UNRELEASED; urgency=low
 
   [ Chris Boot ]
   * bts: Fix no-mutt option. (Closes: #709999)
-  
+
   [ Daniel Kahn Gillmor ]
   * Enable OpenPGP signature verification (Closes: #610712)
 
- -- James McCoy <[email protected]>  Mon, 13 May 2013 22:43:59 -0400
+  [ Yaroslav Halchenko ]
+  * licensecheck: Check .go (Go) files (Closes: #711467)
+
+ -- Yaroslav Halchenko <[email protected]>  Thu, 06 Jun 2013 22:32:37 -0400
 
 devscripts (2.13.2) unstable; urgency=low
 
diff --git a/scripts/licensecheck.pl b/scripts/licensecheck.pl
index 0317015..5174c81 100755
--- a/scripts/licensecheck.pl
+++ b/scripts/licensecheck.pl
@@ -160,7 +160,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(|x)|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod|m|tex|mli?)$';
+my $default_check_regex = 
'\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|go|p(l|m)|xs|sh|php|py(|x)|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod|m|tex|mli?)$';
 
 my $modified_conf_msg;
 

-- 
Git repository for devscripts

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to