about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-12-17 01:19:33 +0000
committerClint Adams <clint@users.sourceforge.net>2001-12-17 01:19:33 +0000
commit3902c8ea8d515b36725f5d97b4df45232632c754 (patch)
tree968437fc5f93275795560b09eac16731c5b0ad74
parent56854a2fb6373e8104c2ce8191dbf83e890d5d73 (diff)
downloadzsh-3902c8ea8d515b36725f5d97b4df45232632c754.tar.gz
zsh-3902c8ea8d515b36725f5d97b4df45232632c754.tar.xz
zsh-3902c8ea8d515b36725f5d97b4df45232632c754.zip
16349: completion for make-kpkg
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Debian/Command/.distfiles2
-rw-r--r--Completion/Debian/Command/_make-kpkg24
3 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e086307ba..5acb0072f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-12-17  Clint Adams  <clint@zsh.org>
 
+	* Completion/Debian/Command/.distfiles,
+	* Completion/Debian/Command/_make-kpkg: completion for
+	make-kpkg.
+
 	* ref 16347: Src/params.c, Src/subst.c:
 	tweaks pointed out by Zefram.
 
diff --git a/Completion/Debian/Command/.distfiles b/Completion/Debian/Command/.distfiles
index c1e902091..3fc0c7d6a 100644
--- a/Completion/Debian/Command/.distfiles
+++ b/Completion/Debian/Command/.distfiles
@@ -3,5 +3,5 @@ DISTFILES_SRC='
 _apt
 _bts	_bug
 _debchange _dpkg       _dpkg_source  _dput  _dupload
-_update-alternatives
+_update-alternatives   _make-kpkg
 '
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)'