Package: po-debconf
Version: 1.0.8
Severity: minor
Tags: patch

Hi,

The error type is now perfectly supported by debconf,
podebconf-display-po should reflect that.
There is also a plugin for cdebconf, cdebconf-entropy, which allows one
to use the entropy-text type, which is invalid for debconf, and
therefore not supported by podebconf-display-po.

The attached patch should fix these two issues.

Cheers,

-- 
Thomas Huriaux
--- /usr/bin/podebconf-display-po	2006-12-12 00:25:07.000000000 +0100
+++ podebconf-display-po	2007-02-10 12:09:57.000000000 +0100
@@ -97,8 +97,8 @@
                                 if (s/^#\. Type:\s*(\S+)\n//) {
                                         $type = lc($1);
                                 }
-                                #  The error type is a cdebconf extension.
-                                $type = 'note' if $type eq 'error';
+                                #  The entropy-text type is a plugin
+                                $type = "text" if $type eq "entropy-text";
                                 if (s/^#\. (\S+)\n//) {
                                         $field = $1;
                                 }

Attachment: signature.asc
Description: Digital signature

Reply via email to