-
- Downloads
dh_setup_copyright: Improve perf of handling non-existent source files
find_package_providing_path would try to look up the source package for
every incoming file, even if the file doesn't actually exist on disk.
This is largely useless, because dpkg-query only finds matches for
*installed* packages anyway, so just skip calling it at all for
non-existent files.
Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
parent
9f91e053
No related branches found
No related tags found
Please register or sign in to comment