From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2907 invoked from network); 22 Feb 2008 02:59:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Feb 2008 02:59:04 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 6918 invoked from network); 22 Feb 2008 02:58:59 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Feb 2008 02:58:59 -0000 Received: (qmail 15407 invoked by alias); 22 Feb 2008 02:58:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24578 Received: (qmail 15393 invoked from network); 22 Feb 2008 02:58:56 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Feb 2008 02:58:56 -0000 Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP id A6A118026E0B for ; Fri, 22 Feb 2008 03:58:52 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 8F0055C1A4; Thu, 21 Feb 2008 21:58:51 -0500 (EST) Date: Thu, 21 Feb 2008 21:58:51 -0500 From: Clint Adams To: Sven Joachim , 466904@bugs.debian.org Cc: zsh-workers@sunsite.dk Subject: Re: Bug#466904: zsh: completes removed dpkg option `--print-gnu-build-architecture' Message-ID: <20080222025851.GA4892@scowler.net> Mail-Followup-To: Sven Joachim , 466904@bugs.debian.org, zsh-workers@sunsite.dk References: <87y79ew312.fsf@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y79ew312.fsf@gmx.de> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Virus-Scanned: ClamAV 0.91.2/5922/Fri Feb 22 03:32:23 2008 on bifrost X-Virus-Status: Clean On Thu, Feb 21, 2008 at 07:57:45PM +0100, Sven Joachim wrote: > The completion for dpkg suggests the option > `--print-gnu-build-architecture' which, according to the dpkg > changelogs, was removed in dpkg 1.13.1 (released 2005). Please remove > this completion. Index: Completion/Debian/Command/_dpkg =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dpkg,v retrieving revision 1.14 diff -u -r1.14 _dpkg --- Completion/Debian/Command/_dpkg 13 Jan 2008 20:33:27 -0000 1.14 +++ Completion/Debian/Command/_dpkg 22 Feb 2008 02:58:06 -0000 @@ -49,7 +49,6 @@ '--set-selections[set selections]' '--yet-to-unpack[list uninstalled]' '--print-architecture[print target architecture]' - '--print-gnu-build-architecture' '--print-installation-architecture' '--compare-versions[compare version numbers]:*::expression:= ->compare_versions' )