Pārlūkot izejas kodu

* scripts/changelog/debian.pl: Fix call to outputclose by passing
$varlistfile to it.

Guillem Jover 19 gadi atpakaļ
vecāks
revīzija
ec03bee68d
2 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. 5 0
      ChangeLog
  2. 1 1
      scripts/changelog/debian.pl

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2007-03-12  Guillem Jover  <guillem@debian.org>
+
+	* scripts/changelog/debian.pl: Fix call to outputclose by passing
+	$varlistfile to it.
+
 2007-03-12  Guillem Jover  <guillem@debian.org>
 2007-03-12  Guillem Jover  <guillem@debian.org>
 
 
 	* lib/dpkg.h (compression_type): Rename to ...
 	* lib/dpkg.h (compression_type): Rename to ...

+ 1 - 1
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);
 $f{'Closes'} = join(' ',sort { $a <=> $b} @closes);
 
 
-&outputclose(0);
+outputclose($varlistfile);
 
 
 sub clerror
 sub clerror
 {
 {