Package: lintian
Version: 1.23.21
Severity: minor
Tags: patch

Hi,

Following of #232442:

Packages containing a *templates.in file will have the
stray-translated-debconf-templates tag (console-common, dash, norwegian
and sun-java5 have such files). I have checked the archive, and it seems
to be the one used pattern that may raise a warning (i.e. there is no
other templates.XX that have the same problem).

The attached patch should fix the problem.

-- 
Thomas Huriaux
--- po-debconf.orig     2006-05-16 20:03:20.000000000 +0200
+++ po-debconf  2006-05-16 20:08:23.000000000 +0200
@@ -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

Attachment: signature.asc
Description: Digital signature

Reply via email to