summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.Debian10
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index f33df073..2bcb6e54 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -3,9 +3,13 @@ bash-completion for Debian
Completions are kept in /usr/share/bash-completion/completions.
- /etc/bash_completion.d/ is being kept for compatibility reasons; but will
- disappear in future. If you're a package maintainer, you're encouraged to
- use dh_bash-completion(1), which will take care of installing third-party
+ If a package installs its completion files under /etc/bash_completion.d/,
+ bash-completion is still able to use them, but bash-completion itself does
+ not install any files under that directory.
+
+ If you are a package maintainer, you are encouraged to use
+ dh_bash-completion(1), which will take care of installing third-party
completions into the appropriate directory.
-- David Paleino <dapal@debian.org> Sun, 10 Apr 2011 15:33:19 +0200
+ -- Gabriel F. T. Gomes <gabriel@inconstante.eti.br> Mon, 12 Feb 2018 21:46:42 -0200