zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _dpkg with udebs
@ 2001-12-11 20:39 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2001-12-11 20:39 UTC (permalink / raw)
  To: zsh-workers

dpkg can handle .udebs as well.  Maybe styles should be involved here.

Index: Completion/Debian/Command/_dpkg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dpkg,v
retrieving revision 1.3
diff -u -r1.3 _dpkg
--- Completion/Debian/Command/_dpkg	2001/05/29 12:39:31	1.3
+++ Completion/Debian/Command/_dpkg	2001/12/11 20:36:25
@@ -7,19 +7,19 @@
 
 _dpkg_deb_actions=('(--build)-b[build archive]:directory:_files -/' \
            '(-b)--build:directory:_files -/' \
-           '(--contents)-c[list contents]:Debian package:_files -g \*.deb' \
-           '(-c)--contents:Debian package:_files -g \*.deb' \
-           '(--info)-I[show info]:Debian package:_files -g \*.deb' \
-           '(-I)--info:Debian package:_files -g \*.deb' \
-           '(--field)-f[show fields]:Debian package:_files -g \*.deb' \
-           '(-f)--field:Debian package:_files -g \*.deb' \
-           '(--control)-e[extract control]:Debian package:_files -g \*.deb' \
-           '(-e)--control:Debian package:_files -g \*.deb' \
-           '(--extract)-x[extract files]:Debian package:_files -g \*.deb' \
-           '(-x)--extract:Debian package:_files -g \*.deb' \
-           '(--vextract)-X[extract and list files]:Debian package:_files -g \*.deb' \
-           '(-X)--vextract[extract and list]:Debian package:_files -g \*.deb' \
-           '--fsys-tarfile[output fs tarfile]:Debian package:_files -g \*.deb')
+           '(--contents)-c[list contents]:Debian package:_files -g \*.u\#deb' \
+           '(-c)--contents:Debian package:_files -g \*.u\#deb' \
+           '(--info)-I[show info]:Debian package:_files -g \*.u\#deb' \
+           '(-I)--info:Debian package:_files -g \*.u\#deb' \
+           '(--field)-f[show fields]:Debian package:_files -g \*.u\#deb' \
+           '(-f)--field:Debian package:_files -g \*.u\#deb' \
+           '(--control)-e[extract control]:Debian package:_files -g \*.u\#deb' \
+           '(-e)--control:Debian package:_files -g \*.u\#deb' \
+           '(--extract)-x[extract files]:Debian package:_files -g \*.u\#deb' \
+           '(-x)--extract:Debian package:_files -g \*.u\#deb' \
+           '(--vextract)-X[extract and list files]:Debian package:_files -g \*.u\#deb' \
+           '(-X)--vextract[extract and list]:Debian package:_files -g \*.u\#deb' \
+           '--fsys-tarfile[output fs tarfile]:Debian package:_files -g \*.u\#deb')
 
 _dpkg_common_actions=('--help[show help]' \
            '--version[show version]' \
@@ -28,7 +28,7 @@
 
 _dpkg_actions=('(--install)-i[install packages]:*:Debian packages:->install' \
            '(-i)--install:*:Debian packages:->install' \
-           '--unpack[unpack package]:Debian package:_files -g \*.deb' \
+           '--unpack[unpack package]:Debian package:_files -g \*.u\#deb' \
            '--configure:*:package:->configure' \
            '(--remove)-r[remove package]:*:package:->remove' \
            '(-r)--remove:*:package:->remove' \
@@ -115,7 +115,7 @@
              "$_dpkg_options_recursive[@]" \
 	     '*:directory:_path_files -/' \
 	   - nonrecur \
-	     '*:Debian package:_path_files -g \*.deb'
+	     '*:Debian package:_path_files -g \*.u\#deb'
   ;;
   remove|purge|status|listfiles)
         _call_function ret _dpkg_$state && return ret


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

only message in thread, other threads:[~2001-12-11 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-11 20:39 PATCH: _dpkg with udebs 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).