Package: zsh
Version: 4.3.0-dev-5-2
Severity: minor
Tags: patch
Here is an update to the _surfraw completion, adding the new
debsec "elvi".
micah
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages zsh depends on:
ii debconf [debconf-2.0] 1.4.71 Debian configuration management sy
ii libc6 2.3.6-2 GNU C Library: Shared libraries an
ii libncurses5 5.5-1 Shared libraries for terminal hand
Versions of packages zsh recommends:
ii libcap1 1:1.10-14 support for getting/setting POSIX.
ii libpcre3 6.4-1.1 Perl 5 Compatible Regular Expressi
-- no debconf information
--- zsh-4.3.0-dev-5/Completion/Unix/Command/_surfraw 2005-12-12
13:50:04.000000000 -0500
+++ /tmp/_surfraw 2006-02-28 11:32:57.000000000 -0500
@@ -157,6 +157,9 @@
_arguments $args \
'-doc[view PTS documentation]' && ret=0
;;
+ debsec)
+ _message -e string 'package name, bug number or CVE ID'
+ ;;
deja)
_arguments $args \
'-results=-:[number of results to return]' \