mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-19 21:01:30 +00:00
* debian/ubuntu-dev-tools.install: install bash_completion/pbuilder-dist in
/etc/bash_completion.d/ instead of /etc/bash_completion.d/pbuilder-dist/ * bash_completion/pbuilder-dist: apply the completion not only to pbuilder-dist but also to pbuilder-{hardy,sid,etc.}
This commit is contained in:
parent
1bdfd1a73b
commit
622ffce6a1
@ -30,4 +30,6 @@ _pbuilder-dist()
|
|||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
[ "$have" ] && complete -F _pbuilder-dist -o filenames pbuilder-dist
|
[ "$have" ] && complete -F _pbuilder-dist -o filenames \
|
||||||
|
pbuilder-{dist,dapper,edgy,feisty,gutsy,hardy,intrepid,sarge,etch,lenny,sid}
|
||||||
|
# Make it pbuilder-* if you know how to do it
|
||||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,5 +1,6 @@
|
|||||||
ubuntu-dev-tools (0.30) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.30) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Siegfried-Angel Gevatter Pujals (RainCT) ]
|
||||||
* pbuilder-dist-simple, doc/pbuilder-dist-simple.1, setup.py:
|
* pbuilder-dist-simple, doc/pbuilder-dist-simple.1, setup.py:
|
||||||
- Add the original pbuilder-dist script as pbuilder-dist-simple.
|
- Add the original pbuilder-dist script as pbuilder-dist-simple.
|
||||||
* pbuilder-dist:
|
* pbuilder-dist:
|
||||||
@ -7,7 +8,13 @@ ubuntu-dev-tools (0.30) UNRELEASED; urgency=low
|
|||||||
* setup.py:
|
* setup.py:
|
||||||
- Really install reverse-build-depends (LP: #203523).
|
- Really install reverse-build-depends (LP: #203523).
|
||||||
|
|
||||||
-- Siegfried-Angel Gevatter Pujals (RainCT) <rainct@ubuntu.com> Wed, 12 Mar 2008 00:42:55 +0100
|
[ Adrien Cunin ]
|
||||||
|
* debian/ubuntu-dev-tools.install: install bash_completion/pbuilder-dist in
|
||||||
|
/etc/bash_completion.d/ instead of /etc/bash_completion.d/pbuilder-dist/
|
||||||
|
* bash_completion/pbuilder-dist: apply the completion not only to
|
||||||
|
pbuilder-dist but also to pbuilder-{hardy,sid,etc.}
|
||||||
|
|
||||||
|
-- Adrien Cunin <adri2000@ubuntu.com> Sun, 23 Mar 2008 21:51:28 +0100
|
||||||
|
|
||||||
ubuntu-dev-tools (0.29) hardy; urgency=low
|
ubuntu-dev-tools (0.29) hardy; urgency=low
|
||||||
|
|
||||||
|
2
debian/ubuntu-dev-tools.install
vendored
2
debian/ubuntu-dev-tools.install
vendored
@ -1 +1 @@
|
|||||||
bash_completion/* etc/bash_completion.d/pbuilder-dist
|
bash_completion/* etc/bash_completion.d/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user