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

lintian: r675 - in trunk: checks debian testset/debconf/debian



Author: rra
Date: 2006-05-17 04:09:04 +0200 (Wed, 17 May 2006)
New Revision: 675

Added:
   trunk/testset/debconf/debian/debconf-test.templates.in
Modified:
   trunk/checks/po-debconf
   trunk/debian/changelog
Log:
* checks/po-debconf:
  + [RA] Don't consider templates.in to be a stray translated template
    file.  Thanks, Thomas Huriaux.  (Closes: #367534)

Modified: trunk/checks/po-debconf
===================================================================
--- trunk/checks/po-debconf	2006-05-17 02:06:08 UTC (rev 674)
+++ trunk/checks/po-debconf	2006-05-17 02:09:04 UTC (rev 675)
@@ -56,7 +56,7 @@
 # If we got here, we're using po-debconf, so there shouldn't be any stray
 # language templates left over from debconf-mergetemplate.
 for (@lang_templates) {
-    tag "stray-translated-debconf-templates", $_;
+    tag "stray-translated-debconf-templates", $_ unless /templates\.in$/;
 }
 
 # yada builds its template and po/POTFILES.in dynamically at build time, so

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-05-17 02:06:08 UTC (rev 674)
+++ trunk/debian/changelog	2006-05-17 02:09:04 UTC (rev 675)
@@ -3,8 +3,11 @@
   * checks/debconf:
     + [JvW] Teach lintian to know about the 'error' debconf template
       question type
+  * checks/po-debconf:
+    + [RA] Don't consider templates.in to be a stray translated template
+      file.  Thanks, Thomas Huriaux.  (Closes: #367534)
 
- -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Sun, 14 May 2006 00:32:48 +0200
+ -- Russ Allbery <rra@debian.org>  Tue, 16 May 2006 19:06:58 -0700
 
 lintian (1.23.21) unstable; urgency=low
 

Added: trunk/testset/debconf/debian/debconf-test.templates.in
===================================================================



Reply to: