This file is indexed.

/etc/bash_completion.d/libconfig-model-dpkg-perl is in libconfig-model-dpkg-perl 2.059.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
# cme(1) completion for dpkg-patch model

_cme_dpkg-patch()
{
    COMPREPLY=( $( cd debian/patches ; compgen -o filenames -G "$cur*" -W '~~ -' -- $cur | grep -v series ) )
}