Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct bash completion dir #33

Closed
wants to merge 1 commit into from
Closed

Correct bash completion dir #33

wants to merge 1 commit into from

Conversation

semseysandor
Copy link

fixes #25

@anarcat
Copy link

anarcat commented Feb 15, 2024

i do not believe this is correct. it reverts 8721eb0 (without indicating so in the commit log, nor why. /etc is deprecated for that stuff: debian packages warn loudly about it. specifically, the error I got was:

W: pass-extension-update: package-installs-into-obsolete-dir : ^etc/bash_completion.d/ -> usr/share/bash-completion/completions Ensure new filename matches stricter requirements (see https://bugs.debian.org/776954 and https://bugs.debian.org/814599) [etc/bash_completion.d/pass-update]

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776954 has the detailed rationale, and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814599 has more info about naming conventions.

@semseysandor
Copy link
Author

Thanks, I can see now this is just a temporary workaround (until /etc/bash_completion.d is removed) not a solution.
I close this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bash completion Ubuntu 20.04
2 participants