From Raoul Borenius <raoul@shuttle.de>:
this patch makes packages which are on 'hold' show up correctly again.
@@ -191,7 +191,7 @@
}
}
}
- if (/^\d+\spackages upgraded,\s\d+\snewly installed, \d+ to remove and (\d+) not upgraded/)
+ if (/^\d+\supgraded,\s\d+\snewly installed, \d+ to remove and (\d+) not upgraded/)
{
$hold = $1;
}
BTW, why isn't 'stable' included? I suggest
@@ -61,7 +61,7 @@
$ENV{'LC_ALL'}="C";
my $statefile = "/var/lib/munin/plugin-state/plugin-apt.state";
-my @releases = ("testing","unstable");
+my @releases = ("stable","testing","unstable");
or am I missing something?