Re: [PATCH 8/8] debian: add gpgsm as build dependency
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 26 Sep 2015 17:32:47 +0000 (13:32 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:39 +0000 (14:49 -0700)
e4/ece82d58e0782919cd16fec22a82b1ac401fd4 [new file with mode: 0644]

diff --git a/e4/ece82d58e0782919cd16fec22a82b1ac401fd4 b/e4/ece82d58e0782919cd16fec22a82b1ac401fd4
new file mode 100644 (file)
index 0000000..d3a87bc
--- /dev/null
@@ -0,0 +1,95 @@
+Return-Path: <dkg@fifthhorseman.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 2E0B56DE0FC5\r
+ for <notmuch@notmuchmail.org>; Sat, 26 Sep 2015 10:33:07 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.367\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.367 tagged_above=-999 required=5\r
+ tests=[AWL=-0.367] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id c49t1gon8tyh for <notmuch@notmuchmail.org>;\r
+ Sat, 26 Sep 2015 10:33:05 -0700 (PDT)\r
+Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
+ by arlo.cworth.org (Postfix) with ESMTP id D87B26DE09B0\r
+ for <notmuch@notmuchmail.org>; Sat, 26 Sep 2015 10:33:04 -0700 (PDT)\r
+Received: from fifthhorseman.net (h-67-100-110-97.nycm.ny.dynamic.megapath.net\r
+ [67.100.110.97])\r
+ by che.mayfirst.org (Postfix) with ESMTPSA id 09752F984;\r
+ Sat, 26 Sep 2015 13:32:47 -0400 (EDT)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+ id 9D2EC1FFA9; Sat, 26 Sep 2015 13:32:47 -0400 (EDT)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 8/8] debian: add gpgsm as build dependency\r
+In-Reply-To: <1439746876-23654-9-git-send-email-david@tethera.net>\r
+References: <54CA467B.30408@gnome.org>\r
+ <1439746876-23654-1-git-send-email-david@tethera.net>\r
+ <1439746876-23654-9-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 26 Sep 2015 13:32:47 -0400\r
+Message-ID: <87vbaxm6gw.fsf@alice.fifthhorseman.net>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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, 26 Sep 2015 17:33:07 -0000\r
+\r
+On Sun 2015-08-16 13:41:16 -0400, David Bremner wrote:\r
+> It's not needed for the actual build, but it is needed to run\r
+> the SMIME tests.\r
+> ---\r
+>  debian/control | 1 +\r
+>  1 file changed, 1 insertion(+)\r
+>\r
+> diff --git a/debian/control b/debian/control\r
+> index 05cd04f..37ecedd 100644\r
+> --- a/debian/control\r
+> +++ b/debian/control\r
+> @@ -22,6 +22,7 @@ Build-Depends:\r
+>   emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),\r
+>   gdb [!s390x !ia64 !armel],\r
+>   dtach (>= 0.8),\r
+> + gpgsm, \r
+>   bash-completion (>=1.9.0~)\r
+>  Standards-Version: 3.9.6\r
+>  Homepage: http://notmuchmail.org/\r
+> -- \r
+> 2.5.0\r
+>\r
+\r
+Apparently you can now indicate that the build-dep is only necessary for\r
+tests with <!nocheck>, like so:\r
+\r
+--- a/debian/control\r
++++ b/debian/control\r
+@@ -22,6 +22,7 @@ Build-Depends:\r
+  emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),\r
+  gdb [!s390x !ia64 !armel],\r
+  dtach (>= 0.8),\r
++ gpgsm <!nocheck>, \r
+  bash-completion (>=1.9.0~)\r
+ Standards-Version: 3.9.6\r
+ Homepage: http://notmuchmail.org/\r
+\r
+\r
+See\r
+https://wiki.debian.org/BuildProfileSpec#Build-Depends_syntax_extension_.28restriction_formulas.29\r
+for more details.\r
+\r
+    --dkg\r