[SCM] Debian package checker branch, master, updated. 2.2.13-30-gac2ee68
The following commit has been merged in the master branch:
commit ac2ee68efa868542fb53969e8439f21c8265427b
Author: Colin Watson <cjwatson@canonical.com>
Date: Fri Jul 31 12:03:09 2009 +0100
Permit Help: in .templates files
* checks/debconf:
+ [CW] Permit Help: in .templates files, which is supported as of
cdebconf 0.143 and used in the installer.
diff --git a/checks/debconf b/checks/debconf
index ac3ea07..c5c47fa 100644
--- a/checks/debconf
+++ b/checks/debconf
@@ -28,9 +28,10 @@ use Util;
# From debconf-devel(7), section 'THE TEMPLATES FILE', up to date with debconf
# version 1.5.24. Added indices for cdebconf (indicates sort order for
# choices); debconf doesn't support it, but it ignores it, which is safe
-# behavior.
+# behavior. Likewise, help is supported as of cdebconf 0.143 but is not yet
+# supported by debconf.
my %template_fields = map { $_ => 1 }
- qw(template type choices indices default description);
+ qw(template type choices indices default description help);
# From debconf-devel(7), section 'THE TEMPLATES FILE', up to date with debconf
# version 1.5.24.
diff --git a/debian/changelog b/debian/changelog
index c11a8c3..ca31976 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lintian (2.2.15) UNRELEASED; urgency=low
+
+ * checks/debconf:
+ + [CW] Permit Help: in .templates files, which is supported as of
+ cdebconf 0.143 and used in the installer.
+
+ -- Colin Watson <cjwatson@debian.org> Fri, 31 Jul 2009 12:00:10 +0100
+
lintian (2.2.14) unstable; urgency=low
* Summary of tag changes:
--
Debian package checker
Reply to: