Opened 15 years ago
Closed 15 years ago
#86 closed defect (fixed)
PBMULTISRC is not filtered
| Reported by: | Nicolas Doualot | Owned by: | Bruno Cornec |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.1 |
| Component: | pb | Version: | 0.10.1 |
| Keywords: | Cc: |
Description
Problem is located in file /usr/lib/perl5/vendor_perl/5.8.8/ProjectBuilder/Filter.pm on line 205, there is a reference to $pb->{'patches'} where it should be $pb->{'sources'}
After changin this line, PBMULTISRC is correctely filtered
Change History (1)
comment:1 by , 15 years ago
| Milestone: | → 0.10.2 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in rev [1218]