summaryrefslogtreecommitdiff
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 8b057beab..5764ddaa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-08-01 Clint Adams <clint@zsh.org>
+ * 27203: Completion/Debian/Command/_aptitude: treat
+ aptitude build-depends just as aptitude build-dep.
+
* 27202: Src/system.h: unbreak _GNU_SOURCE on Debian
GNU/kFreeBSD.
@@ -12045,5 +12048,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4752 $
+* $Revision: 1.4753 $
*****************************************************
diff --git a/Completion/Debian/Command/_aptitude b/Completion/Debian/Command/_aptitude
index d4f67b10e..bfec49730 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|build-dep)
+ (download|show|changelog|why|why-not|build-dep|build-depends)
_deb_packages avail && ret=0
;;
(remove|purge|hold|unhold|reinstall|forbid-version|markauto|unmarkauto)