zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: Jesse W <jessw@netwood.net>
Cc: zsh-workers@sunsite.dk
Subject: Re: small dpkg completion update patch
Date: Thu, 5 May 2005 18:27:30 -0400	[thread overview]
Message-ID: <20050505222730.GA27236@scowler.net> (raw)
In-Reply-To: <841710F4-BCFB-11D9-8F80-000A957CB0EE@netwood.net>

> for dpkg-query evetually, so this is also sort of a training for me in 
> the process of creating and sending in patches for zsh.  If I've done 
> anything wrong, please let me know.  The patch is included below.

The changes to _dpkg are good, but your mail program seems to have
mangled the patch.  Next time you might want to try sending it as an
attachment instead of putting it inline.

Here's what I'm committing.

Index: Completion/Debian/Command/_dpkg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dpkg,v
retrieving revision 1.11
diff -u -r1.11 _dpkg
--- Completion/Debian/Command/_dpkg	19 Apr 2005 17:01:50 -0000	1.11
+++ Completion/Debian/Command/_dpkg	5 May 2005 22:23:28 -0000
@@ -2,9 +2,14 @@
 
 local _dpkg_deb_actions _dpkg_common_actions _dpkg_actions _dpkg_options
 local _dpkg_options_recursive _dpkg_actions_install _dpkg_actions_record_avail
+local _dpkg_deb_only_actions
 local curcontext="$curcontext" context state line expl ret
 typeset -A opt_args
 
+_dpkg_deb_only_actions=(
+  '(--show -W)'{--show,-W}'[show package info]:Debian package:_files -g \*.u\#deb'
+)
+
 _dpkg_deb_actions=(
   '(--build -b)'{--build,-b}'[build archive]:directory:_files -/'
   '(--contents -c)'{--contents,-c}'[list contents]:Debian package:_files -g "*.u#deb(-.)"'
@@ -84,6 +89,7 @@
 
   dpkg-deb)
     _arguments "$_dpkg_deb_actions[@]" \
+	"$_dpkg_deb_only_actions[@]" \
 	"$_dpkg_common_actions[@]" && return 0
   ;;
   dpkg-reconfigure)


      reply	other threads:[~2005-05-05 22:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-05  0:20 Jesse W
2005-05-05 22:27 ` Clint Adams [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050505222730.GA27236@scowler.net \
    --to=clint@zsh.org \
    --cc=jessw@netwood.net \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).