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

lintian: r466 - in trunk: checks debian



Author: djpig
Date: 2005-08-04 23:43:21 +0200 (Thu, 04 Aug 2005)
New Revision: 466

Modified:
   trunk/checks/description
   trunk/debian/changelog
Log:
Avoid double warning about description-is-dh_make-template
in the same way we do it for the corresponding debmake tag


Modified: trunk/checks/description
===================================================================
--- trunk/checks/description	2005-08-04 21:38:00 UTC (rev 465)
+++ trunk/checks/description	2005-08-04 21:43:21 UTC (rev 466)
@@ -68,7 +68,7 @@
     if ($synopsis =~ m/^\s*missing\s*$/i) {
 	tag "description-is-debmake-template", "" unless $template++;
     } elsif ($synopsis =~ m/<insert up to 60 chars description>/) {
-	tag "description-is-dh_make-template", "";
+	tag "description-is-dh_make-template", "" unless $template++;
     }
 }
 
@@ -113,7 +113,7 @@
 	if (m/^\s*missing\s*$/oi) {
 	    tag "description-is-debmake-template", "" unless $template++;
 	} elsif (m/<insert long description, indented with spaces>/) {
-	    tag "description-is-dh_make-template", "";
+	    tag "description-is-dh_make-template", "" unless $template++;
 	}
     }
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-04 21:38:00 UTC (rev 465)
+++ trunk/debian/changelog	2005-08-04 21:43:21 UTC (rev 466)
@@ -11,6 +11,9 @@
       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:
+    + [FL] Avoid double warning about description-is-dh_make-template
+      in the same way we do it for the corresponding debmake tag
 
  -- Frank Lichtenheld <djpig@debian.org>  Thu,  4 Aug 2005 12:45:33 +0200
 



Reply to: