From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44078 invoked by alias); 13 Feb 2018 12:34:13 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 44055 invoked by uid 89); 13 Feb 2018 12:34:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:ESMTPA X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Feb 2018 12:34:11 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 5E392213EA for ; Tue, 13 Feb 2018 07:34:10 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Tue, 13 Feb 2018 07:34:10 -0500 X-ME-Sender: Received: from [192.168.1.102] (host86-179-112-159.range86-179.btcentralplus.com [86.179.112.159]) by mail.messagingengine.com (Postfix) with ESMTPA id 01D64246A5 for ; Tue, 13 Feb 2018 07:34:09 -0500 (EST) Subject: Re: [PATCH cygport 0/2] Better handling of build depends To: cygwin-apps@cygwin.com References: <20171003195323.82784-1-jon.turney@dronecode.org.uk> <25bce465-140f-4d09-e201-5e38dfd83e3d@cygwin.com> From: Jon Turney Message-ID: <0b30df64-9654-ec3e-ba85-860b9221181a@dronecode.org.uk> Date: Tue, 13 Feb 2018 12:34:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <25bce465-140f-4d09-e201-5e38dfd83e3d@cygwin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-02/txt/msg00025.txt.bz2 On 13/02/2018 06:31, Yaakov Selkowitz wrote: > On 2017-10-03 14:53, Jon Turney wrote: >> Jon Turney (2): >> Rename DEPEND to BUILD_DEPENDS >> Pass BUILD_DEPENDS through to .hint for source package as >> build-depends: > > Why can't this be BUILD_REQUIRES and build-requires: ? No reason at all. I didn't think very much about the name, just added 'build' as a prefix.