diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-21 11:03:18 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-21 11:03:18 +0200 |
commit | 39f2f7d4948dc68e0bac5c591a5e6729cd38e52a (patch) | |
tree | e64c416a1f4df6956b068c0e4f7aa7b99f9a1875 | |
parent | 0020f36b03fe1e4ffc51441fb4fc5a11f7ffc280 (diff) |
Change dir for bash completion files
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/install | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 44c73f8..ec22b54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cil (0.07.00-10) UNRELEASED; urgency=medium + + * Move bash_completion from etc/bash_completion.d/ to + usr/share/bash-completion/completions + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 21 May 2015 10:41:25 +0200 + cil (0.07.00-9) unstable; urgency=low * debian/control: diff --git a/debian/install b/debian/install index 0e99154..af2767a 100644 --- a/debian/install +++ b/debian/install @@ -1,3 +1,3 @@ lib/* usr/share/perl5 bin/cil usr/bin -etc/bash_completion.d/cil etc/bash_completion.d +etc/bash_completion.d/cil usr/share/bash-completion/completions |