Merge lp://staging/~veger/ubuntu/precise/pbuilder/fix-for-933339-v2 into lp://staging/ubuntu/precise/pbuilder
Proposed by
Maarten Bezemer
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 50 | ||||
Proposed branch: | lp://staging/~veger/ubuntu/precise/pbuilder/fix-for-933339-v2 | ||||
Merge into: | lp://staging/ubuntu/precise/pbuilder | ||||
Diff against target: |
102 lines (+69/-11) 2 files modified
bash_completion.d/pbuilder (+63/-11) debian/changelog (+6/-0) |
||||
To merge this branch: | bzr merge lp://staging/~veger/ubuntu/precise/pbuilder/fix-for-933339-v2 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Luke Yelavich (community) | Approve | ||
Ubuntu branches | Pending | ||
Review via email: mp+93748@code.staging.launchpad.net |
Description of the change
This change should add complete support for auto completion of the pbuilder command.
It supports:
- all available command and flags
- filename/directory completion for certain flags
- sudo in front of the command
- filename completion for the dsc file (only available for the build command)
Note: It is similar to/inspired on the dpkg script. The script tries to use the build in/available /etc/bash_
To post a comment you must log in.
Thanks for your work, you jmight want to consider sending these improvements to Debian, as this is a change that seems useful for Debian as well.