Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / e4 / ece82d58e0782919cd16fec22a82b1ac401fd4
1 Return-Path: <dkg@fifthhorseman.net>\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 arlo.cworth.org (Postfix) with ESMTP id 2E0B56DE0FC5\r
6  for <notmuch@notmuchmail.org>; Sat, 26 Sep 2015 10:33:07 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.367\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.367 tagged_above=-999 required=5\r
12  tests=[AWL=-0.367] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id c49t1gon8tyh for <notmuch@notmuchmail.org>;\r
16  Sat, 26 Sep 2015 10:33:05 -0700 (PDT)\r
17 Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
18  by arlo.cworth.org (Postfix) with ESMTP id D87B26DE09B0\r
19  for <notmuch@notmuchmail.org>; Sat, 26 Sep 2015 10:33:04 -0700 (PDT)\r
20 Received: from fifthhorseman.net (h-67-100-110-97.nycm.ny.dynamic.megapath.net\r
21  [67.100.110.97])\r
22  by che.mayfirst.org (Postfix) with ESMTPSA id 09752F984;\r
23  Sat, 26 Sep 2015 13:32:47 -0400 (EDT)\r
24 Received: by fifthhorseman.net (Postfix, from userid 1000)\r
25  id 9D2EC1FFA9; Sat, 26 Sep 2015 13:32:47 -0400 (EDT)\r
26 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
27 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH 8/8] debian: add gpgsm as build dependency\r
29 In-Reply-To: <1439746876-23654-9-git-send-email-david@tethera.net>\r
30 References: <54CA467B.30408@gnome.org>\r
31  <1439746876-23654-1-git-send-email-david@tethera.net>\r
32  <1439746876-23654-9-git-send-email-david@tethera.net>\r
33 User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
34  (x86_64-pc-linux-gnu)\r
35 Date: Sat, 26 Sep 2015 13:32:47 -0400\r
36 Message-ID: <87vbaxm6gw.fsf@alice.fifthhorseman.net>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.18\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sat, 26 Sep 2015 17:33:07 -0000\r
52 \r
53 On Sun 2015-08-16 13:41:16 -0400, David Bremner wrote:\r
54 > It's not needed for the actual build, but it is needed to run\r
55 > the SMIME tests.\r
56 > ---\r
57 >  debian/control | 1 +\r
58 >  1 file changed, 1 insertion(+)\r
59 >\r
60 > diff --git a/debian/control b/debian/control\r
61 > index 05cd04f..37ecedd 100644\r
62 > --- a/debian/control\r
63 > +++ b/debian/control\r
64 > @@ -22,6 +22,7 @@ Build-Depends:\r
65 >   emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),\r
66 >   gdb [!s390x !ia64 !armel],\r
67 >   dtach (>= 0.8),\r
68 > + gpgsm, \r
69 >   bash-completion (>=1.9.0~)\r
70 >  Standards-Version: 3.9.6\r
71 >  Homepage: http://notmuchmail.org/\r
72 > -- \r
73 > 2.5.0\r
74 >\r
75 \r
76 Apparently you can now indicate that the build-dep is only necessary for\r
77 tests with <!nocheck>, like so:\r
78 \r
79 --- a/debian/control\r
80 +++ b/debian/control\r
81 @@ -22,6 +22,7 @@ Build-Depends:\r
82   emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),\r
83   gdb [!s390x !ia64 !armel],\r
84   dtach (>= 0.8),\r
85 + gpgsm <!nocheck>, \r
86   bash-completion (>=1.9.0~)\r
87  Standards-Version: 3.9.6\r
88  Homepage: http://notmuchmail.org/\r
89 \r
90 \r
91 See\r
92 https://wiki.debian.org/BuildProfileSpec#Build-Depends_syntax_extension_.28restriction_formulas.29\r
93 for more details.\r
94 \r
95     --dkg\r