Moved bash completion to /usr.

This commit is contained in:
Thomas Goirand
2015-06-18 08:25:30 +00:00
parent d6883a4b0c
commit 61c53ee7bb
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -11,6 +11,7 @@ python-cinderclient (1:1.2.2-1) UNRELEASED; urgency=medium
[ Thomas Goirand ]
* Added Python3 support.
* Swiched to using testr directly when running tests.
* Moved bash completion to /usr.
-- Corey Bryant <corey.bryant@canonical.com> Mon, 08 Jun 2015 10:40:39 -0400

2
debian/rules vendored
View File

@@ -30,7 +30,7 @@ override_dh_auto_install:
override_dh_install:
dh_install
install -D -m 0644 tools/cinder.bash_completion $(CURDIR)/debian/python-cinderclient/etc/bash_completion.d/cinder.bash_completion
install -D -m 0644 tools/cinder.bash_completion $(CURDIR)/debian/python-cinderclient/usr/share/bash-completion/completions/cinder.bash_completion
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))