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