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

lintian: r71 - in trunk: checks debian



Author: djpig
Date: 2004-02-27 00:03:42 +0100 (Fri, 27 Feb 2004)
New Revision: 71

Modified:
   trunk/checks/description
   trunk/debian/changelog
Log:
fix description-is-dh_make-template check (Closes: #215125)


Modified: trunk/checks/description
===================================================================
--- trunk/checks/description	2004-02-26 22:45:34 UTC (rev 70)
+++ trunk/checks/description	2004-02-26 23:03:42 UTC (rev 71)
@@ -109,7 +109,7 @@
 	}
 	if (m/^\s*missing\s*$/oi) {
 	    print "E: $pkg $type: description-is-debmake-template\n" unless $template++;
-	} elsif (m/ <insert long description, indented with spaces>/) {
+	} elsif (m/<insert long description, indented with spaces>/) {
 	    print "E: $pkg $type: description-is-dh_make-template\n";
 	}
     }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-02-26 22:45:34 UTC (rev 70)
+++ trunk/debian/changelog	2004-02-26 23:03:42 UTC (rev 71)
@@ -31,6 +31,9 @@
   * checks/binaries:
     + don't complain about non-stripped kernel modules (Closes: #203373)
       Patch by Dagfinn Ilmari Mannsaker
+  * checks/description:
+    + fix description-is-dh_make-template check (Closes: #215125)
+      Fix suggested by Josip Rodin
   * unpack/unpack-binpkg-l1: tar uses now h to signal hardlinks which
      breaks a lot of our code. so sed'ing it away (Closes: #234545)
      Many many thanks to Theodore Y. Ts'o for bringing this to our



Reply to: