[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-106-g5c13db5

David Paleino dapal at debian.org
Fri Apr 22 07:54:17 UTC 2011


The following commit has been merged in the master branch:
commit 5c13db509448dd7f859b2d18c751952fe6d57423
Author: David Paleino <dapal at debian.org>
Date:   Fri Apr 22 09:54:05 2011 +0200

    Remove --unpack-level from lintian options (Debian: #623680)

diff --git a/CHANGES b/CHANGES
index e69ec17..7980da4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,7 @@ bash-completion (2.x)
   * Fix broken _allowed_groups usage (shadow and coreutils)
   * Fix __get_cword_at_cursor_by_ref: check for $index when completing
     with a cword+1 argument already present (Debian: #622383)
+  * Remove --unpack-level from lintian options (Debian: #623680)
 
   [ Freddy Vulto ]
   * Improve __reassemble_comp_words_by_ref() to not create words of
diff --git a/completions/lintian b/completions/lintian
index c577ece..b246721 100644
--- a/completions/lintian
+++ b/completions/lintian
@@ -92,7 +92,7 @@ _lintian()
                   --unpack --remove"
     general_opts="--help --version --print-version --verbose --debug --quiet"
     behaviour_opts="--info --display-info --display-experimental --pedantic \
-                    --display-level --suppress-tags --unpack-level \
+                    --display-level --suppress-tags \
                     --suppress-tags-from-file --no-override --show-overrides \
                     --color --unpack-info --md5sums --checksums --allow-root \
                     --fail-on-warnings --keep-lab"
@@ -115,10 +115,6 @@ _lintian()
             --lab|--archivedir|--dist|--root)
                 _filedir -d
                 ;;
-            -l|--unpack-level)
-                COMPREPLY=($(compgen -W "0 none 1 basic 2 contents" -- \
-                             "$cur"))
-                ;;
             --color)
                 COMPREPLY=($(compgen -W "never always auto html" -- "$cur"))
                 ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list