zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _make-kpkg
@ 2001-12-17  1:13 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2001-12-17  1:13 UTC (permalink / raw)
  To: zsh-workers

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


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

only message in thread, other threads:[~2001-12-17  1:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-17  1:13 PATCH: _make-kpkg 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).