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

lintian: r713 - in trunk: checks debian



Author: rra
Date: 2006-08-19 01:12:38 +0200 (Sat, 19 Aug 2006)
New Revision: 713

Modified:
   trunk/checks/copyright-file
   trunk/debian/changelog
Log:
* checks/copyright-file:
  + [RA] Catch "<fill in http/ftp site>" as well as the string without
    "http/".  Thanks, Jari Aalto.  (Closes: #374167)

Modified: trunk/checks/copyright-file
===================================================================
--- trunk/checks/copyright-file	2006-08-18 23:03:35 UTC (rev 712)
+++ trunk/checks/copyright-file	2006-08-18 23:12:38 UTC (rev 713)
@@ -139,7 +139,7 @@
 
 my $wrong_directory_detected = 0;
 
-if (m/\<fill in ftp site\>/ or m/\<Must follow here\>/) {
+if (m,\<fill in (http/)?ftp site\>, or m/\<Must follow here\>/) {
     tag "helper-templates-in-copyright", "";
 }
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-08-18 23:03:35 UTC (rev 712)
+++ trunk/debian/changelog	2006-08-18 23:12:38 UTC (rev 713)
@@ -7,6 +7,9 @@
   * checks/changelog-file{.desc,}:
     + [RA] Diagnose changelog files that are symlinks, using the new way
       the changelog-file collection script processes them.
+  * checks/copyright-file:
+    + [RA] Catch "<fill in http/ftp site>" as well as the string without
+      "http/".  Thanks, Jari Aalto.  (Closes: #374167)
   * checks/deb-format{.desc,}:
     + [RA] Remove deb-created-with-broken-tar; the bug was actually in
       dpkg, and the dpkg in stable has been fixed.  Thanks Jari Aalto and



Reply to: