]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Add patch from Sesse to fix some of the source versioning problems
authorDon Armstrong <don@volo>
Sat, 8 Jul 2006 07:25:01 +0000 (00:25 -0700)
committerDon Armstrong <don@volo>
Sat, 8 Jul 2006 07:25:01 +0000 (00:25 -0700)
   in debbugs.

scripts/errorlib.in

index 217ae55a7077c570112dad7c7ae8377c9364efac..2c33a9636ae069953d201615fa1f46276e16c587 100755 (executable)
@@ -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) {