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
1=== added file 'debian/bash-completion'
2--- debian/bash-completion 1970-01-01 00:00:00 +0000
3+++ debian/bash-completion 2015-04-01 13:34:26 +0000
4@@ -0,0 +1,1 @@
5+tools/keystone.bash_completion
6
7=== modified file 'debian/changelog'
8--- debian/changelog 2015-03-05 14:03:29 +0000
9+++ debian/changelog 2015-04-01 13:34:26 +0000
10@@ -1,3 +1,9 @@
11+python-keystoneclient (1:1.2.0-0ubuntu2) UNRELEASED; urgency=medium
12+
13+ * Install bash-completion file
14+
15+ -- Adrien Cunin <adri2000@ubuntu.com> Wed, 01 Apr 2015 14:59:14 +0200
16+
17 python-keystoneclient (1:1.2.0-0ubuntu1) vivid; urgency=medium
18
19 * New upstream release.
20
21=== modified file 'debian/control'
22--- debian/control 2015-03-05 14:03:29 +0000
23+++ debian/control 2015-04-01 13:34:26 +0000
24@@ -5,6 +5,7 @@
25 Build-Depends: debhelper (>= 8.0.0),
26 python-all (>= 2.6.6-3~),
27 dh-python,
28+ bash-completion,
29 python-babel,
30 python-coverage,
31 python-crypto,
32
33=== modified file 'debian/rules'
34--- debian/rules 2015-03-05 14:03:29 +0000
35+++ debian/rules 2015-04-01 13:34:26 +0000
36@@ -4,7 +4,7 @@
37 #export DH_VERBOSE=1
38
39 %:
40- dh $@ --with python2
41+ dh $@ --with python2,bash-completion
42
43 override_dh_auto_test:
44 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))

Subscribers

People subscribed via source and target branches