about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-04-30 14:19:44 +0000
committerClint Adams <clint@users.sourceforge.net>2002-04-30 14:19:44 +0000
commitb6a9c76838aea3992c00ce566e37cfe03d7147ff (patch)
tree4f510d738bf7d908500bb491394845ac59bb3b81 /Completion/Debian
parent69a3397af044c955bcd6e926b0b594ed58f22e2a (diff)
downloadzsh-b6a9c76838aea3992c00ce566e37cfe03d7147ff.tar.gz
zsh-b6a9c76838aea3992c00ce566e37cfe03d7147ff.tar.xz
zsh-b6a9c76838aea3992c00ce566e37cfe03d7147ff.zip
thinko
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/Command/_make-kpkg24
1 files changed, 24 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_make-kpkg b/Completion/Debian/Command/_make-kpkg
new file mode 100644
index 000000000..69247305b
--- /dev/null
+++ b/Completion/Debian/Command/_make-kpkg
@@ -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)'