From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78732 invoked by alias); 29 Apr 2018 18:39:18 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 78720 invoked by uid 89); 29 Apr 2018 18:39:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, Home, H*R:D*net X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 29 Apr 2018 18:39:16 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5ae61152.7f0cbb4ce2d0-smtp-out-n01; Sun, 29 Apr 2018 18:39:14 -0000 (UTC) Date: Sun, 29 Apr 2018 18:39:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5ae61152c7734_4f9d2ad5569c5c10667f1@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 7372e7: debian: add curl and wget dependencies Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5ae61152c73bd_4f9d2ad5569c5c10666bb"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00010.txt.bz2 ----==_mimepart_5ae61152c73bd_4f9d2ad5569c5c10666bb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1266 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7372e7449c06ce25ab08a2352dac2fc68953176f https://github.com/crosstool-ng/crosstool-ng/commit/7372e7449c06ce25ab08a2352dac2fc68953176f Author: David Lechner Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M debian/control Log Message: ----------- debian: add curl and wget dependencies curl and wget are needed as a build dependency so that the auto configuration will see them and set the relevant configuration options. Otherwise, we end up with a ct-ng that can't download anything. However, curl and wget are not strict runtime dependencies, and we don't need both, so list them as Recommends: curl | wget for the binary package. Commit: 51f0e7c649a84c66ce0111703498dc4466e35562 https://github.com/crosstool-ng/crosstool-ng/commit/51f0e7c649a84c66ce0111703498dc4466e35562 Author: Alexey Neyman Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M debian/control Log Message: ----------- Merge pull request #952 from dlech/patch-2 debian: include curl and wget in Build-Depends Compare: https://github.com/crosstool-ng/crosstool-ng/compare/fa041df6fed7...51f0e7c649a8 ----==_mimepart_5ae61152c73bd_4f9d2ad5569c5c10666bb--