Commit 5f887ce23a38fc6b9f395593a4f7ce1de5b80e8d
- Diff rendering mode:
- inline
- side by side
bin/patch_capabilities.pl
(7 / 3)
|   | |||
| 131 | 131 | } | |
| 132 | 132 | } | |
| 133 | 133 | ||
| 134 | # Remove all dependencies to other packages to reduce unnecessary error messages | ||
| 135 | # from depended packages that are also patched and therefore have different UID. | ||
| 136 | if ($line =~ m/^\(0x[0-9|a-f|A-F]*\).*\{.*\}$/) | ||
| 134 | # Remove dependencies to known problem packages (i.e. packages that are likely to be patched, also) | ||
| 135 | # to reduce unnecessary error messages. | ||
| 136 | if ($line =~ m/^\(0x2002af5f\).*\{.*\}$/) | ||
| 137 | { | ||
| 138 | $newLine = "\n" | ||
| 139 | } | ||
| 140 | if ($line =~ m/^\(0x2001E61C\).*\{.*\}$/) | ||
| 137 | 141 | { | |
| 138 | 142 | $newLine = "\n" | |
| 139 | 143 | } |

