[Bash-completion-devel] Bug#673235: bash-completion: aptitude safe-upgrade accepts package names
Nicolas Le Cam
niko.lecam at gmail.com
Thu May 17 07:51:16 UTC 2012
Package: bash-completion
Version: 1:1.99-3
Severity: normal
Tags: patch
Dear Maintainer,
aptitude safe-upgrade accepts package name as parameters, the following patch enable bash completion for it :
--- a/completions/aptitude 2012-05-17 09:33:19.449845569 +0200
+++ b/completions/aptitude 2012-05-17 09:39:49.229833983 +0200
@@ -28,7 +28,7 @@
local special i
for (( i=0; i < ${#words[@]}-1; i++ )); do
- if [[ ${words[i]} == @(@(|re)install|@(|un)hold|@(|un)markauto|@(dist|full)-upgrade|download|show|forbid-version|purge|remove|changelog|why@(|-not)|keep@(|-all)|build-dep|@(add|remove)-user-tag|versions) ]]; then
+ if [[ ${words[i]} == @(@(|re)install|@(|un)hold|@(|un)markauto|@(dist|full|safe)-upgrade|download|show|forbid-version|purge|remove|changelog|why@(|-not)|keep@(|-all)|build-dep|@(add|remove)-user-tag|versions) ]]; then
special=${words[i]}
fi
#exclude some mutually exclusive options
@@ -40,7 +40,7 @@
case $special in
install|hold|markauto|unmarkauto|dist-upgrade|full-upgrade| \
download|show|changelog|why|why-not|build-dep|add-user-tag| \
- remove-user-tag|versions)
+ remove-user-tag|versions|safe-upgrade)
COMPREPLY=( $( apt-cache pkgnames $cur 2> /dev/null ) )
return 0
;;
@@ -58,7 +58,7 @@
case $prev in
# don't complete anything if these options are found
- autoclean|clean|forget-new|search|safe-upgrade|upgrade|update|keep-all)
+ autoclean|clean|forget-new|search|upgrade|update|keep-all)
return 0
;;
-S)
Regards,
Nicolas
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages bash-completion depends on:
ii bash 4.2-2
bash-completion recommends no packages.
bash-completion suggests no packages.
-- no debconf information
More information about the Bash-completion-devel
mailing list