mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-18 13:01:05 +02:00
16349: completion for make-kpkg.
This commit is contained in:
parent
bba658d467
commit
69a3397af0
3 changed files with 29 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
2002-04-30 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 16349: Completion/Debian/Command/.distfiles,
|
||||
Completion/Debian/Command/_make-kpkg: completion for
|
||||
make-kpkg.
|
||||
|
||||
* 17057: Completion/Debian/Command/.distfiles,
|
||||
Completion/Debian/Command/_debfoster: completion for
|
||||
debfoster.
|
||||
|
|
|
@ -3,5 +3,5 @@ DISTFILES_SRC='
|
|||
_apt
|
||||
_bts _bug
|
||||
_debchange _dpkg _dpkg_source _dput _dupload
|
||||
_update-alternatives _debfoster
|
||||
_update-alternatives _make-kpkg _debfoster
|
||||
'
|
||||
|
|
24
_make-kpkg
Normal file
24
_make-kpkg
Normal file
|
@ -0,0 +1,24 @@
|
|||
#compdef make-kpkg
|
||||
|
||||
_arguments \
|
||||
'--help' \
|
||||
'--revision:number:' \
|
||||
'--append-to-version:suffix:' \
|
||||
'--flavour:flavour:' \
|
||||
'--added-modules:module list:' \
|
||||
'--added-patches:patches list' \
|
||||
'--arch:architecture:' \
|
||||
'--cross-compile:target:' \
|
||||
'--subarch:subarchitecture:' \
|
||||
'--arch-in-name' \
|
||||
'--pgpsign:name:' \
|
||||
'--config:target:(oldconfig config menuconfig xconfig old menu x)' \
|
||||
'--targets' \
|
||||
'--noexec' \
|
||||
'--initrd' \
|
||||
'--zimage[make zImage instead of bzImage]' \
|
||||
'--bzimage[make bzImage instead of zImage]' \
|
||||
'--rootcmd:root command:(sudo fakeroot)' \
|
||||
'--us[unsigned source]' \
|
||||
'--uc[unsigned changelog]' \
|
||||
'*:target:(clean buildpackage binary kernel-source kernel-headers kernel-doc kernel-image build modules modules_config modules_image modules_clean configure debian libc-kheaders)'
|
Loading…
Reference in a new issue