The following commit has been merged in the master branch:
commit 71ceb2f78f8fbadc70add32b1a1bd26930eccc06
Author: Adam D. Barratt <[EMAIL PROTECTED]>
Date: Thu Jul 17 06:26:06 2008 +0100
Don't complain about unused debconf templates in udebs
* checks/debconf:
+ [ADB] Don't complain about unused debconf templates in udebs.
(Closes: #491135)
diff --git a/checks/debconf b/checks/debconf
index f643e03..a02350e 100644
--- a/checks/debconf
+++ b/checks/debconf
@@ -486,7 +486,7 @@ foreach my $template (@templates_seen) {
}
}
tag "unused-debconf-template", $template
- unless $used or $pkg eq "debconf";
+ unless $used or $pkg eq "debconf" or $type eq 'udeb';
}
# Check that the right dependencies are in the control file. Accept any
diff --git a/debian/changelog b/debian/changelog
index 9e06924..746de01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lintian (1.24.3) unstable; urgency=low
+
+ * checks/debconf:
+ + [ADB] Don't complain about unused debconf templates in udebs.
+ (Closes: #491135)
+
+ --
+
lintian (1.24.2) unstable; urgency=low
The "welcome Adam D. Barratt!" release.
--
Debian package checker
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]