From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A34B86DE0F6A for ; Sun, 10 Nov 2019 09:38:05 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.689 X-Spam-Level: X-Spam-Status: No, score=-1.689 tagged_above=-999 required=5 tests=[AWL=0.812, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] 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 k17zncvpPy2w for ; Sun, 10 Nov 2019 09:38:05 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id EEC5C6DE0F68 for ; Sun, 10 Nov 2019 09:38:00 -0800 (PST) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019; t=1573407477; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=xcycUZ5iFU17w/EUHuZY+EoNAgxkIgPPN6BBDlp+b+g=; b=qVPCWTdlu8FevDi0NraxY1lmNLO3jN0WfqIBSYCjkPGl5XxHF1UxdC62 ZN+TRC/IHPrFdwG+998LhQvBdFwaAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019rsa; t=1573407477; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=xcycUZ5iFU17w/EUHuZY+EoNAgxkIgPPN6BBDlp+b+g=; b=N4KpLRE3eADxHi/uy53eQ/sC+QtMbtvCuJHBD4O9rY8uc1eCIIO0iql2 IT6yze4knQUzwDIUnboggh3q7cMTyuKad/DFrin3ue0sbVW384bEVj+YFh UD/1wGLwflYy9pke2T3EwcsSQlfRqRbz7m7+Xh44HyiVik1Jn1J+wtQJa7 nMPyY6sKzt/c5j7Zc+qOIbBF7AOI0Q2R5/NbE8QOwvjiRTKJNWditls8tf WVe4wou5BfnBsKEh5oRk4H52pLb99NIVcZzjn+/mxGpRMeTsrWq1bZtz+4 tKA722GiwMsikAOq8wG9ah7MEpTltT7meSH8IsdZcYxIqBvFxjffyg== Received: from fifthhorseman.net (unknown [IPv6:2001:470:1f07:60d:54c4:58ff:fe31:1452]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id 2497CF9AB for ; Sun, 10 Nov 2019 12:37:57 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id DDAE520425; Sun, 10 Nov 2019 12:37:53 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 2/6] Rules-Requires-Root: no (we do nothing as root during package build) Date: Sun, 10 Nov 2019 12:37:44 -0500 Message-Id: <20191110173748.25792-3-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191110173748.25792-1-dkg@fifthhorseman.net> References: <20191110173748.25792-1-dkg@fifthhorseman.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Sun, 10 Nov 2019 17:38:05 -0000 Signed-off-by: Daniel Kahn Gillmor --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index b7bffc71..efb54abe 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,7 @@ Standards-Version: 4.4.1 Homepage: https://notmuchmail.org/ Vcs-Git: https://git.notmuchmail.org/git/notmuch -b release Vcs-Browser: https://git.notmuchmail.org/git/notmuch +Rules-Requires-Root: no Package: notmuch Architecture: any -- 2.24.0