Package: dkms
Version: 2.6.1-1

The completions file for dkms are being installed into the obsolete
directory, /etc/bash_completion.d/, when they should be installed under
the default directory, /usr/share/bash-completion/completions.

The reason for this is that the obsolete directory is hardcoded:

    $ dget http://http.debian.net/debian/pool/main/d/dkms/dkms_2.6.1-1.dsc
    $ grep -RnE completion dkms-2.6.1//
    dkms-2.6.1/Makefile:16:BASHDIR = $(DESTDIR)/etc/bash_completion.d

I believe that the fix needs to be done in dkms, rather than in
bash-completion, as explained in bug report 811496, more specifically,
in message 83 [1].

Thanks,
Gabriel

[1] https://bugs.debian.org/811496#83

Reply via email to