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

[SCM] Debian package checker branch, master, updated. 1.24.2-42-gd16dce3



The following commit has been merged in the master branch:
commit d16dce3878b11a0a73b80642d23f1f1ffdd15b84
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sun Jul 27 21:13:16 2008 +0100

    Don't flag the dictionaries-common shared templates as unused

diff --git a/checks/debconf b/checks/debconf
index 95d050f..d0f5830 100644
--- a/checks/debconf
+++ b/checks/debconf
@@ -485,8 +485,12 @@ foreach my $template (@templates_seen) {
 	    }
 	}
     }
-    tag "unused-debconf-template", $template
-	unless $used or $pkg eq "debconf" or $type eq 'udeb';
+
+    unless ($used or $pkg eq "debconf" or $type eq 'udeb') {
+	tag "unused-debconf-template", $template
+	    unless $template =~ m,^shared/packages-(wordlist|ispell)$,
+	        or $template =~ m,/languages$,;
+    }
 }
 
 # Check that the right dependencies are in the control file.  Accept any
diff --git a/debian/changelog b/debian/changelog
index 9ee3c5c..c9bf682 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ lintian (1.24.3) unstable; urgency=low
       (Closes: #491135)
     + [RA] Try to recognize at least some debconf template uses in Perl.
     + [ADB] Replace fields/* access with Lintian::Collect::field()
+    + [ADB] Don't flag the shared templates used for dictionaries-common
+      co-ordination as unused.
   * checks/description:
     + [RA] Don't warn about a synopsis that ends in "etc."  Patch from
       Chris Lamb.  (Closes: #491252)

-- 
Debian package checker


Reply to: