From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20477 invoked from network); 21 Nov 2003 08:09:20 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Nov 2003 08:09:20 -0000 Received: (qmail 15716 invoked by alias); 21 Nov 2003 08:08:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19264 Received: (qmail 15621 invoked from network); 21 Nov 2003 08:08:54 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 21 Nov 2003 08:08:54 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [193.109.254.211] by sunsite.dk (MessageWall 1.0.8) with SMTP; 21 Nov 2003 8:8:54 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-5.tower-36.messagelabs.com!1069402132!1978594 X-StarScan-Version: 5.1.13; banners=-,-,- Received: (qmail 2858 invoked from network); 21 Nov 2003 08:08:53 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-5.tower-36.messagelabs.com with SMTP; 21 Nov 2003 08:08:53 -0000 Received: from gmcs3.local ([158.234.142.61]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id hAL88qXh002230; Fri, 21 Nov 2003 08:08:52 GMT Received: from gmcs3.local (localhost [127.0.0.1]) by gmcs3.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id hAL8CP511679; Fri, 21 Nov 2003 09:12:31 +0100 X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <20031118133448.GA19691@rechnerpost.org> From: Oliver Kiddle References: <20031118133448.GA19691@rechnerpost.org> To: Stephen Rueger cc: zsh-workers@sunsite.dk Subject: Re: patch to update _apt Date: Fri, 21 Nov 2003 09:12:25 +0100 Message-ID: <11677.1069402345@gmcs3.local> On 18 Nov, Stephen Rueger wrote: > > This patch updates _apt to work with APT 0.5.14, now part of both Debian > testing and unstable. It does not treat older versions different, so > people using it with e.g. Debian stable will get erroneous > completions. Is that behaviour acceptable or should i add a test solving > this issue? Thanks. Doesn't look like it breaks anything too fundamental for Debian stable. I've commit it as it is: most Debian stable users will use the zsh .deb anyway and that won't be affected. Oliver