Bug#1076155: dpkg-query --search does not use partial pathnames as pattern

2025-05-07 Thread Vincent Lefevre
On 2024-07-11 12:32:44 -0400, js wrote: > dpkg-query does not use a partial pathname as a pattern to search. > > Example: > => which exiftool >/bin/exiftool > => dpkg-query --search `which exiftool` >dpkg-query: no path found matching pattern /bin/exiftool > => dlocate `which exiftoo

Bug#1076155: dpkg-query --search does not use partial pathnames as pattern

2024-07-11 Thread js
Package: dpkg Version: 1.22.6 Severity: minor Dear Maintainer, === dpkg-query does not use a partial pathname as a pattern to search. Example: => which exiftool /bin/exiftool => dpkg-query --search `which exiftool`