Re: [ANNOUNCE] mutt with notmuch support
[notmuch-archives.git] / 48 / 1d22b99e1be60446d9400303b74435ac1b27d1
1 Return-Path: <ukleinek@Chamillionaire.breakpoint.cc>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 69C84431FD0\r
6         for <notmuch@notmuchmail.org>; Sat,  9 Jul 2011 12:32:54 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id awGmJakDroav for <notmuch@notmuchmail.org>;\r
16         Sat,  9 Jul 2011 12:32:53 -0700 (PDT)\r
17 X-Greylist: delayed 938 seconds by postgrey-1.32 at olra;\r
18         Sat, 09 Jul 2011 12:32:53 PDT\r
19 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc\r
20         [85.10.199.196])\r
21         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
22         (No client certificate requested)\r
23         by olra.theworths.org (Postfix) with ESMTPS id BD3B8431FB6\r
24         for <notmuch@notmuchmail.org>; Sat,  9 Jul 2011 12:32:53 -0700 (PDT)\r
25 Received: id: ukleinek by Chamillionaire.breakpoint.cc authenticated by\r
26         ukleinek with local (easymta 1.00 BETA 1)\r
27         id 1Qfd1e-0003cq-8b; Sat, 09 Jul 2011 21:17:14 +0200\r
28 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= <ukleinek@strlen.de>\r
29 To: notmuch@notmuchmail.org\r
30 Subject: [PATCH] debian: strictly depend on the same version of libnotmuch\r
31 Date: Sat,  9 Jul 2011 21:17:09 +0200\r
32 Message-Id: <1310239029-13509-1-git-send-email-ukleinek@strlen.de>\r
33 X-Mailer: git-send-email 1.7.5.4\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=UTF-8\r
36 Content-Transfer-Encoding: 8bit\r
37 Cc: David Bremner <bremner@debian.org>\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Sat, 09 Jul 2011 19:32:54 -0000\r
51 \r
52 It took quite some time to debug why folder: searches didn't work for me\r
53 though I had notmuch 0.6~rc1 installed. amdragon in #notmuch found out\r
54 that I still had libnotmuch1 0.5+nmu3 installed.\r
55 \r
56 To prevent the same problem in the future let notmuch depend on the same\r
57 version of libnotmuch1.\r
58 \r
59 Signed-off-by: Uwe Kleine-König <ukleinek@strlen.de>\r
60 ---\r
61  debian/control |    2 +-\r
62  1 files changed, 1 insertions(+), 1 deletions(-)\r
63 \r
64 diff --git a/debian/control b/debian/control\r
65 index 78c9849..03afdf4 100644\r
66 --- a/debian/control\r
67 +++ b/debian/control\r
68 @@ -15,7 +15,7 @@ Dm-Upload-Allowed: yes\r
69  \r
70  Package: notmuch\r
71  Architecture: any\r
72 -Depends: ${shlibs:Depends}, ${misc:Depends}\r
73 +Depends: libnotmuch1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}\r
74  Recommends: notmuch-emacs | notmuch-vim\r
75  Description: thread-based email index, search and tagging\r
76   Notmuch is a system for indexing, searching, reading, and tagging\r
77 -- \r
78 1.7.5.4\r
79 \r