Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _make-kpkg
- X-seq: zsh-workers 16349
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _make-kpkg
- Date: Sun, 16 Dec 2001 20:13:19 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Index: Completion/Debian/Command/.distfiles
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/.distfiles,v
retrieving revision 1.6
diff -u -r1.6 .distfiles
--- Completion/Debian/Command/.distfiles 2001/11/15 19:37:59 1.6
+++ Completion/Debian/Command/.distfiles 2001/12/17 01:10:32
@@ -3,5 +3,5 @@
_apt
_bts _bug
_debchange _dpkg _dpkg_source _dput _dupload
-_update-alternatives
+_update-alternatives _make-kpkg
'
Index: Completion/Debian/Command/_make-kpkg
===================================================================
RCS file: _make-kpkg
diff -N _make-kpkg
--- /dev/null Thu May 24 22:33:05 2001
+++ _make-kpkg Sun Dec 16 17:10:32 2001
@@ -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)'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author