* Update apt-get completion to include the flag "--no-install-recommends"

This commit is contained in:
Steve Kemp 2008-05-06 20:37:03 +01:00
parent 23b64f38d9
commit 399978cba0
2 changed files with 3 additions and 0 deletions

View File

@ -2121,6 +2121,7 @@ _apt_get()
--target-release --no-upgrade --force-yes \
--print-uris --purge --reinstall \
--list-cleanup --default-release \
--no-install-recommends \
--trivial-only --no-remove --diff-only \
--tar-only --config-file --option --auto-remove' -- $cur ) )
else

2
debian/changelog vendored
View File

@ -24,6 +24,8 @@ bash-completion (20080501-1) UNRELEASED; urgency=low
(Closes: #409423)
* Update mutt completion to handle local usernames.
(Closes: #416655)
* Update apt-get completion to include the flag "--no-install-recommends"
(Closes: #475242)
-- David Paleino <d.paleino@gmail.com> Thu, 01 May 2008 23:11:27 +0200