Ignore:
Timestamp:
Feb 18, 2009, 1:47:34 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Tries to avoid an error msg on disconnect at end of announce by finishing session before
  • Fix debian build deps computation (checked on lenny)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Distribution.pm

    r696 r698  
    412412    pb_log(2,"found deps: $_\n");
    413413    s/$regexp/$1/i;
    414     # Remove conditions in the middle and at the end
     414    # Remove conditions in the middle and at the end for deb
     415    s/\(\s*[><=]+.*\)\s*,/,/g;
     416    s/\(\s*[><=]+.*$//g;
     417    # Same for rpm
    415418    s/[><=]+.*,/,/g;
    416419    s/[><=]+.*$//g;
Note: See TracChangeset for help on using the changeset viewer.