[SCM] Git repository for devscripts branch, master, updated. v2.13.2-8-g8d31c1c

Yaroslav Halchenko debian at onerussian.com
Fri Jun 7 02:35:48 UTC 2013


The following commit has been merged in the master branch:
commit 8d31c1c70329043432d3cc7432d1c8e157912666
Author: Yaroslav Halchenko <debian at onerussian.com>
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 <jamessan at debian.org>  Mon, 13 May 2013 22:43:59 -0400
+  [ Yaroslav Halchenko ]
+  * licensecheck: Check .go (Go) files (Closes: #711467)
+
+ -- Yaroslav Halchenko <debian at onerussian.com>  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



More information about the devscripts-devel mailing list