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

lintian: r409 - in trunk: checks debian testset



Author: jeroen
Date: 2005-01-15 00:48:04 +0100 (Sat, 15 Jan 2005)
New Revision: 409

Modified:
   trunk/checks/description
   trunk/checks/description.desc
   trunk/debian/changelog
   trunk/testset/tags.debconf
   trunk/testset/tags.relations
Log:
* checks/description:
  + [JvW] Drop description-synopsis-starts-with-a-capital-letter by popular
    demand (Closes: #288568)


Modified: trunk/checks/description
===================================================================
--- trunk/checks/description	2005-01-14 23:39:54 UTC (rev 408)
+++ trunk/checks/description	2005-01-14 23:48:04 UTC (rev 409)
@@ -59,9 +59,6 @@
     if ($synopsis =~ m/\.\s*$/) {
 	tag "description-synopsis-might-not-be-phrased-properly", "";
     }
-    if ($synopsis =~ m/^\s*[A-Z]/) {
-	tag "description-synopsis-starts-with-a-capital-letter";
-    }
     if ($synopsis =~ m/\t/) {
 	tag "description-contains-tabs", "" unless $tabs++;
     }

Modified: trunk/checks/description.desc
===================================================================
--- trunk/checks/description.desc	2005-01-14 23:39:54 UTC (rev 408)
+++ trunk/checks/description.desc	2005-01-14 23:48:04 UTC (rev 409)
@@ -83,13 +83,6 @@
  field.
 Ref: policy 3.4.1
 
-Tag: description-synopsis-starts-with-a-capital-letter
-Type: warning
-Info: The synopsis (first line in the package "Description:" field, the
- short description) starts with a letter in uppercase. It is recommended
- to use lowercase instead.
-Ref: devref 6.2.2
-
 Tag: description-synopsis-is-duplicated
 Type: error
 Info: The first line of the extended Description: should not repeat the

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-01-14 23:39:54 UTC (rev 408)
+++ trunk/debian/changelog	2005-01-14 23:48:04 UTC (rev 409)
@@ -17,6 +17,8 @@
     + [SRL] Do not generate warnings when a short description starts with an
       article; this is good grammar and should not be discouraged.
       (Closes: #290505)
+    + [JvW] Drop description-synopsis-starts-with-a-capital-letter by popular
+      demand (Closes: #288568)
   * checks/files{,.desc}:
     + [JvW] Warn only for hardlinks in /etc or amongst different directories
       (Closes: #288634)

Modified: trunk/testset/tags.debconf
===================================================================
--- trunk/testset/tags.debconf	2005-01-14 23:39:54 UTC (rev 408)
+++ trunk/testset/tags.debconf	2005-01-14 23:48:04 UTC (rev 409)
@@ -3,8 +3,6 @@
 E: debconf-test: settitle-requires-versioned-depends config
 W: debconf source: maintainer-script-lacks-debhelper-token debian/debconf-test.postinst
 W: debconf source: newer-debconf-templates
-W: debconf-test: description-synopsis-starts-with-a-capital-letter
 W: debconf-test: multiselect-without-dependency
 W: debconf-test: partially-translated-question debconf/testmulti de.utf-8
-W: debconf-udeb udeb: description-synopsis-starts-with-a-capital-letter
 W: debconf-udeb udeb: missing-debconf-dependency

Modified: trunk/testset/tags.relations
===================================================================
--- trunk/testset/tags.relations	2005-01-14 23:39:54 UTC (rev 408)
+++ trunk/testset/tags.relations	2005-01-14 23:48:04 UTC (rev 409)
@@ -24,10 +24,8 @@
 W: relations source: redundant-origin-field
 W: relations source: virtual-package-depends-without-real-package-depends build-depends: mail-transport-agent
 W: relations-multiple-libs: description-synopsis-might-not-be-phrased-properly
-W: relations-multiple-libs: description-synopsis-starts-with-a-capital-letter
 W: relations-multiple-libs: redundant-bugs-field
 W: relations-multiple-libs: redundant-origin-field
-W: relations: description-synopsis-starts-with-a-capital-letter
 W: relations: package-has-a-duplicate-relation depends: relations, relations (<< 3)
 W: relations: package-relation-with-self depends: relations
 W: relations: package-relation-with-self depends: relations (<< 3)



Reply to: