Moved bash completion to /usr.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
2
debian/rules
vendored
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user