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 B8AA3476B73 for ; Mon, 8 Mar 2010 00:31:51 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.044 X-Spam-Level: X-Spam-Status: No, score=-1.044 tagged_above=-999 required=5 tests=[AWL=-0.859, BAYES_40=-0.185] 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 bLZn+QvHcefo for ; Mon, 8 Mar 2010 00:31:50 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id AD510476B6A for ; Mon, 8 Mar 2010 00:31:50 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 4A08019F3397; Mon, 8 Mar 2010 09:31:35 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id BfKD6rNw0UJq; Mon, 8 Mar 2010 09:31:34 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id E18AB19F3312; Mon, 8 Mar 2010 09:31:33 +0100 (CET) Received: from steelpick.localdomain (k335-30.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 9C450FA003; Mon, 8 Mar 2010 09:31:33 +0100 (CET) Received: from wsh by steelpick.localdomain with local (Exim 4.71) (envelope-from ) id 1NoYNB-0004dj-DD; Mon, 08 Mar 2010 09:31:33 +0100 From: Michal Sojka To: Xavier Maillard In-Reply-To: References: <87eijzxiy3.fsf@steelpick.localdomain> <20100306094634.72252af0kjjot5re@wimap.feld.cvut.cz> Date: Mon, 08 Mar 2010 09:31:33 +0100 Message-ID: <87ociz6wpm.fsf@steelpick.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org 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: Mon, 08 Mar 2010 08:31:51 -0000 On Sun, 07 Mar 2010, Xavier Maillard wrote: > There are probably things to tweak but there is also something > not working for me. Apparentely, you have a special file named > 'version' in which you store a version string and its sha1 as > taken from the rev HEAD. I do not have one and thus, I can't find > this file in my checkouts. I tested that for beginning you can omit the $version and use git checkout -b mydebian debian git merge master git-dch --snapshot --debian-branch=mydebian > Also, while at it, could you send your wsh-topic-branches file > and the relevant git repositories ? OK. I have published my repository at git://rtime.felk.cvut.cz/notmuch.git and you can browse it online at http://rtime.felk.cvut.cz/gitweb/notmuch.git. The current content of wsh-topic-branches is at http://rtime.felk.cvut.cz/gitweb/notmuch.git/blob/HEAD:/wsh-topic-branches Use the repository only at your risk. I have there patches such as http://rtime.felk.cvut.cz/gitweb/notmuch.git/shortlog/refs/heads/reply-pandora-hack or http://rtime.felk.cvut.cz/gitweb/notmuch.git/shortlog/refs/heads/fix-pandora.cz-addresses which change notmuch behavior for mails from pandora.cz mailing lists. Regards, Michal