Changeset 1630 in ProjectBuilder for devel


Ignore:
Timestamp:
Jun 5, 2012, 4:27:09 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4913@localhost: bruno | 2012-06-05 03:13:30 +0200

  • This regex for deb package analysis should work with non english languages as well (back to what I had perviously)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1629 r1630  
    15651565                chomp();
    15661566                pb_log(3,"In loop: $_\n");
    1567                 next unless (/^dpkg-deb.*:\s+.+\s+\.\.\/(\S+)\s+.*\./o);
     1567                next unless (/^dpkg-deb.*\.\.\/(.*_.*\.deb).*/$1/o);
    15681568                my $tmp = $1;
    15691569                #doesn't work in my case
Note: See TracChangeset for help on using the changeset viewer.