Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / 33 / cac0b61a28d74f1e638b0c3c5caebc72e861ba
1 Return-Path: <zack@upsilon.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 10B4E431FC4\r
6         for <notmuch@notmuchmail.org>; Sat, 24 Jan 2015 01:18:25 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.338\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.338 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id n7pv7wkEDmSL for <notmuch@notmuchmail.org>;\r
17         Sat, 24 Jan 2015 01:18:24 -0800 (PST)\r
18 Received: from upsilon.cc (upsilon.cc [178.32.142.91])\r
19         by olra.theworths.org (Postfix) with ESMTP id C5A3B431FD4\r
20         for <notmuch@notmuchmail.org>; Sat, 24 Jan 2015 01:18:20 -0800 (PST)\r
21 Received: from timira.takhisis.invalid (unknown\r
22         [IPv6:2a01:e34:ec24:5360:7e7a:91ff:fe72:81b6])\r
23         by upsilon.cc (Postfix) with ESMTPSA id 1513310DBB;\r
24         Sat, 24 Jan 2015 10:11:52 +0100 (CET)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail;\r
26         t=1422090712; bh=FmfIC2nRu27ypXf5V0sJdNba6p+b/OfewAgM70YtiEQ=;\r
27         h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\r
28         b=hjJ2r/yzzItJ3ymlYCOCvrpiGB46rhTkC5inHFPGglTcs2AACDGZFUagvkk9HkWgU\r
29         XUckkEBLU9hugKlbwgRfpBR9Mi+QGNEoMtgc5wMoJHKYizzeWGeMk52x7cVtPRAz97\r
30         +YhZrS6YoNGUImyaQXOGSjiNnGJ/y3JkELBgBPkM=\r
31 Received: by timira.takhisis.invalid (Postfix, from userid 1000)\r
32         id F0AAC600E1; Sat, 24 Jan 2015 10:11:50 +0100 (CET)\r
33 From: Stefano Zacchiroli <zack@upsilon.cc>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 3/3] debian packaging: drop dep notmuch-mutt ->\r
36         libmailtools-perl\r
37 Date: Sat, 24 Jan 2015 10:11:41 +0100\r
38 Message-Id: <1422090701-19385-4-git-send-email-zack@upsilon.cc>\r
39 X-Mailer: git-send-email 2.1.4\r
40 In-Reply-To: <1422090701-19385-1-git-send-email-zack@upsilon.cc>\r
41 References: <1422090701-19385-1-git-send-email-zack@upsilon.cc>\r
42 Cc: "Jan N. Klug" <jan.n.klug@rub.de>, Stefano Zacchiroli <zack@upsilon.cc>\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Sat, 24 Jan 2015 09:18:25 -0000\r
56 \r
57 Rationale: the dependency is no longer needed after the rewrite of\r
58 get_message_id().\r
59 \r
60 Note that Digest::SHA, needed by the new implementation of\r
61 get_message_id(), is shipped by the perl package itself, which is in\r
62 an implied dependency of other lib*-perl packages. So there is no need\r
63 to list perl explicitly as a dependency.\r
64 ---\r
65  debian/changelog | 8 ++++++++\r
66  debian/control   | 2 +-\r
67  2 files changed, 9 insertions(+), 1 deletion(-)\r
68 \r
69 diff --git a/debian/changelog b/debian/changelog\r
70 index fbd15b8..2fa0f96 100644\r
71 --- a/debian/changelog\r
72 +++ b/debian/changelog\r
73 @@ -1,3 +1,11 @@\r
74 +notmuch (0.19-2) experimental; urgency=medium\r
75 +\r
76 +  [ Stefano Zacchiroli ]\r
77 +  * notmuch-mutt: drop dependency on libmailtools-perl, because we no\r
78 +    longer need Mail::Internet\r
79 +\r
80 + --\r
81 +\r
82  notmuch (0.19-1) experimental; urgency=medium\r
83  \r
84    * New upstream release.\r
85 diff --git a/debian/control b/debian/control\r
86 index 4bc4cd9..84dbf32 100644\r
87 --- a/debian/control\r
88 +++ b/debian/control\r
89 @@ -144,7 +144,7 @@ Package: notmuch-mutt\r
90  Architecture: all\r
91  Depends:\r
92   notmuch (>= 0.4),\r
93 - libmail-box-perl, libmailtools-perl,\r
94 + libmail-box-perl,\r
95   libstring-shellquote-perl, libterm-readline-gnu-perl,\r
96   ${misc:Depends}\r
97  Recommends: mutt\r
98 -- \r
99 2.1.4\r
100 \r