Added --schedule-only to aptitude's completion (Closes: #502664)

This commit is contained in:
David Paleino 2008-10-24 22:12:09 +02:00
parent 5295310450
commit df71a7fa48
2 changed files with 3 additions and 2 deletions

View File

@ -2301,7 +2301,7 @@ _aptitude()
--with-recommends --with-suggests -R -G \
--without-recommends --without-suggests -t \
--target-release -V --show-versions -D --show-deps\
-Z -v --verbose --purge-unused'
-Z -v --verbose --purge-unused --schedule-only'
for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do
if [[ ${COMP_WORDS[i]} == @(install|reinstall|hold|unhold|markauto|unmarkauto|dist-upgrade|full-upgrade|download|show|forbid-version|purge|remove|changelog|why|why-not|keep|keep-all) ]]; then

3
debian/changelog vendored
View File

@ -31,9 +31,10 @@ bash-completion (200809xx) UNRELEASED; urgency=low
* Fixed mplayer -skin completion (Closes: #501473)
* Fixed errors with POSIX enabled (Closes: #502804)
* Fixed dpkg-source wrong exit() with return() (Closes: #)
* Added --schedule-only to aptitude's completion (Closes: #502664)
* debian/links fixed (Closes: #494292)
-- David Paleino <d.paleino@gmail.com> Fri, 24 Oct 2008 19:38:10 +0200
-- David Paleino <d.paleino@gmail.com> Fri, 24 Oct 2008 22:11:01 +0200
bash-completion (20080705) unstable; urgency=low