Subversion Repositories DevTools

Rev

Rev 5711 | Rev 5767 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5711 Rev 5752
Line 279... Line 279...
279
                    }
279
                    }
280
                }
280
                }
281
            }
281
            }
282
        }
282
        }
283
 
283
 
284
        ReportError ("Required Debain package not found: $base_name") unless @debian_file_path;
284
        ReportError ("Required Debian package not found: $base_name") unless @debian_file_path;
285
        ReportError ("Multiple matching Debian Packages located: $base_name", @debian_file_path ) if ( $#debian_file_path > 0 );
285
        ReportError ("Multiple matching Debian Packages located: $base_name", @debian_file_path ) if ( $#debian_file_path > 0 );
286
        return $debian_file_path[0];
286
        return $debian_file_path[0];
287
    }
287
    }
288
 
288
 
289
    #-------------------------------------------------------------------------------
289
    #-------------------------------------------------------------------------------