[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#31508: parsechangelog broken?



Package: dpkg-dev
Version: 1.4.1
Severity: important

Without the attached patch, I am unable to build packages with
dpkg-buildpackage.

  Christian

--- controllib.pl~	Thu Oct 22 18:03:57 1998
+++ controllib.pl	Tue Jan  5 22:26:17 1999
@@ -90,7 +90,7 @@
 sub outputclose {
     my ($dosubstvars) = @_;
     for $f (keys %f) { $substvar{"F:$f"}= $f{$f}; }
-    if (length($varlistfile)) {
+    if (length($varlistfile) and $dosubstvars) {
         $varlistfile="./$varlistfile" if $varlistfile =~ m/\s/;
         if (open(SV,"< $varlistfile")) {
             while (<SV>) {

Attachment: pgpUDJMms9j0V.pgp
Description: PGP signature


Reply to: