Your message dated Tue, 10 Apr 2007 15:47:34 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#405355: fixed in zsh 4.3.2-26
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: zsh
Version: 4.3.2-25
Severity: wishlist
Tags: patch

Hi,
I submitted an update for _aptitude to zsh-workers in October of last
year, which has was ignored. I've been using this updated completion
since then without problems. So, I'm resubmitting the patch to you,
because I guess you are more or less responsible for debian specific
completions anyway.

If I'm trying something stupid, feel free to tell me. :-)

Regards, Frank

[snip]
--- _aptitude.orig      2007-01-02 21:35:47.000000000 +0100
+++ _aptitude   2007-01-02 21:32:47.000000000 +0100
@@ -2,6 +2,15 @@
 
 local curcontext="$curcontext" state line cmds ret=1
 
+function _aptitude_release() {
+  local expl releases
+  releases=(
+${${(M)${(f)"$(</etc/apt/sources.list)"}\
+:#[ $'\t']#deb(|-src)*}/(#b)[ $'\t']#[^ $'\t']##[ $'\t']##[^ $'\t']##[ 
$'\t']##([^ $'\t']##)*/$match[1]}
+  )
+  _wanted list expl release compadd ${expl} - ${(u)releases}
+}
+
 _arguments -C \
   '(- 1 *)'{-h,--help}'[display help information]' \
   '(- 1 *)--version[display version information]' \
@@ -17,10 +26,18 @@
   '(-D --show-deps)'{-D,--show-deps}'[show brief explanations of automatic 
installations and removals]' \
   '-Z[show disk space changes for each package]' \
   '(-v --verbose)'{-v,--verbose}'[causes some commands to display extra 
information]' \
-  '(--without-recommends)--with-recommends[install recommended packages when 
installing new packages]' \
+  '(-R --without-recommends)'{-R,--with-recommends}'[install recommended 
packages when installing new packages]' \
   '(--without-suggests)--with-suggests[install suggested packages when 
installing new packages]' \
-  '(--with-recommends)--without-recommends[ignore recommended packages when 
installing new packages]' \
+  '(-r --with-recommends)'{-r,--without-recommends}'[ignore recommended 
packages when installing new packages]' \
   '(--with-suggests)--without-suggests[ignore suggested packages when 
installing new packages]' \
+  '(-t --target-release)'{-t,--target-release}'[set the release from which 
packages should be installed]:release:_aptitude_release' \
+  '(-q --quiet)'{-q=,--quiet=}'[less Output]:level' \
+  '--schedule-only[schedule operations to be performed in the future]' \
+  '--purge-unused[purge unused packages instead of removing]' \
+  '--visual-preview[start up the visual interface and display its preview 
screen]' \
+  '-S[load the extended state information from non-standard state file]:state 
file:_files' \
+  '-u[begin updating the package lists as soon as the program starts]' \
+  '-i[displays a download preview when the program starts]' \
   '1: :->cmds' \
   '*: :->args' && ret=0
 
[snap]

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18.3suspend2+ipw2200
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages zsh depends on:
ii  debconf [debconf-2.0]        1.5.11      Debian configuration management sy
ii  libc6                        2.3.6.ds1-9 GNU C Library: Shared libraries
ii  libncurses5                  5.5-5       Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1                       1:1.10-14  support for getting/setting POSIX.
ii  libpcre3                      6.7-1      Perl 5 Compatible Regular Expressi

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: zsh
Source-Version: 4.3.2-26

We believe that the bug you reported is fixed in the latest version of
zsh, which is due to be installed in the Debian FTP archive:

zsh-doc_4.3.2-26_all.deb
  to pool/main/z/zsh/zsh-doc_4.3.2-26_all.deb
zsh_4.3.2-26.diff.gz
  to pool/main/z/zsh/zsh_4.3.2-26.diff.gz
zsh_4.3.2-26.dsc
  to pool/main/z/zsh/zsh_4.3.2-26.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams <[EMAIL PROTECTED]> (supplier of updated zsh package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 10 Apr 2007 09:46:46 -0400
Source: zsh
Binary: zsh zsh-dev zsh-static zsh-dbg zsh-doc
Architecture: source all
Version: 4.3.2-26
Distribution: unstable
Urgency: low
Maintainer: Clint Adams <[EMAIL PROTECTED]>
Changed-By: Clint Adams <[EMAIL PROTECTED]>
Description: 
 zsh        - A shell with lots of features
 zsh-dbg    - A shell with lots of features (debugging symbols)
 zsh-dev    - A shell with lots of features (development files)
 zsh-doc    - zsh documentation - info/HTML format
 zsh-static - A shell with lots of features (static link)
Closes: 400500 405355 405578 410924 411885 412197 412679
Changes: 
 zsh (4.3.2-26) unstable; urgency=low
 .
   * Add completion for apt-cache --install.  closes: #412679.
   * Update completion for make-kpkg.  closes: #410924.
   * Fix completion for mpc.  closes: #405578
   * Fix completion for darcs.  closes: #400500.
   * Fix build system logic error for zsh-dev.  closes: #411885.
   * Add gl.po from Jacobo Tarrio.  closes: #412197.
   * Update completion for aptitude.  closes: #405355.
Files: 
 ab7f1443003cf1fe308628c2ae0b1f70 739 shells optional zsh_4.3.2-26.dsc
 0a03a7a50642fb407ceb5440c193304f 280920 shells optional zsh_4.3.2-26.diff.gz
 2352ab2958b953f0b8190e5d64729154 717730 shells optional 
zsh-doc_4.3.2-26_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Debian!

iD8DBQFGG64k5m0u66uWM3ARArKNAKDDJOA7hry3HrWvLLoTspGHg7GEPACgonVF
h+mLoD3LBQnkjOXbQEkk7AE=
=QULe
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to