On Fri, May 06, 2011 at 07:59:14PM +0100, Dominic Hargreaves wrote: > NMU diff attached. Unless the maintainer or release team ask me to > upload sooner, or the maintainer asks me to not upload, I will upload > this next Wednesday.
Really attached this time. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
diff -u mrtg-2.16.3/debian/changelog mrtg-2.16.3/debian/changelog --- mrtg-2.16.3/debian/changelog +++ mrtg-2.16.3/debian/changelog @@ -1,3 +1,11 @@ +mrtg (2.16.3-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Include patch from upstream (r285) fixing fatal errors when running + with perl 5.12; Closes: #625695 + + -- Dominic Hargreaves <d...@earth.li> Fri, 06 May 2011 19:51:19 +0100 + mrtg (2.16.3-3) unstable; urgency=low * debian/po/vi.po diff -u mrtg-2.16.3/lib/mrtg2/MRTG_lib.pm mrtg-2.16.3/lib/mrtg2/MRTG_lib.pm --- mrtg-2.16.3/lib/mrtg2/MRTG_lib.pm +++ mrtg-2.16.3/lib/mrtg2/MRTG_lib.pm @@ -1178,7 +1178,7 @@ if (my_type() eq 'VIO'){ $main::Cleanfile3 = $pidfile; - print "MRTG detached. PID=".system(P_DETACH,$^X." ".$0." ".$cfgfile); + print "MRTG detached. PID=".system(P_DETACH(),$^X." ".$0." ".$cfgfile); exit; } } else {