Merge lp:~adri2000/python-keystoneclient/bash-completion into lp:~ubuntu-server-dev/python-keystoneclient/kilo

Proposed by Adrien Cunin
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~adri2000/python-keystoneclient/bash-completion
Merge into: lp:~ubuntu-server-dev/python-keystoneclient/kilo
Diff against target: 44 lines (+9/-1)
4 files modified
debian/bash-completion (+1/-0)
debian/changelog (+6/-0)
debian/control (+1/-0)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~adri2000/python-keystoneclient/bash-completion
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+254912@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

This package has bash completions in wily, so this seems done.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'debian/bash-completion'
--- debian/bash-completion 1970-01-01 00:00:00 +0000
+++ debian/bash-completion 2015-04-01 13:34:26 +0000
@@ -0,0 +1,1 @@
1tools/keystone.bash_completion
02
=== modified file 'debian/changelog'
--- debian/changelog 2015-03-05 14:03:29 +0000
+++ debian/changelog 2015-04-01 13:34:26 +0000
@@ -1,3 +1,9 @@
1python-keystoneclient (1:1.2.0-0ubuntu2) UNRELEASED; urgency=medium
2
3 * Install bash-completion file
4
5 -- Adrien Cunin <adri2000@ubuntu.com> Wed, 01 Apr 2015 14:59:14 +0200
6
1python-keystoneclient (1:1.2.0-0ubuntu1) vivid; urgency=medium7python-keystoneclient (1:1.2.0-0ubuntu1) vivid; urgency=medium
28
3 * New upstream release. 9 * New upstream release.
410
=== modified file 'debian/control'
--- debian/control 2015-03-05 14:03:29 +0000
+++ debian/control 2015-04-01 13:34:26 +0000
@@ -5,6 +5,7 @@
5Build-Depends: debhelper (>= 8.0.0),5Build-Depends: debhelper (>= 8.0.0),
6 python-all (>= 2.6.6-3~),6 python-all (>= 2.6.6-3~),
7 dh-python,7 dh-python,
8 bash-completion,
8 python-babel,9 python-babel,
9 python-coverage,10 python-coverage,
10 python-crypto,11 python-crypto,
1112
=== modified file 'debian/rules'
--- debian/rules 2015-03-05 14:03:29 +0000
+++ debian/rules 2015-04-01 13:34:26 +0000
@@ -4,7 +4,7 @@
4#export DH_VERBOSE=14#export DH_VERBOSE=1
55
6%:6%:
7 dh $@ --with python27 dh $@ --with python2,bash-completion
88
9override_dh_auto_test:9override_dh_auto_test:
10ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))10ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))

Subscribers

People subscribed via source and target branches