From: Guillem Jover Date: Mon, 12 Mar 2007 03:50:39 +0000 (+0000) Subject: * scripts/changelog/debian.pl: Fix call to outputclose by passing X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec03bee68dfae21c957a8e4fece96e75c0d0cffa;p=dpkg * scripts/changelog/debian.pl: Fix call to outputclose by passing $varlistfile to it. --- diff --git a/ChangeLog b/ChangeLog index 96cfddf9..bcae3862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-12 Guillem Jover + + * scripts/changelog/debian.pl: Fix call to outputclose by passing + $varlistfile to it. + 2007-03-12 Guillem Jover * lib/dpkg.h (compression_type): Rename to ... diff --git a/scripts/changelog/debian.pl b/scripts/changelog/debian.pl index d9ccc942..ac7753b3 100755 --- a/scripts/changelog/debian.pl +++ b/scripts/changelog/debian.pl @@ -163,7 +163,7 @@ while ($f{'Changes'} =~ /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i } $f{'Closes'} = join(' ',sort { $a <=> $b} @closes); -&outputclose(0); +outputclose($varlistfile); sub clerror {