Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5237B431FBC for ; Fri, 5 Mar 2010 22:02:01 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.019 X-Spam-Level: X-Spam-Status: No, score=-1.019 tagged_above=-999 required=5 tests=[AWL=-0.279, BAYES_20=-0.74] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YXe4OOyZE2g1 for ; Fri, 5 Mar 2010 22:02:00 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [82.244.211.40]) by olra.theworths.org (Postfix) with ESMTP id 713E5431FAE for ; Fri, 5 Mar 2010 22:02:00 -0800 (PST) Received: from xhlj.maillard.im (xhlj [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 34F9D1E051; Sat, 6 Mar 2010 07:01:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=postfix; bh=t21RfjCq2Wx2FBqsa4X3bDbbWjs=; b=aUY pDk7UluWFPaX2bG/o5cY3KtH8j+237x8eb+ySWdjrDCty6wzs2pRM6K1IV0Hx/Tc 2ZvsWXh83FLeCH17s5hhRZgSAUteycWU8Mn0hOPvgXMKRu6fuUPzCplan9Pu4m5F zsVlPmRe5UF76TeEltlIJnTcUtJ51Me8J5NbINk4= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Sat, 6 Mar 2010 07:01:46 +0100 (CET) From: Xavier Maillard To: Michal Sojka , notmuch@notmuchmail.org In-Reply-To: <87eijzxiy3.fsf@steelpick.localdomain> References: <87eijzxiy3.fsf@steelpick.localdomain> Date: Sat, 06 Mar 2010 07:02:20 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Debian package X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2010 06:02:01 -0000 Hi Michal, On Fri, 05 Mar 2010 09:37:40 +0100, Michal Sojka wrote: > On Fri, 05 Mar 2010, Xavier Maillard wrote: > > Hi, > > > > I am using Debian GNU/linux SID and notmuch and I'd like to be > > bleading edge with notmuch. So I am trying to figure out whether > > someone is maintaining a Debian package against notmuch git > > repository or not. If the former, that's nice. > > Hi, > > I do not know the current plans for Debian package, but what I do for > myself is to merge together current master, debian and seveal topic > branches (based on patches sent to the mailing list) to produce a > bleeding edge package. I use the following script to build the package. That's a good start but it does not work out of the box for me. What is the integration/all branch ? Do I need something special in order to use your script ? Currently, I just cloned official notmuch git repository. Thanks, Xavier