From: Don Armstrong Date: Sat, 8 Jul 2006 07:25:01 +0000 (-0700) Subject: * Add patch from Sesse to fix some of the source versioning problems X-Git-Tag: release/2.6.0~585^2^2~102 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a4a5a52398e867527eb3ec3f2a9ebb8ecca4906;p=debbugs.git * Add patch from Sesse to fix some of the source versioning problems in debbugs. --- diff --git a/scripts/errorlib.in b/scripts/errorlib.in index 217ae55a..2c33a963 100755 --- a/scripts/errorlib.in +++ b/scripts/errorlib.in @@ -194,6 +194,7 @@ sub addfoundversions { return; } # Otherwise, an unqualified version will have to do. + undef $source; } # Strip off various kinds of brain-damage. @@ -228,6 +229,7 @@ sub removefoundversions { return; } # Otherwise, an unqualified version will have to do. + undef $source; } foreach my $ver (split /[,\s]+/, $version) { @@ -254,6 +256,7 @@ sub addfixedversions { return; } # Otherwise, an unqualified version will have to do. + undef $source; } # Strip off various kinds of brain-damage. @@ -288,6 +291,7 @@ sub removefixedversions { return; } # Otherwise, an unqualified version will have to do. + undef $source; } foreach my $ver (split /[,\s]+/, $version) {