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 5C3EE431FBC for ; Sun, 29 Nov 2009 10:06:37 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 blcJmE2AZLep for ; Sun, 29 Nov 2009 10:06:36 -0800 (PST) Received: from winfree.gag.com (winfree.gag.com [192.133.104.8]) by olra.theworths.org (Postfix) with ESMTP id BB34D431FAE for ; Sun, 29 Nov 2009 10:06:36 -0800 (PST) Received: from localhost (localhost.localdomain [127.0.0.1]) by winfree.gag.com (Postfix) with ESMTP id 285B6302A; Sun, 29 Nov 2009 11:06:36 -0700 (MST) X-Virus-Scanned: Debian amavisd-new at gag.com Received: from winfree.gag.com ([127.0.0.1]) by localhost (winfree.gag.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yi22aCZA2O4a; Sun, 29 Nov 2009 11:06:34 -0700 (MST) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by winfree.gag.com (Postfix) with ESMTP id AECB8301D; Sun, 29 Nov 2009 11:06:34 -0700 (MST) From: Bdale Garbee To: Jameson Graef Rollins In-Reply-To: <20091129135546.GA25263@finestructure.net> References: <20091129135546.GA25263@finestructure.net> Content-Type: text/plain; charset="UTF-8" Date: Sun, 29 Nov 2009 11:06:34 -0700 Message-ID: <1259517994.20146.7.camel@rover> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] Debian packaging X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Sun, 29 Nov 2009 18:06:37 -0000 On Sun, 2009-11-29 at 08:55 -0500, Jameson Graef Rollins wrote: > As much as I would love to, at this point I'm not quite offering to > actually be maintainer of a notmuch Debian package. Actually, since Carl is a DD now, I've already nudged him about maintaining a Debian package, and offered to help. Perhaps your work will provide additional motivation. ;-) FWIW, it's entirely possible to configure git-buildpackage to package directly from the master branch. I do that with AltOS, details can be found in the fw/altos repo on git.gag.com if you're curious. There are various ways you could do this, but I've put a hook in .gbp.conf that invokes a new debian/rules 'prebuild' target... This allows me to just run 'git-buildpackage' any time we want fresh packages, and get a Debian changelog crafted from the git commit logs since the last time I built a Debian package. Bdale