# cme(1) completion for dpkg-patch model
# the file must be delivered with a name beginning with cme- so that it can
# be picked up by cme bash completion file

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