[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r821 - in trunk: checks debian



Author: rra
Date: 2007-02-27 07:32:11 +0100 (Tue, 27 Feb 2007)
New Revision: 821

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
* checks/fields:
  + [RA] Add an exception to maintainer-not-full-name for Wookey and a
    comment to consider removing the check if we get more false
    positives.  Thanks, Neil Williams.  (Closes: #406731)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2007-02-27 06:22:33 UTC (rev 820)
+++ trunk/checks/fields	2007-02-27 06:32:11 UTC (rev 821)
@@ -857,9 +857,11 @@
 	tag "$f-address-malformed", "$maintainer" if $crap;
 	tag "$f-address-looks-weird", "$maintainer" if ! $del && $name && $mail;
 
+	# Wookey really only has one name.  If we get more of these, consider
+	# removing the check.
 	if (! $name) {
 		tag "$f-name-missing", "$maintainer";
-	} elsif ($name !~ /^\S+\s+\S+/) {
+	} elsif ($name !~ /^\S+\s+\S+/ && $name ne 'Wookey') {
 		tag "$f-not-full-name", "$name";
 	}
 			

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-02-27 06:22:33 UTC (rev 820)
+++ trunk/debian/changelog	2007-02-27 06:32:11 UTC (rev 821)
@@ -12,6 +12,10 @@
   * checks/debhelper.desc:
     + [RA] Use consistent file naming when diagnosing possibly conflicting
       debhelper compat settings.  Thanks, Jari Aalto.  (Closes: #409122)
+  * checks/fields:
+    + [RA] Add an exception to maintainer-not-full-name for Wookey and a
+      comment to consider removing the check if we get more false
+      positives.  Thanks, Neil Williams.  (Closes: #406731)
   * checks/menus:
     + [JA] Perl syntax corrections.  Removed extra empty newlines.
   * checks/lintian.desc:



Reply to: