Codebase list apt-file / 0874b14
d/chagelog: Document Ville Skyttä's changes Signed-off-by: Niels Thykier <niels@thykier.net> Niels Thykier 1 year, 7 months ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
88 will make apt-file emit results as soon as they are found
99 but also emit duplicate results in many cases. It can greatly
1010 reduce memory usage and runtime spent up to first result.
11
12 [ Ville Skyttä ]
13 * apt-file: Replace `fgrep` with `grep -E`. (Closes: #1019329)
1114
1215 [ Lucy Phipps ]
1316 * apt-file: Fix invalid call to stop_with_msg.