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 A0E4C6DE0F5A for ; Sun, 10 Nov 2019 09:38:03 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.683 X-Spam-Level: X-Spam-Status: No, score=-1.683 tagged_above=-999 required=5 tests=[AWL=0.818, 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 lCJmyU1UZ2-x for ; Sun, 10 Nov 2019 09:38:03 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 2880D6DE0F5E 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=1573407476; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=4/2n4tGnTQrkqwxyMtqFDCp5/N9IZ5CbRgl9nO0HK2I=; b=xI3Rnj1R58MuZS6z+EudxpfuUYVdHVQIUKMv7FrG6E2yDuQpG9El/O2I d3QKHZ6DOFEtQldlkddF2KEAIAtmDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019rsa; t=1573407476; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=4/2n4tGnTQrkqwxyMtqFDCp5/N9IZ5CbRgl9nO0HK2I=; b=elsbVYxcGmzhHejZ3rQha8pCY6sQrAgXDqBPBy8EwTIxJrkmd7YQbBqb 6I2qA2cbomZOtffPEBQ6yOGof4P6HLQIHeDSt7kmHv1YpCVoCeVgAjqJfp GXU3Hb4b0PQZN1J50ESbvIACvIgpApjUGjhuQhtgJVlXDxascTM3E4unQN eI9Q3rGH1cGk5vMz/mw2MIK+DsXYLONrn3Bq1q2p95NUbukG4T5Jta1GiY pieGeUralI780HAp5hdBbnVDXbkvxLrY4jv6b4f3F8wCNfbCJvM2ad6hJv DdxEDpyi32M8/vkic4Gc6yG9D2o6u6p5gmpGLG1uF7xxbfBVvKC06A== 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) server-digest SHA256) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id 9F091F9A7 for ; Sun, 10 Nov 2019 12:37:56 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id E2C8E20702; Sun, 10 Nov 2019 12:37:53 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 3/6] Move to dh 12 Date: Sun, 10 Nov 2019 12:37:45 -0500 Message-Id: <20191110173748.25792-4-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:03 -0000 Signed-off-by: Daniel Kahn Gillmor --- debian/compat | 1 - debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de3947..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index efb54abe..a4ac228e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Build-Conflicts: ruby1.8, gdb-minimal, gdb [ia64 mips mips64el] Build-Depends: dpkg-dev (>= 1.17.14), - debhelper (>= 11~), + debhelper-compat (= 12), pkg-config, libxapian-dev, libgmime-3.0-dev (>= 3.0.3~), -- 2.24.0