Hi,
please unblock-udeb s390-netdevice 0.0.29. Otavio, is that ok with you?
The code changes are pasted below.
Thanks
Philipp Kern
diff -Nru s390-netdevice-0.0.26/debian/s390-netdevice.templates s390-netdevice-0.0.29/debian/s390-netdevice.templates
--- s390-netdevice-0.0.26/debian/s390-netdevice.templates 2010-12-28 17:41:26.000000000 +0000
+++ s390-netdevice-0.0.29/debian/s390-netdevice.templates 2011-02-17 20:27:13.000000000 +0000
@@ -1,5 +1,6 @@
Template: s390-netdevice/choose_networktype
Type: select
+Choices-C: ctc, qeth, iucv
# Note to translators : Please keep your translations of the choices
# below a 65 columns limit (which means 65 characters
# in single-byte languages) including the initial path
diff -Nru s390-netdevice-0.0.26/netdevice.c s390-netdevice-0.0.29/netdevice.c
--- s390-netdevice-0.0.26/netdevice.c 2010-12-28 17:41:26.000000000 +0000
+++ s390-netdevice-0.0.29/netdevice.c 2011-02-17 21:12:58.000000000 +0000
@@ -134,7 +134,6 @@
{
int ret;
- debconf_fset(client, template, "seen", "false");
debconf_input(client, priority, template);
ret = debconf_go(client);
debconf_get(client, template);
@@ -339,7 +338,6 @@
template = TEMPLATE_PREFIX "ctc/choose_read";
debconf_subst (client, template, "choices", buf);
- debconf_fset (client, template, "seen", "false");
debconf_input (client, "critical", template);
ret = debconf_go (client);
if (ret == 30)
@@ -353,7 +351,6 @@
template = TEMPLATE_PREFIX "ctc/choose_write";
debconf_subst (client, template, "choices", buf);
- debconf_fset (client, template, "seen", "false");
debconf_input (client, "critical", template);
ret = debconf_go (client);
if (ret == 30)
@@ -435,7 +432,6 @@
template = TEMPLATE_PREFIX "qeth/choose";
debconf_subst (client, template, "choices", buf);
- debconf_fset (client, template, "seen", "false");
debconf_input (client, "critical", template);
ret = debconf_go (client);
if (ret == 30)
Attachment:
signature.asc
Description: Digital signature