Author: adam-guest
Date: 2008-06-21 12:42:57 +0000 (Sat, 21 Jun 2008)
New Revision: 1517

Modified:
   trunk/debian/changelog
   trunk/scripts/licensecheck.pl
Log:
  + Add _MTN (monotone) to the default exclusion expression

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-06-21 12:32:54 UTC (rev 1516)
+++ trunk/debian/changelog      2008-06-21 12:42:57 UTC (rev 1517)
@@ -11,8 +11,10 @@
       or otherwise optimise them. Thanks to Frank Lichtenheld for the idea.
   * debchange, nmudiff: Replace calls to date -R with strftime(). Thanks
     Stephen Gran (Closes: #486594)
-  * licensecheck: Add .cxx and .hxx to the default list of file extensions to
-    check (Closes: #487384)
+  * licensecheck:
+    + Add .cxx and .hxx to the default list of file extensions to check
+      (Closes: #487384)
+    + Add _MTN (monotone) to the default exclusion expression
   * uscan: Add an example of a newer form of watch file synax for SourceForge
     based projects to the manpage
   * debian/control

Modified: trunk/scripts/licensecheck.pl
===================================================================
--- trunk/scripts/licensecheck.pl       2008-06-21 12:32:54 UTC (rev 1516)
+++ trunk/scripts/licensecheck.pl       2008-06-21 12:42:57 UTC (rev 1517)
@@ -144,7 +144,7 @@
 (?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore)$|
 # File or directory names that should be ignored
 (?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|
-\.shelf|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
+\.shelf|_MTN|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
 ';
 
 # Take out comments and newlines



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to