From 5a4a5a52398e867527eb3ec3f2a9ebb8ecca4906 Mon Sep 17 00:00:00 2001 From: Don Armstrong <don@volo> Date: Sat, 8 Jul 2006 00:25:01 -0700 Subject: [PATCH] * Add patch from Sesse to fix some of the source versioning problems in debbugs. --- scripts/errorlib.in | 4 ++++ 1 file changed, 4 insertions(+) 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) { -- 2.39.5