zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: completion for new apt command
@ 2001-03-18 14:42 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2001-03-18 14:42 UTC (permalink / raw)
  To: zsh-workers

As of 0.5.x, apt-get has a build-dep command.

Index: Completion/Debian/_apt
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/_apt,v
retrieving revision 1.11
diff -u -r1.11 _apt
--- Completion/Debian/_apt	2001/01/15 09:11:33	1.11
+++ Completion/Debian/_apt	2001/03/18 14:39:04
@@ -379,8 +379,9 @@
     /$'autoclean\0'/ \| \
     /$'check\0'/ \| \
     /$'source\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
+    /$'build-dep\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
     /$'help\0/' \| \
-    /"[]"/	':argument-1::compadd "$expl_action[@]" update upgrade install remove dist-upgrade dselect-upgrade clean autoclean check source help'
+    /"[]"/	':argument-1::compadd "$expl_action[@]" update upgrade install remove dist-upgrade dselect-upgrade clean autoclean check source build-dep help'
 
   _apt-get () {
     local expl_action expl_packages


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-18 14:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-18 14:42 PATCH: completion for new apt command Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).