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

lintian: r189 - in branches/1.23.0: checks debian



Author: jeroen
Date: 2004-04-18 16:34:40 +0200 (Sun, 18 Apr 2004)
New Revision: 189

Modified:
   branches/1.23.0/checks/fields
   branches/1.23.0/checks/fields.desc
   branches/1.23.0/debian/changelog
Log:
Spelling, thanks Colin Watson:
- s/welformed/well-formed/


Modified: branches/1.23.0/checks/fields
===================================================================
--- branches/1.23.0/checks/fields	2004-04-18 11:30:51 UTC (rev 188)
+++ branches/1.23.0/checks/fields	2004-04-18 14:34:40 UTC (rev 189)
@@ -72,7 +72,7 @@
 		if (defined $debian) {
 			$debian =~ /^-([^.]+)?(?:\.[^.]+)?(?:\.[^.]+)?(\..*)?$/;
 			if (not defined $1 or defined $2) {
-				print "W: $pkg $type: debian-revision-not-welformed $version\n";
+				print "W: $pkg $type: debian-revision-not-well-formed $version\n";
 				return;
 			}
 		}

Modified: branches/1.23.0/checks/fields.desc
===================================================================
--- branches/1.23.0/checks/fields.desc	2004-04-18 11:30:51 UTC (rev 188)
+++ branches/1.23.0/checks/fields.desc	2004-04-18 14:34:40 UTC (rev 189)
@@ -40,7 +40,7 @@
 Info: The upstream version number should start with a digit. 
 Ref: policy 5.6.11
 
-Tag: debian-revision-not-welformed
+Tag: debian-revision-not-well-formed
 Type: warning
 Info: The debian version part (the part after the -) should consist of one to
  three dot-seperated parts: one for maintainer release, two for source-NMU,

Modified: branches/1.23.0/debian/changelog
===================================================================
--- branches/1.23.0/debian/changelog	2004-04-18 11:30:51 UTC (rev 188)
+++ branches/1.23.0/debian/changelog	2004-04-18 14:34:40 UTC (rev 189)
@@ -53,7 +53,7 @@
       (Closes: #119618)
     + [HE] Reintroduce build-depends-without-arch-dep check with the patch
       I proposed in #214231. (Closes: #242484)
-    + [JvW] Check for welformed Debian-revision
+    + [JvW] Check for well-formed Debian-revision
     + [JvW] Check for correct realname when QA mailadress used
   * checks/fields.desc:
     + [FL] Fix some wrong policy references



Reply to: