Hi Christoph,

On 2013-06-18 13:29, Christoph Martin wrote:
there are some more occurences of this bug which lead to cron warnings
and device.html not anymore working. Here are patches:

Many thanks.

What I'd like to do for the Netdisco Debian packages is bring them up to the current 1.3 version which we have on sourceforge. I'll need to spend a little time re-faimiliarizing myself with the Debian infrastructure.

The aim of the Netdisco project is now to focus attention on Netdisco 2 development, with Netdisco 1.x going into maintenance-mode only.

regards,
oliver.

--- /usr/share/perl5/netdisco.pm~ 2012-09-24 11:16:52.000000000 +0200 +++ /usr/share/perl5/netdisco.pm 2013-06-18 14:26:08.345011648 +0200
@@ -334,7 +334,7 @@
     my @hash_refs_mult = qw/v3_user/;

     # Add custom types from caller outside netdisco
- foreach my $type qw(booleans array_refs hash_refs array_refs_mult hash_refs_mult) { + foreach my $type (qw(booleans array_refs hash_refs array_refs_mult hash_refs_mult)) {
         eval "push(\@$type, \@{\$args{config}{\$type}});";
     }

--- /usr/share/netdisco/html/device.html~ 2009-09-08 23:19:51.000000000 +0200 +++ /usr/share/netdisco/html/device.html 2013-06-18 14:26:21.737066601 +0200
@@ -567,7 +567,7 @@
 %  if ($mod->{port}) {
 (<% $mod->{port} %>)
 %  }
-%  for my $f qw(fw hw sw) {
+%  for my $f (qw(fw hw sw)) {
 %    if ($mod->{"${f}_ver"}) {
 [<%$f%>: <%$mod->{"${f}_ver"}%>]
 %    }

Christoph


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to