Hi. Not sure whether this is a bug, but I guess so. dpkg -S (and perhaps other options as well) don't collaps multiple consecutive / in pathnames, e.g.: # dpkg -S /etc//X11/app-defaults/XTerm dpkg-query: no path found matching pattern /etc//X11/app-defaults/XTerm # dpkg -S /etc/X11/app-defaults/XTerm xterm: /etc/X11/app-defaults/XTerm Cheers, Chris.
Hi! Yes, this is a bug, all input paths need to be canonicalized. I've got this on my TODO list, cannot remember if there's already a bug report for this (perhaps as part of another one), will check it later. Thanks, Guillem