From ec03bee68dfae21c957a8e4fece96e75c0d0cffa Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 12 Mar 2007 03:50:39 +0000 Subject: [PATCH] * scripts/changelog/debian.pl: Fix call to outputclose by passing $varlistfile to it. --- ChangeLog | 5 +++++ scripts/changelog/debian.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 { -- 2.39.5