about summary refs log tree commit diff
path: root/Completion/Debian
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 /Completion/Debian
parent5bf950d6850482e13ad73ca4790787243caf0839 (diff)
downloadzsh-ab4cfaeddac904e14712ce72f4b929b867c9d411.tar.gz
zsh-ab4cfaeddac904e14712ce72f4b929b867c9d411.tar.xz
zsh-ab4cfaeddac904e14712ce72f4b929b867c9d411.zip
27203: treat aptitude build-depends just as aptitude build-dep.
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/Command/_aptitude2
1 files changed, 1 insertions, 1 deletions
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)