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

lintian: r487 - in trunk: checks debian



Author: he
Date: 2005-09-10 02:12:09 +0200 (Sat, 10 Sep 2005)
New Revision: 487

Modified:
   trunk/checks/description
   trunk/debian/changelog
Log:
* checks/description:
  + [HE] Change description-synopsis-is-duplicated to only be emitted if
    the synopsis is copied without being extended. (Closes: #316523)



Modified: trunk/checks/description
===================================================================
--- trunk/checks/description	2005-09-10 00:09:14 UTC (rev 486)
+++ trunk/checks/description	2005-09-10 00:12:09 UTC (rev 487)
@@ -80,7 +80,7 @@
     if ($lines == 0) {
 	my $firstline = lc $_;
 	my $lsyn = lc $synopsis;
-	if ($firstline =~ /^\Q$lsyn\E/) {
+	if ($firstline =~ /^\Q$lsyn\E$/) {
 	    tag "description-synopsis-is-duplicated", "";
 	} else {
 	    $firstline =~ s/[^a-zA-Z0-9]+//g;

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-09-10 00:09:14 UTC (rev 486)
+++ trunk/debian/changelog	2005-09-10 00:12:09 UTC (rev 487)
@@ -4,6 +4,10 @@
     + [FL] Add some formats to the exception list for extra-license-file
       (jpe?g, gif and svg) (Closes: #324944)
 
+  * checks/description:
+    + [HE] Change description-synopsis-is-duplicated to only be emitted if
+      the synopsis is copied without being extended. (Closes: #316523)
+
   * checks/shared-libs:
     + [HE] Apply patch from Bastian Blank to check for executable stacks in
       binaries. New checks are called shlib-without-PT_GNU_STACK-section,



Reply to: