Explorar el Código

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

Guillem Jover hace 19 años
padre
commit
ec03bee68d
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  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>
 
 	* 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);
 
-&outputclose(0);
+outputclose($varlistfile);
 
 sub clerror
 {