[Bash-completion-commits] [SCM] bash-completion branch, master, updated. a7237df1a5a673f422de2ec6ba1b910daeb16821
David Paleino
d.paleino at gmail.com
Wed Apr 29 13:21:32 UTC 2009
The following commit has been merged in the master branch:
commit a7237df1a5a673f422de2ec6ba1b910daeb16821
Author: David Paleino <d.paleino at gmail.com>
Date: Wed Apr 29 15:20:58 2009 +0200
Really add build-dep to aptitude's completion
diff --git a/CHANGES b/CHANGES
index 973bc2d..085d98c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@ bash-completion (1.x)
of hosts specified by {Global,User}KnownHosts in SSH config files
(Alioth: #311595)
* Fix svk completion using $filenames instead of $default (Debian: #524961)
+ * Really add build-dep to aptitude's completion (Debian: #495883)
[ Ville Skyttä ]
* Split yum and yum-arch completion into contrib/yum.
diff --git a/bash_completion b/bash_completion
index 36651bb..461ca35 100644
--- a/bash_completion
+++ b/bash_completion
@@ -2542,7 +2542,7 @@ _aptitude()
autoclean install reinstall remove \
hold unhold purge markauto unmarkauto why why-not \
dist-upgrade full-upgrade download search show \
- forbid-version changelog keep-all' -- $cur ) )
+ forbid-version changelog keep-all build-dep' -- $cur ) )
fi
--
bash-completion
More information about the Bash-completion-commits
mailing list