[Bash-completion-commits] [SCM] bash-completion branch, master, updated. fa65e312ea5010b3d786cd9282846ebd7c602ca6

David Paleino d.paleino at gmail.com
Sat Sep 26 14:54:03 UTC 2009


The following commit has been merged in the master branch:
commit fa65e312ea5010b3d786cd9282846ebd7c602ca6
Author: David Paleino <d.paleino at gmail.com>
Date:   Sat Sep 26 16:51:39 2009 +0200

    Remove --with-suggests and --without-suggests from aptitude completion

diff --git a/CHANGES b/CHANGES
index ab1ede1..5f9e55c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -44,6 +44,7 @@ bash-completion (1.x)
     okular-specific completions: xps, epub, odt, fb, mobi, g3 and chm.
     Also, okular can read any of its formats also in .gz/.bz2 compressed
     format, so change the regular expression to match this.
+  * Remove --with-suggests and --without-suggests from aptitude completion
   * Patches from PLD Linux (thanks to Elan Ruusamäe):
     - avoid sed pipe as ps itself can omit the headers
     - improve service(8) completion, also look for "msg_usage"
diff --git a/contrib/aptitude b/contrib/aptitude
index 526f132..3719158 100644
--- a/contrib/aptitude
+++ b/contrib/aptitude
@@ -29,8 +29,7 @@ _aptitude()
 	dashoptions='-S -u -i -h --help --version -s --simulate -d \
 		     --download-only -P --prompt -y --assume-yes -F \
 		     --display-format -O --sort -w --width -f -r -g \
-		     --with-recommends --with-suggests -R -G \
-		     --without-recommends --without-suggests -t \
+		     --with-recommends -R -G --without-recommends -t \
 		     --target-release -V --show-versions -D --show-deps\
 		     -Z -v --verbose --purge-unused --schedule-only'
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list