1
0
Fork 0
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:
Clint Adams 2002-04-30 14:18:02 +00:00
parent bba658d467
commit 69a3397af0
3 changed files with 29 additions and 1 deletions

View file

@ -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.

View file

@ -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
View 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)'