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

lintian: r471 - in trunk: checks debian



Author: djpig
Date: 2005-08-13 01:23:18 +0200 (Sat, 13 Aug 2005)
New Revision: 471

Modified:
   trunk/checks/description.desc
   trunk/checks/fields.desc
   trunk/debian/changelog
Log:
* checks/description.desc:
    + Policy section of Description field has changed
* checks/fields.desc:
    + Fix a lot of off-by-one errors in the policy references
      (caused by the addition of the Uploaders field). Unknowningly
      pointed out by Russ Allbery


Modified: trunk/checks/description.desc
===================================================================
--- trunk/checks/description.desc	2005-08-12 20:07:29 UTC (rev 470)
+++ trunk/checks/description.desc	2005-08-12 23:23:18 UTC (rev 471)
@@ -24,7 +24,7 @@
 Type: error
 Info: The description contains a line starting with a dot (.). This is
  not allowed.
-Ref: policy 5.6.12
+Ref: policy 5.6.13
 
 Tag: description-too-long
 Type: error
@@ -46,7 +46,7 @@
 Tag: description-contains-tabs
 Type: error
 Info: The package "Description:" must not contain tab characters.
-Ref: policy 5.6.12
+Ref: policy 5.6.13
 
 Tag: description-starts-with-leading-spaces
 Type: warning
@@ -60,7 +60,7 @@
  starts with a dash (-) or asterisk (*). If this was meant to be a
  list of items these lines need to be indented (dselect would
  word-wrap these lines otherwise).
-Ref: policy 5.6.12
+Ref: policy 5.6.13
 
 Tag: description-is-debmake-template
 Type: error

Modified: trunk/checks/fields.desc
===================================================================
--- trunk/checks/fields.desc	2005-08-12 20:07:29 UTC (rev 470)
+++ trunk/checks/fields.desc	2005-08-12 23:23:18 UTC (rev 471)
@@ -18,12 +18,12 @@
 Info: A package name should be at least two characters long, must consist
  of the alphanumerics and `+' `-' and `.', and must start with an
  alphanumeric character.
-Ref: policy 5.6.6
+Ref: policy 5.6.7
 
 Tag: package-not-lowercase
 Type: error
 Info: New packages should not use uppercase characters in their names.
-Ref: policy 5.6.6
+Ref: policy 5.6.7
 
 Tag: no-version-field
 Type: error
@@ -33,12 +33,12 @@
 Tag: bad-version-number
 Type: error
 Info: The version number fails one of the syntactic requirements of dpkg.
-Ref: policy 5.6.11
+Ref: policy 5.6.12
 
 Tag: upstream-version-not-numeric
 Type: error
 Info: The upstream version number should start with a digit. 
-Ref: policy 5.6.11
+Ref: policy 5.6.12
 
 Tag: debian-revision-not-well-formed
 Type: warning
@@ -64,7 +64,7 @@
 Type: error
 Info: The special architecture values `all' and `any' only make sense if
  they occur alone.
-Ref:  policy 5.6.7
+Ref:  policy 5.6.8
 
 Tag: unknown-architecture
 Type: warning
@@ -86,13 +86,13 @@
 Type: error
 Info: A binary package should list exactly one architecture (the one it is
  compiled for), or the special value `all' if it is architecture-independent.
-Ref: policy 5.6.7
+Ref: policy 5.6.8
 
 Tag: arch-any-in-binary-pkg
 Type: error
 Info: The special architecture value `any' does not make sense in a binary
  package.
-Ref: policy 5.6.7
+Ref: policy 5.6.8
 
 Tag: no-maintainer-field
 Type: error
@@ -207,18 +207,18 @@
 Tag: essential-in-source-package
 Type: error
 Info: This field should only appear in binary packages.
-Ref: policy 5.6.8
+Ref: policy 5.6.9
  
 Tag: essential-no-not-needed
 Type: error
 Info: Having `Essential: no' is the same as not having the field at all,
  so it just makes the Packages file longer with no benefit.
-Ref: policy 5.6.8
+Ref: policy 5.6.9
 
 Tag: unknown-essential-value
 Type: error
 Info: The only valid values for the Essential field are yes and no.
-Ref: policy 5.6.8
+Ref: policy 5.6.9
 
 Tag: no-section-field
 Type: warning
@@ -309,7 +309,7 @@
  instead.
 
 Tag: bad-version-in-relation
-Ref: policy 5.6.11
+Ref: policy 5.6.12
 Type: error
 Info: The version number used in this relationship does not match the
  defined format of a version number.
@@ -379,7 +379,7 @@
 
 Tag: invalid-arch-string-in-source-relation
 Type: error
-Ref: policy 5.6.7
+Ref: policy 5.6.8
 Info: The architecture string in the source relation does not follow policy.
  A common cause of this is a comma in the arch, i.e. [i386, m68k], it should
  be [i386 m68k].

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-12 20:07:29 UTC (rev 470)
+++ trunk/debian/changelog	2005-08-12 23:23:18 UTC (rev 471)
@@ -17,9 +17,14 @@
       issuing an error here is silly
     + [FL] Fix typo (s,debian/control,debian/compat,) in description of
       declares-possibly-conflicting-debhelper-compat-versions
-  * checks/description:
+  * checks/description{,.desc}:
     + [FL] Avoid double warning about description-is-dh_make-template
       in the same way we do it for the corresponding debmake tag
+    + [FL] Policy section of Description field has changed
+  * checks/fields.desc:
+    + [FL] Fix a lot of off-by-one errors in the policy references
+      (caused by the addition of the Uploaders field). Unknowningly
+      pointed out by Russ Allbery
   * checks/manpages:
     + [FL] Don't issue warnings about 8bit characters in translated
       man pages. Patch by Denis Barbier (Closes: #321650)



Reply to: