Your message dated Sun, 25 Dec 2005 07:47:08 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#342162: fixed in zsh 4.2.6-2
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Dec 2005 22:15:39 +0000
>From [EMAIL PROTECTED] Mon Dec 05 14:15:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from buffy.riseup.net ([69.90.134.155] helo=mail.riseup.net)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EjOcU-0005NG-Qm
for [EMAIL PROTECTED]; Mon, 05 Dec 2005 14:15:39 -0800
Received: from localhost (localhost [127.0.0.1])
by mail.riseup.net (Postfix) with ESMTP id 5A885A2D4A;
Mon, 5 Dec 2005 14:15:06 -0800 (PST)
Received: from mail.riseup.net ([127.0.0.1])
by localhost (buffy [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
id 22994-24; Mon, 5 Dec 2005 14:15:06 -0800 (PST)
Received: from localhost (localhost [127.0.0.1])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client CN "micah", Issuer "micah" (not verified))
by mail.riseup.net (Postfix) with ESMTP id 910FAA2D6D;
Mon, 5 Dec 2005 14:15:05 -0800 (PST)
Received: by pond (Postfix, from userid 1000)
id 8B4AF4D902; Mon, 5 Dec 2005 17:15:38 -0500 (EST)
Content-Type: multipart/mixed; boundary="===============1926783712=="
MIME-Version: 1.0
From: Micah Anderson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: zsh: Please include attached _surfraw completion
X-Mailer: reportbug 3.17
Date: Mon, 05 Dec 2005 17:15:38 -0500
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at riseup.net
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no
version=2.60-bugs.debian.org_2005_01_02
This is a multi-part MIME message sent by reportbug.
--===============1926783712==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: zsh
Version: 4.2.5-24
Severity: wishlist
Tags: patch
The attached _surfraw provides complete completion for both the surfraw
package, but also all its included "elvi".
Its a work of true art, hewn from the chipped remains of Michelanegelo's
feeble attempts to reduce the size of David's hands. If it weren't for
the holy master of zsh completion being at my side to guide my hand when
it err'd, this attempt too would've been shoved in the corner of
the Galeria dell'Academia in Firenze for mere mortals to gaze on. Nay,
this completum scriptum will lay mix'd within the golden chalace of the
gods for the purpose of enhancing the quality of their ambrosia of which
they quaff in a bachinnalia of frenzied delight prior to war or the
decimation of an entire poplace. What was heretofore deemed too perfect
to improve, shall be enhanced ten-fold by this contribution of pure beauty.
I recommend you also include it in the zsh package.
Micah
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-2-k7
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.59 Debian configuration management sy
ii libc6 2.3.5-8.1 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
--===============1926783712==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="zsh_surfraw"
#compdef surfraw sr
local expl
_arguments -A \
'-browser=[set browser]:browser:_command_names' \
'-elvi[list Surfraw mechanisms for conquering evil]' \
'-escape-url-args=[apply url escaping to arguments]:bool:(yes no)' \
'(-g -graphical)'{-g,-graphical}'[get some windowed sin]' \
'-help' \
'-quiet:bool:(yes no)' \
'-new[start in a new window]' \
'(-t -text)'{-t,-text}'[back to the yellow brick road]' \
'(-q -quote)'{-q,-quote}'[quote arguments with quote characters]' \
'-version[display Surfraw version]' \
':elvi: compadd ${${(f)"$(surfraw -elvi)"}%%[[:space:]]##--*}' \
'*::arg:->subcmd' && return 0
case "$state" in
(subcmd)
case "$line[1]" in
(alioth)
_arguments \
'-type=-:Search type:(soft skill people)' \
'*:Search String:->string'
;;
(altavista)
_arguments \
'-results=-:[Number of results to return]:' \
'*:Search String:->string'
;;
(amazon)
_arguments \
'-country=-:Two letter domain-style country code:(uk de
fr jp us)' \
'-search=-:Specialized search on topic:(all auctions
books cars classical \
dvd electronics
garden kitchen music \
outlet photo
software toys tools \
vhs videogames
zshops wireless)' \
'*:Search String:->string'
;;
(ask)
_message 'Search String' \
'*:Search String:->string'
;;
(austlii)
_arguments \
'-method=-:Search method:(any all phrase title
boolean)' \
'-results=-:[Number of results to return]:' \
'*:Search String:->string'
;;
(bbcnews)
_arguments \
'scope=-:Search scope:(world uk)' \
'*:Search String:->string'
;;
(cddb)
_arguments \
'-artists[Search artists]' \
'-albulms[Search albulms]' \
'-songs[Search songs]' \
'-all[Search all artists, albulms and songs]' \
'*:Search String:->string'
;;
(cia)
_message 'Search String' \
'*:Search String:->string'
;;
(cite)
_arguments \
'-results=-:[Number of results to return]:' \
'*:Search String:->string'
;;
(cnn)
_message 'Search String' \
'*:Search String:->string'
;;
(currency)
_arguments \
'-l[List all known currency symbols]' \
'-from=-:Symbol for currency to convert from:(EUR USD
GBP CAD AUD JPY INR NZD CHF ZAR)' \
'-to=-:Symbol for currency to convert to:(EUR USD GBP
CAD AUD JPY INR NZD CHF ZAR)' \
'*:Currency Amount:->string'
;;
(cve)
_message 'CVE Number' \
'*:CVE Number:->string'
;;
(debbugs)
_arguments \
'-search=:Search Type:(pkg src bug maint tag
submitter)' \
'-arc[Show archived bugs]' \
'-raw[Do not sort by status or severity]' \
'-rb[Reverse order of bugs shown]' \
'-rst[Reverse order of statuses shown]' \
'-rse[Reverse order of severities shown]' \
'-merge[Display merged bugs only once]' \
'-nohead[Do not show table of contents header]' \
'-nofoot[Do not show statistics in the footer]' \
'-mbox[View results in mbox format]' \
'-incstat=:Include statuses:_values -s , open forwarded
pending fixed done' \
'-exstat=-:Exclude statuses:_values -s , open forwarded
pending fixed done' \
'-incsev=-:Include severities:_values -s , critical
grave serious important \
normal minor
wishlist fixed' \
'-exsev=-:Exclude severities:_values -s , critical
grave serious important \
normal minor
wishlist fixed' \
'-inctag=-:Include tags:_values -s , potato woody sarge
sarge-ignore sid \
experimental
confirmed d-i fixed \
fixed-in-experimental fixed-upstream \
help moreinfo
patch pending security \
unreproducible
upstream wontfix' \
'-extag=-:Exclude tags:_values -s , potato woody sarge
sarge-ignore sid \
experimental
confirmed d-i fixed \
fixed-in-experimental fixed-upstream \
help moreinfo patch
pending security \
unreproducible
upstream wontfix'
_deb_packages avail
;;
(debcontents)
_arguments \
'-arch=-:Seach specific architecture:(i386 m68k alpha
sparc powerpc arm)' \
'-distro=-:Search specific distribution:(stable testing
unstable)'
_deb_packages avail
;;
(deblists)
_arguments \
'-shelp[Go to search help page]' \
'-results=-[Number of results to return]' \
'-dates=-[Quarters to search]' \
'-case=-:Case sensitivity:(no yes)' \
'-errors=-:Allowed errors:(0 1 2 best)' \
'-partial:Partial matches:(no yes)' \
'-sameline:Semicolon separated words must appear on
same line:(no yes)' \
'-lines=-:Maximum lines per message:(0 5 10 50 100)' \
'-list=-:Search list:(68k accessibility admintool alpha
amd64 announce apache arm \
autobuild beowulf books boot
bsd cd cd-vendors cdwrite \
changes chinese chinese-big5
chinese-gb commercial \
consultants ctte curiosa custom
dak debbugs deity \
desktop devel devel-announce
devel-changes devel-french \
devel-games devel-italian
devel-m68k-changes devel-portuguese \
devel-powerpc-changes
devel-s390-changes devel-spanish \
devel-sparc-changes doc dpkg
edu emacsen embedded esperanto \
events-eu events-na faq
firewall french gcc glibc \
gtk-gnome hams handheld hppa
hurd i18n ia64 ipv6 isp \
italian japanese java jr kde
kernel l10n-arabic \
l10n-catalan l10n-czech
l10n-danish l10n-dutch \
l10n-english l10n-finnish
l10n-french l10n-german l10n-greek \
l10n-hungarian l10n-italian
l10n-korean l10n-polish \
l10n-portuguese l10n-romanian
l10n-russian l10n-spanish \
l10n-turkish laespiral laptop
lcs-eng legal lex \
lint-maint lsb lsb-confcall
lsb-discuss lsb-impl \
lsb-spec lsb-test med mentors
mips mirrors multimedia newmaint \
newmaint-admin newmaint-discuss
news news-french news-german \
news-portuguese nonprofit
ocaml-maint openoffice parisc \
perl pilot policy pool powerpc
project publicity python \
qa qa-packages qa-private
qt-kde release ruby russian \
s390 s390-changes security
security-announce sgml \
simplified-chinese snapshots
sparc sparc-changes \
spi-announce spi-general ssh
superh testing tetex-maint \
toolchain ultralinux user
user-catalan user-danish \
user-de user-french user-german
user-icelandic \
user-indonesian user-polish
user-portuguese user-spanish \
user-swedish user-turkish
user-ukrainian vgui-discuss \
vote win32 wnpp women www x)'
'*:Search String:->string'
;;
(deblogs)
_message 'Search String' \
'*:Search String:->string'
;;
(debpackages)
_arguments \
'-release=-:Search release:(all main non-US contrib
non-free)' \
'-distro=-:Search distribution:(all stable testing
unstable)'
_deb_packages avail
;;
(debpts)
_arguments \
'-doc[Display documentation]'
;;
(deja)
_arguments \
'-results=-:[Number of results to return]:' \
'-m[Search for Message-ID]' \
'*:Search String:->string'
;;
(dmoz)
_arguments \
'-cat=-:Search category:(All Arts Business Computers
Games Health Home \
Kids_and_Teens News Recreation
Reference Regional \
Science Shopping Society Sports
World Adult)' \
'-type=-:Search type:(c s b)' \
'-kids[Sites for kids]' \
'-teens[Sites for teens]' \
'-mteens[Sites for mature teens]' \
'*:Search String:->string'
;;
(ebay)
_arguments \
'-country=-:Country:(com de uk fr)' \
'-results=-:[Number of results to return]:' \
'*:Search String:->string'
;;
(etym)
_wanted dictword expl 'dictionary word' \
compadd $(look "${PREFIX}")
;;
(excite)
_message 'Search String' \
'*:Search String:->string'
;;
(fast)
_arguments \
'-type=-:Search type:(all any phrase)' \
'*:Search String:->string'
;;
(filesearching)
_message 'Search String' \
'*:Search String:->string'
;;
(foldoc)
_message 'Search String' \
'*:Search String:->string'
;;
(freebsd)
_arguments \
'-mail=-:Search mailinglists:(yes no)' \
'-gg=-:Search mailinglists at Google Groups:(yes no)' \
'-pr=-:Query problem reports:(yes no)' \
'-cvs=-:Query cvsweb:(yes no)' \
'-mid=-:Query mailing lists by Message-ID:(yes no)' \
'-ps=-:Teleport to the Port Survey Page:(yes no)' \
'-prs=-:Teleport to the Problem Report Survey Page:(yes
no)' \
'-elogs=-:Teleport to the Build Error Logs Page:(yes
no)' \
'*:Search String:->string'
;;
(freedb)
_arguments \
'-artists[Search artists]' \
'-albulms[Search albulms]' \
'-songs[Search songs]' \
'-rest[Search the rest of the data]' \
'-all[Search all fields]' \
'-bycat[Sort results by category]' \
'*-cat=-:Category to search:(all blues classical
country data folk \
jazz misc newage reggae
rock soundtrack)' \
'*:Search String:->string'
;;
(freshmeat)
_deb_packages avail
;;
(google)
_arguments \
'(-l --lucky)'{-l,--lucky}'[Feeling lucky?]' \
'-results=-:[Number of results to return]:' \
'-search=-:Search on topic:(bsd linux mac unclesam)' \
'*:Search String:->string'
;;
(happypenguin)
_message 'Search String' \
'*:Search String:->string'
;;
(imdb)
_arguments \
'-category=-:Category:(All Titles MyMovies People
Characters Quotes Bios Plots)' \
'*:Search String:->string'
;;
(jake)
_arguments \
'-method=-:Search type:(title issn)' \
'-volume=-:[Volume]:' \
'-issue=-:[Issue]:' \
'-spage=-:[Start page]:' \
'-epage=-:[End page]:' \
'-year=-:[Year]:' \
'*:Search String:->string'
;;
(leodict)
_arguments \
'-tol=:Special character tolerance:(off standard high)'
\
'-to=:To language:(de en either)' \
'-lang=:Webpage is in this language:(en de)' \
'-link=:Link results:(on off)' \
'-head=:Display headlines:(on off)' \
'-grid=:Show results in grid:(on off)' \
'-spell=:Spelling tolerance:(off standard force)' \
'*:dictionary word:->dictword' && return 0
case "$state" in
(dictword)
_wanted dictword expl 'dictionary word' \
compadd $(look "${PREFIX}")
;;
esac
;;
(netbsd)
_arguments \
'-mail=-:Search netbsd mailinglists:(no yes)' \
'-pr=-:Query problem reports:(no yes)' \
'*:Search String:->string'
;;
(openbsd)
_arguments \
'-mail=-:Search netbsd mailinglists:(no yes)' \
'-pr=-:Query problem reports:(no yes)' \
'*:Search String:->string'
;;
(pgpkeys)
_arguments \
'-s[Display key signatures]' \
'*:KeyID or Email:->string'
;;
(pubmed)
_arguments \
'-db=-:Search Database:(PubMed Nucleotide Protein
Genome Structure Popset)' \
'*:Search String:->string'
;;
(rfc)
_arguments \
'-results=-:[Number of results to return]:' \
'-pdf[Return files as PDFs]' \
'-rev[Reverse order of results]' \
'-exact[Match exact words (instead of prefixes)]' \
'-abs[Show abstracts]' \
'-keywords[Show keywords]' \
'-nodirect[Do not try and go direct to RFC]' \
'-ftp[Retrieve RFCs via FTP instead of HTTP]' \
'-field=-:Search fields:(all number title author
keyword)' \
'-search=-:Collection to search(all rfc std bcp fyi)' \
'*:Search String:->string'
;;
(scaleplus)
_arguments \
'-results=-:[Number of results to return]:' \
'*:Search String:->string'
;;
(slashdot)
_message 'Search String' \
'*:Search String:->string'
;;
(slinuxdoc)
_message 'Search String' \
'*:Search String:->string'
;;
(sourceforge)
_arguments \
'-exact=-:Require all words:(yes no)' \
'-type=:Type of search:(soft people freshmeat)'
_deb_packages avail
;;
(stockquote)
_arguments \
'-provider=-:Quote provider(yahoo nasdaq quote)' \
'*:Search String:->string'
;;
(sundocs)
_message 'Search String' \
'*:Search String:->string'
;;
(sunsolve)
_message 'Search String' \
'*:Search String:->string'
;;
(thesaurus)
_wanted dictword expl 'thesaurus word' \
compadd $(look "${PREFIX}")
;;
(webster)
_wanted dictword expl 'dictionary word' \
compadd $(look "${PREFIX}")
;;
(rae)
_wanted dictionary expl 'palabra diccionario' \
compadd $(look "${PREFIX}")
;;
(translate)
_arguments \
'-from=-:From language:(de en es fr it ja ko pt ru zh)'
\
'-to=-:To language:(de en es fr it ja ko pt ru zh)' \
'-provider=-:Translation service provider:(raging
bablefish)' \
'*:dictionary word:->dictword' && return 0
case "$state" in
(dictword)
_wanted dictword expl 'dictionary word' \
compadd $(look "${PREFIX}")
;;
esac
;;
(rhyme)
_arguments \
'-method=-:Type of word correlation:(perfect syn hom
cons rel sub spell pic shake def)' \
'*:dictionary word:->dictword' && return 0
case "$state" in
(dictword)
_wanted dictword expl 'dictionary word' \
compadd $(look "${PREFIX}")
;;
esac
;;
(w3css)
_arguments \
'-warnings=-:Level of warnings displayed:(all normal
important none)' \
'-profile=-:CSS profile:(none css1 css2 css3 svg
svgbasic svgtiny mobile atsv-tv tv)' \
'-medium=-:User medium:(all aural braille embossed
handheld print projection \
screen tty tv presentation)' \
:URL:_urls
;;
(w3html)
_arguments \
'-usage[Go to validator help page]' \
'-encoding=-[Set page encoding]' \
'-encfb[Fall back to encoding rather than override]' \
'-doctype=-":[Set page doctype]:' \
'-docfb[Fall back to doctype rather than override]' \
'-nv[Be less verbose]' \
'-showsource[Show page source]' \
'-showoutline[Show page outline (headings)]' \
'-showparsetree[Show parse tree]' \
'-excludeatt[Exclude attributes from parse tree]' \
'-err[Validate Error (404) pages]' \
:URL:_urls
;;
(w3link)
_arguments \
'-r[Check linked documents recursively]' \
'-d=-:[Recursion depth]:' \
'-s[Summary only]' \
'-hiderd[Hide redirects]' \
'-dhiderd[Hide redirects for directories only]' \
'-nolang[Dont send the Accept-Language: header]' \
'-cookie[Save options in a cookie]' \
:URL:_urls
;;
(w3rdf)
_arguments \
'-output=-:Type of output displayed:(Triples Graphs
Both)' \
'-format=-:Graph format:(PNG_EMBED PNG_LINK SVG_LINK
SVG_EMBED GIF_EMBED \
GIF_LINK PS_LINK HP_PCL_LINK
HP_GL_LINK ISV_ZVTM)' \
'-savedot[Save GraphViz DOT file]' \
'-ntriples[Display triples in N-Triples format]' \
'-embedded[RDF is NOT enclosed in <RDF> tags]' \
'-useme[I grant w3c permission to save the RDF for
developing test cases]' \
'-anon[Make anonymous nodes unlabelled]' \
'-fontsize=-:Font Size:(10 12 14 16 20)' \
'-orient=-:Orientation:(TB LR)' \
'-node=-:Node Colour:(Black Blue Darkgreen Red)' \
'-nodetext=-:Node Text Colour:(Black Blue Darkgreen
Red)' \
'-arc=-:Arc Colour:(Black Blue Darkgreen Red)' \
'-arctext=-:Arc Text Colour:(Black Blue Darkgreen Red)'
\
:URL:_urls
;;
(wetandwild)
_arguments \
'-city=-:[Town or City or (US only) zipcode]:' \
'-country=-:[Two letter domain-style country code]:' \
'-provider=-yahoo[Weather provision service (Yahoo only
right now)]' \
'-state=-:[State, province or region]:'
;;
(wikipedia)
_arguments \
'-language=-:[Two letter language code]:' \
'*:Search String:->string'
;;
(woffle)
_arguments \
'-method=-:Search method:(and or bool)' \
'-format=-:Result format:(short long)' \
'-sort=-:Sort method:(score revscore time revtime title
revtitle)' \
'*:Search String:->string'
;;
(xxx)
_message 'Search String' \
'*:Search String:->string'
;;
(yahoo)
_arguments \
'-results=-:[Number of results to return]:' \
'*:Search String:->string'
;;
(yubnub)
_message 'Yubnub Command' \
'*:Yubnub Command:->string'
;;
esac
;;
esac
--===============1926783712==--
---------------------------------------
Received: (at 342162-close) by bugs.debian.org; 25 Dec 2005 15:50:50 +0000
>From [EMAIL PROTECTED] Sun Dec 25 07:50:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EqY5U-0000gj-Fo; Sun, 25 Dec 2005 07:47:08 -0800
From: Clint Adams <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#342162: fixed in zsh 4.2.6-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 25 Dec 2005 07:47:08 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: zsh
Source-Version: 4.2.6-2
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.2.6-2_all.deb
to pool/main/z/zsh/zsh-doc_4.2.6-2_all.deb
zsh-static_4.2.6-2_sparc.deb
to pool/main/z/zsh/zsh-static_4.2.6-2_sparc.deb
zsh_4.2.6-2.diff.gz
to pool/main/z/zsh/zsh_4.2.6-2.diff.gz
zsh_4.2.6-2.dsc
to pool/main/z/zsh/zsh_4.2.6-2.dsc
zsh_4.2.6-2_sparc.deb
to pool/main/z/zsh/zsh_4.2.6-2_sparc.deb
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: Sat, 24 Dec 2005 20:07:29 -0500
Source: zsh
Binary: zsh zsh-static zsh-doc
Architecture: source sparc all
Version: 4.2.6-2
Distribution: unstable
Urgency: medium
Maintainer: Clint Adams <[EMAIL PROTECTED]>
Changed-By: Clint Adams <[EMAIL PROTECTED]>
Description:
zsh - A shell with lots of features
zsh-doc - zsh documentation - info/HTML format
zsh-static - A shell with lots of features (static link)
Closes: 342162 344708
Changes:
zsh (4.2.6-2) unstable; urgency=medium
.
* Update ssh completion. closes: #344708.
* Add surfraw completion. closes: #342162.
Files:
674a156f77486e79c2be72a14cd9cf7e 690 shells optional zsh_4.2.6-2.dsc
4d5becfd632472d055b280f6b5b41dd1 329413 shells optional zsh_4.2.6-2.diff.gz
b7f55b81e72a2d700b81971946f59cf4 673790 shells optional zsh-doc_4.2.6-2_all.deb
e1c1a2209cea923d484806c868dcd91f 2105806 shells optional zsh_4.2.6-2_sparc.deb
b89d069961f26c3d5177350db72f8586 794886 shells optional
zsh-static_4.2.6-2_sparc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Debian!
iD8DBQFDrrtq5m0u66uWM3ARAl0sAKC62TmZmeBXdmto5G7NOyEJG16CVgCdGOLz
GowxUO19iYd1JmthaMCAJFE=
=N6eA
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]