mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-08-07 01:30:59 +02:00
26407: patch to handle aptitude build-dep, from Sven Joachim.
This commit is contained in:
parent
e23b86b716
commit
fa322e5464
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-01-22 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 26407: Completion/Debian/Command/_aptitude: patch to handle
|
||||
aptitude build-dep, from Sven Joachim.
|
||||
|
||||
* 26405: Completion/Unix/Command/_xmms2: completion for
|
||||
xmms2, from Louis-David Mitterand.
|
||||
|
||||
|
@ -10972,5 +10975,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4522 $
|
||||
* $Revision: 1.4523 $
|
||||
*****************************************************
|
||||
|
|
|
@ -54,7 +54,7 @@ case $state in
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue