From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6811501080263786496 X-Received: by 2002:a2e:9713:: with SMTP id r19mr2520534lji.89.1587137579397; Fri, 17 Apr 2020 08:32:59 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:86cf:: with SMTP id n15ls526272ljj.11.gmail; Fri, 17 Apr 2020 08:32:58 -0700 (PDT) X-Google-Smtp-Source: APiQypJKXf0yUNAcKBlchfwXNcU4fX4I1g4nfUEdnSHc/8gf+ow/EWtBT5jGNR6qdCBkGeIBLDdg X-Received: by 2002:a05:651c:3ce:: with SMTP id f14mr2543151ljp.98.1587137578801; Fri, 17 Apr 2020 08:32:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587137578; cv=none; d=google.com; s=arc-20160816; b=n6vCYrJQ/LB/tLbLx0p8hFpeIeyzA1Y5p6/OuA69gK9gYvcVo4DqvKJ+NkAub5aRvh 5M2j33azrqEpBckNO4AGUuMXlrpK2xjjyN1cSlZGfwxD0gje4ySfup9eEFicxwx8l0Ax 8ufSJ9THuf5p6LK1Z6jNVDrnt6T0OoafoPz8YWUoGfyEZ8csYBUtJ+z/LgE8xHkHhpBQ +5jA6cLUHtdfp/H9N3S1RdyDhIAfjXoY1vz2uGH2wtYS7NELpqF2OrX8YLmcplRLcKTf ARypwq4VQ06hzw1az6V53VOz6IZiLGfo/HQ6GjjpZqyyn/jVZ4IQQcZiJt69wrVFm7GK BZQg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=zfil4l47qzbZDABh8Okkjr0jJe1UdLATAQLxoOG40Us=; b=xtm/aWqqKbfgfW6LhNzcPpplinHMnp2Gl3LdY4IWQbbRa5Mc4HAp4vN+/ec/iTQTkg v+gbHLYv9kHhl4xUcbz/2D2PrRLxdmPcWhS9ovXn2+GYVPdLTWJHaSiHecwx29i/Dbku tz5OX3ACS/CkW7s/UAwIZWj5XDoInZBD+8Ip2KZyDDdu72tK1dpjMASTdk01vq/QJ5x/ S6cpw0iMTAWQJmFpAa/82T9jDLWtx7Br80mI4WXfrT+w8tA5bCuE/aYsgjsBV1ktpAny U5BOs9LBHKOn6C93Rtdpwt2JbIjUpPe/MgSn9xeghOzW0Ih5oYdcVf1s2M+3zW/6Li0I cqDQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id f17si1457728lfp.0.2020.04.17.08.32.58 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 17 Apr 2020 08:32:58 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 03HFWtX9022775 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 17 Apr 2020 17:32:57 +0200 Date: Fri, 17 Apr 2020 17:32:55 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v2 2/2] dpkg-raw: Correct path so that git fetching works Message-ID: <20200417153255.qihxaxlfpq43avzk@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <9641d535-013b-51d8-4862-94bd6cb2c215@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9641d535-013b-51d8-4862-94bd6cb2c215@siemens.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: nxargo0Oiwln On Tue, Apr 14, 2020 at 09:34:05AM +0200, Jan Kiszka wrote: > Setting D to S and cleaning the former caused problems when fetching the > to-be-installed files via git. Fix this by using a distinct D folder. > This requires setting --sourcedir for dh_install accordingly. > > At this chance, simplify ${PN}.install creation and avoid resolving ${D} > in the error message. Looks good to me. With kind regards, Baurzhan.