Package: bash
Version: 3.1dfsg-8
Followup-For: Bug #433542
The following patch fixes this:
--- /etc/bash_completion.orig 2007-11-25 10:53:47.000000000 -0200
+++ /etc/bash_completion 2007-11-25 10:54:18.000000000 -0200
@@ -2085,7 +2085,7 @@ _apt_get()
COMPREPLY=( $( compgen -W 'update upgrade dselect-upgrade \
dist-upgrade install remove source build-dep \
- check clean autoclean' -- $cur ) )
+ check clean autoclean autoremove' -- $cur ) )
fi
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bash depends on:
ii base-files 4.0.2 Debian base system miscellaneous f
ii debianutils 2.28 Miscellaneous utilities specific t
ii libc6 2.7-1 GNU C Library: Shared libraries
ii libncurses5 5.6+20071103-1 Shared libraries for terminal hand
bash recommends no packages.
-- no debconf information
--- /etc/bash_completion.orig 2007-11-25 10:53:47.000000000 -0200
+++ /etc/bash_completion 2007-11-25 10:54:18.000000000 -0200
@@ -2085,7 +2085,7 @@ _apt_get()
COMPREPLY=( $( compgen -W 'update upgrade dselect-upgrade \
dist-upgrade install remove source build-dep \
- check clean autoclean' -- $cur ) )
+ check clean autoclean autoremove' -- $cur ) )
fi