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

lintian: r341 - in trunk: checks debian



Author: jeroen
Date: 2004-08-18 10:03:18 +0200 (Wed, 18 Aug 2004)
New Revision: 341

Modified:
   trunk/checks/po-debconf
   trunk/debian/changelog
Log:
* checks/po-debconf
  + [JvW] Don't give missing-file-from-potfile-in on empty lines
    (Thanks Adam Conrad for noticing)


Modified: trunk/checks/po-debconf
===================================================================
--- trunk/checks/po-debconf	2004-07-13 18:38:24 UTC (rev 340)
+++ trunk/checks/po-debconf	2004-08-18 08:03:18 UTC (rev 341)
@@ -64,7 +64,7 @@
 		chomp;
 		s/.*\]\s*//;
 		#  Cannot check files which are not under debian/
-		next if m,^\.\./,;
+		next if m,^\.\./, or $_ eq '';
 		tag "missing-file-from-potfiles-in", "$_"
 			 unless -f "debfiles/$_";
 	}

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-07-13 18:38:24 UTC (rev 340)
+++ trunk/debian/changelog	2004-08-18 08:03:18 UTC (rev 341)
@@ -1,3 +1,13 @@
+lintian (1.23.3) unstable; urgency=low
+
+  The ``PLACEHOLDER'' release, ...
+
+  * checks/po-debconf
+    + [JvW] Don't give missing-file-from-potfile-in on empty lines
+      (Thanks Adam Conrad for noticing)
+
+ -- Debian Lintian Maintainers <lintian-maint@debian.org>  Wed, 18 Aug 2004 10:02:51 +0200
+
 lintian (1.23.2) unstable; urgency=low
 
   * The "of course it had to go wrong on my first own lintian



Reply to: