about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Debian/Command/_aptitude2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 59a301682..f667ee888 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-01-22  Clint Adams  <clint@zsh.org>
 
+	* 26407: Completion/Debian/Command/_aptitude: patch to handle
+	aptitude build-dep, from Sven Joachim.
+
 	* 26405: Completion/Unix/Command/_xmms2: completion for
 	xmms2, from Louis-David Mitterand.
 
@@ -10972,5 +10975,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4522 $                         
+* $Revision: 1.4523 $                         
 *****************************************************
diff --git a/Completion/Debian/Command/_aptitude b/Completion/Debian/Command/_aptitude
index 285c601b8..d4f67b10e 100644
--- a/Completion/Debian/Command/_aptitude
+++ b/Completion/Debian/Command/_aptitude
@@ -54,7 +54,7 @@ case $state in
       search)
         _message -e patterns pattern
       ;;
-      (download|show|changelog|why|why-not)
+      (download|show|changelog|why|why-not|build-dep)
         _deb_packages avail && ret=0
       ;;
       (remove|purge|hold|unhold|reinstall|forbid-version|markauto|unmarkauto)