On Thu, Jan 22, 2009 at 06:51:09PM +0100, Sven Joachim wrote:
> Since version 0.4.11, aptitude understands the build-dep command like
> apt-get. The following patch adds a completion for this action:
Thanks.
Index: Completion/Debian/Command/_aptitude
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_aptitude,v
retrieving revision 1.8
diff -u -r1.8 _aptitude
--- Completion/Debian/Command/_aptitude 23 Mar 2008 14:56:51 -0000 1.8
+++ Completion/Debian/Command/_aptitude 22 Jan 2009 23:16:37 -0000
@@ -54,7 +54,7 @@
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)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]