From: Daniel Kahn Gillmor Date: Wed, 9 Dec 2015 20:49:20 +0000 (+1900) Subject: debian build-dependencies for testing should be marked X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80a76bad05aff6ac3770f5b99142ba7c5e53caab;p=notmuch-archives.git debian build-dependencies for testing should be marked --- diff --git a/b1/b6a367cbd7971fc0b92a49ac43e2eb31d35ae4 b/b1/b6a367cbd7971fc0b92a49ac43e2eb31d35ae4 new file mode 100644 index 000000000..2ca57a182 --- /dev/null +++ b/b1/b6a367cbd7971fc0b92a49ac43e2eb31d35ae4 @@ -0,0 +1,68 @@ +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 4D0DC6DE0FF1 + for ; Wed, 9 Dec 2015 12:49:25 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.057 +X-Spam-Level: +X-Spam-Status: No, score=-0.057 tagged_above=-999 required=5 + tests=[AWL=-0.057] 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 vIVNpiI_lIRE for ; + Wed, 9 Dec 2015 12:49:23 -0800 (PST) +Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108]) + by arlo.cworth.org (Postfix) with ESMTP id 29B236DE005F + for ; Wed, 9 Dec 2015 12:49:22 -0800 (PST) +Received: from fifthhorseman.net (unknown [38.109.115.130]) + by che.mayfirst.org (Postfix) with ESMTPSA id ABFCCF984 + for ; Wed, 9 Dec 2015 15:49:20 -0500 (EST) +Received: by fifthhorseman.net (Postfix, from userid 1000) + id C65C22006D; Wed, 9 Dec 2015 15:49:20 -0500 (EST) +From: Daniel Kahn Gillmor +To: notmuch mailing list +Subject: debian build-dependencies for testing should be marked +User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Wed, 09 Dec 2015 15:49:20 -0500 +Message-ID: <87io47ny9b.fsf@alice.fifthhorseman.net> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Wed, 09 Dec 2015 20:49:25 -0000 + +hi notmuch people-- + +debian/control's build-dependencies list a bunch of things that i think +are only relevant for running the tests (e.g. dtach -- and maybe emacs +and bash-completion and other packages). + +These should be marked so that dpkg-buildpackage can know to +ignore them when trying to build with BUILD_DEB_OPTIONS=nocheck. + +This is called a "build profile", if you want to look up more about it: + + https://wiki.debian.org/BuildProfileSpec + https://bugs.debian.org/757760 + +I'd send a patch, but i'm not entirely sure which packages are strictly +for the build-time tests, so i hope someone with more experience with +the debian package can mark them appropriately. Thanks! + +Regards, + + --dkg