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

lintian: r904 - in trunk: checks debian



Author: rra
Date: 2007-06-17 13:25:31 +0200 (Sun, 17 Jun 2007)
New Revision: 904

Modified:
   trunk/checks/po-debconf
   trunk/debian/changelog
Log:
* checks/po-debconf:
  + [RA] Close the template file handle between files so that the line
    numbers for translated default fields are correct.

Modified: trunk/checks/po-debconf
===================================================================
--- trunk/checks/po-debconf	2007-06-17 11:25:27 UTC (rev 903)
+++ trunk/checks/po-debconf	2007-06-17 11:25:31 UTC (rev 904)
@@ -46,6 +46,7 @@
 				tag "translated-default-field", "$file: $."
 					if (m/^_Default(Choice)?: [^[]*$/);
 			}
+			close PO;
 		}
 	}
 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-06-17 11:25:27 UTC (rev 903)
+++ trunk/debian/changelog	2007-06-17 11:25:31 UTC (rev 904)
@@ -3,8 +3,11 @@
   * checks/binaries:
     + [RA] Sort the package SONAMEs to provide more stable lintian tags.
       Patch from Cyril Brulebois.  (Closes: #428681)
+  * checks/po-debconf:
+    + [RA] Close the template file handle between files so that the line
+      numbers for translated default fields are correct.
 
- -- Russ Allbery <rra@debian.org>  Sun, 17 Jun 2007 03:03:19 -0700
+ -- Russ Allbery <rra@debian.org>  Sun, 17 Jun 2007 04:22:47 -0700
 
 lintian (1.23.31) unstable; urgency=low
 



Reply to: