[PATCH] debian: strictly depend on the same version of libnotmuch
authorUwe Kleine-König <ukleinek@strlen.de>
Sat, 9 Jul 2011 19:17:09 +0000 (21:17 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:01 +0000 (09:39 -0800)
48/1d22b99e1be60446d9400303b74435ac1b27d1 [new file with mode: 0644]

diff --git a/48/1d22b99e1be60446d9400303b74435ac1b27d1 b/48/1d22b99e1be60446d9400303b74435ac1b27d1
new file mode 100644 (file)
index 0000000..7c6cda6
--- /dev/null
@@ -0,0 +1,79 @@
+Return-Path: <ukleinek@Chamillionaire.breakpoint.cc>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 69C84431FD0\r
+       for <notmuch@notmuchmail.org>; Sat,  9 Jul 2011 12:32:54 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id awGmJakDroav for <notmuch@notmuchmail.org>;\r
+       Sat,  9 Jul 2011 12:32:53 -0700 (PDT)\r
+X-Greylist: delayed 938 seconds by postgrey-1.32 at olra;\r
+       Sat, 09 Jul 2011 12:32:53 PDT\r
+Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc\r
+       [85.10.199.196])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id BD3B8431FB6\r
+       for <notmuch@notmuchmail.org>; Sat,  9 Jul 2011 12:32:53 -0700 (PDT)\r
+Received: id: ukleinek by Chamillionaire.breakpoint.cc authenticated by\r
+       ukleinek with local (easymta 1.00 BETA 1)\r
+       id 1Qfd1e-0003cq-8b; Sat, 09 Jul 2011 21:17:14 +0200\r
+From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= <ukleinek@strlen.de>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] debian: strictly depend on the same version of libnotmuch\r
+Date: Sat,  9 Jul 2011 21:17:09 +0200\r
+Message-Id: <1310239029-13509-1-git-send-email-ukleinek@strlen.de>\r
+X-Mailer: git-send-email 1.7.5.4\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: 8bit\r
+Cc: David Bremner <bremner@debian.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 09 Jul 2011 19:32:54 -0000\r
+\r
+It took quite some time to debug why folder: searches didn't work for me\r
+though I had notmuch 0.6~rc1 installed. amdragon in #notmuch found out\r
+that I still had libnotmuch1 0.5+nmu3 installed.\r
+\r
+To prevent the same problem in the future let notmuch depend on the same\r
+version of libnotmuch1.\r
+\r
+Signed-off-by: Uwe Kleine-König <ukleinek@strlen.de>\r
+---\r
+ debian/control |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/debian/control b/debian/control\r
+index 78c9849..03afdf4 100644\r
+--- a/debian/control\r
++++ b/debian/control\r
+@@ -15,7 +15,7 @@ Dm-Upload-Allowed: yes\r
\r
+ Package: notmuch\r
+ Architecture: any\r
+-Depends: ${shlibs:Depends}, ${misc:Depends}\r
++Depends: libnotmuch1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}\r
+ Recommends: notmuch-emacs | notmuch-vim\r
+ Description: thread-based email index, search and tagging\r
+  Notmuch is a system for indexing, searching, reading, and tagging\r
+-- \r
+1.7.5.4\r
+\r