From ab4cfaeddac904e14712ce72f4b929b867c9d411 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 1 Aug 2009 04:49:31 +0000 Subject: 27203: treat aptitude build-depends just as aptitude build-dep. --- ChangeLog | 5 ++++- Completion/Debian/Command/_aptitude | 2 +- 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 + * 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) -- cgit 1.4.1