about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-08-01 04:49:31 +0000
committerClint Adams <clint@users.sourceforge.net>2009-08-01 04:49:31 +0000
commitab4cfaeddac904e14712ce72f4b929b867c9d411 (patch)
tree2744c3defee5f02475a02980d5d819e30cf9b9d2
parent5bf950d6850482e13ad73ca4790787243caf0839 (diff)
downloadzsh-ab4cfaeddac904e14712ce72f4b929b867c9d411.tar.gz
zsh-ab4cfaeddac904e14712ce72f4b929b867c9d411.tar.xz
zsh-ab4cfaeddac904e14712ce72f4b929b867c9d411.zip
27203: treat aptitude build-depends just as aptitude build-dep.
-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)