Really add build-dep to aptitude's completion
This commit is contained in:
parent
ea2938e424
commit
a7237df1a5
1
CHANGES
1
CHANGES
@ -6,6 +6,7 @@ bash-completion (1.x)
|
|||||||
of hosts specified by {Global,User}KnownHosts in SSH config files
|
of hosts specified by {Global,User}KnownHosts in SSH config files
|
||||||
(Alioth: #311595)
|
(Alioth: #311595)
|
||||||
* Fix svk completion using $filenames instead of $default (Debian: #524961)
|
* Fix svk completion using $filenames instead of $default (Debian: #524961)
|
||||||
|
* Really add build-dep to aptitude's completion (Debian: #495883)
|
||||||
|
|
||||||
[ Ville Skyttä ]
|
[ Ville Skyttä ]
|
||||||
* Split yum and yum-arch completion into contrib/yum.
|
* Split yum and yum-arch completion into contrib/yum.
|
||||||
|
@ -2542,7 +2542,7 @@ _aptitude()
|
|||||||
autoclean install reinstall remove \
|
autoclean install reinstall remove \
|
||||||
hold unhold purge markauto unmarkauto why why-not \
|
hold unhold purge markauto unmarkauto why why-not \
|
||||||
dist-upgrade full-upgrade download search show \
|
dist-upgrade full-upgrade download search show \
|
||||||
forbid-version changelog keep-all' -- $cur ) )
|
forbid-version changelog keep-all build-dep' -- $cur ) )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user