From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6506885723410399232 X-Received: by 10.46.31.2 with SMTP id f2mr1661607ljf.41.1515670718667; Thu, 11 Jan 2018 03:38:38 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.31.149 with SMTP id f143ls275654lff.13.gmail; Thu, 11 Jan 2018 03:38:38 -0800 (PST) X-Google-Smtp-Source: ACJfBov+qUZbTuLosKek3EjzXiQRrLZWOof3B0tR+6KlLc13pmdrqQMkHimorSV+6AkQaiKuZKWq X-Received: by 10.46.91.24 with SMTP id p24mr1530139ljb.10.1515670718336; Thu, 11 Jan 2018 03:38:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1515670718; cv=none; d=google.com; s=arc-20160816; b=tLptV7Q7k+O1YuhEHd6pI/ZfJvimnYNMoZT7rD8p806CXReNRLB4oc8rZDlbomRTYk KQx9BaxEug+aCYgQa6fB45rN76zbylMSA2kYC22QixxUfNg6Go5bA1bCL8gGAPjUhu8m xLfrFAvB3qG2u/eBllvZLanKhMxupBhSnxFBjVGiEzjtY2UxKlT0eCvPLBvHc9cA90MO w7GL6qcPNmGHjYRXumFMxIcUBAgq5N8k19O+R/ojdf+XBm/FAV7mKWAekmcVFFcVrV2+ 2T6ODb5JL3bWebF6GQbuZ+3kAcvK0gJTtfsm1s3KLQy24fdXsNehq87mlL7E6tTWy7Z4 aI0A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject :arc-authentication-results; bh=ygzeVGUvV+ByUgo3KWoFkTSSp2hJmPtmwPVP20aYsVc=; b=YAnt+sVSh8vqpo66/+Ciesera07JZX7fIdJPGpuhhZrkSX8zK50VeLhKYPmYt9ke1x BTyuJC7woOhVr8qOWcL5tQjOsYr8Y1T1WjKDMt7hVXttfvys/4UTO7hQ1Af1igW95iTp HHTud942JyepTosUgQJIahNBOO5+D7CVH7wXQ1p8d5LbNL8LWicpQ4H3RTRZBgc7n4Nm R7+LVDbGzpeqaBYFa8VM2l9vxZPd0GOfx7oIk0nzz/RH3fJYb2QgYxW5gdIQciS8PEl7 H9qojyNC7qxg834e5LBAVZYa8nHLKVTlyc7idB659ZAZa0fm3+yL9zbw7eFSx2aRJgOG e60g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id b10si859720lfe.4.2018.01.11.03.38.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Jan 2018 03:38:38 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w0BBcXm9018734 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 11 Jan 2018 12:38:35 +0100 Subject: Re: [PATCHv2] build.sh: yet another fix for the installation of build deps To: Henning Schild , isar-users@googlegroups.com Cc: Frank Lenormand References: <20180103175948.26103-1-henning.schild@siemens.com> <20180104094450.20395-1-henning.schild@siemens.com> From: Alexander Smirnov Message-ID: Date: Thu, 11 Jan 2018 14:38:28 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20180104094450.20395-1-henning.schild@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: Aq9qSdzLhfU1 On 01/04/2018 12:44 PM, Henning Schild wrote: > The perl code guessing the build-deps of packages can not handle all the > possible syntax that could be found in Build-Depends. And it ignores > Build-Depends-Indep. So there are several issues in it. > > This patch uses an official debian-tool "mk-build-deb" to install the build > deps. The tool generates a package which which will Depends: on the > Build-Depends:. Architecture operators, -Indep etc. are handled > correctly. > > Signed-off-by: Henning Schild Applied to next, thanks!