X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail.brinstar.org (appgw1.lsvgnv-1.us.brinstar.org [144.172.93.250]) by lists.alpinelinux.org (Postfix) with ESMTP id 159D85C4C88 for ; Sun, 18 Jun 2017 09:21:18 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by mail.brinstar.org (Postfix) with ESMTP id 4946442DD3B0 for ; Sun, 18 Jun 2017 09:21:15 +0000 (UTC) Received: from mail.brinstar.org ([127.0.0.1]) by localhost (mail.brinstar.org [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id RwsGyXjPzqlr for ; Sun, 18 Jun 2017 09:21:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.brinstar.org (Postfix) with ESMTP id C5F4342DD3B1 for ; Sun, 18 Jun 2017 09:21:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at brinstar.org Received: from mail.brinstar.org ([127.0.0.1]) by localhost (mail.brinstar.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id eqd4K9k1kfTQ for ; Sun, 18 Jun 2017 09:21:10 +0000 (UTC) Received: from [192.168.1.66] (ip68-96-228-90.lv.lv.cox.net [68.96.228.90]) by mail.brinstar.org (Postfix) with ESMTPSA id 97D5F42DD3B0 for ; Sun, 18 Jun 2017 09:21:10 +0000 (UTC) Subject: Re: [alpine-devel] [abuild RFC] abuild: add config option to globally enable dbg To: alpine-devel@lists.alpinelinux.org References: <20170616094140.21953-1-clandmeter@gmail.com> <20170616160926.6b71801a@ncopa-desktop.copa.dup.pw> <20170618100036.73aab4ae@vostro> From: Seamus Caveney Message-ID: <965d70af-3857-d85b-998c-91e445a99726@brinstar.org> Date: Sun, 18 Jun 2017 02:20:59 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <20170618100036.73aab4ae@vostro> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 2017-06-18 00:00, Timo Teras wrote: > On Fri, 16 Jun 2017 16:09:26 +0200 > Natanael Copa wrote: > >> On Fri, 16 Jun 2017 09:24:10 -0300 >> Alba Pompeo wrote: >> >>> Why not create a dbgs metapackage like the docs metapackage? >>> https://git.alpinelinux.org/cgit/abuild/tree/abuild.in#n1476 >>> https://git.alpinelinux.org/cgit/aports/tree/main/docs/APKBUILD >> >> Why would someome want install all the -dbg packages? > > I would. When trying to analyze core dump. Global meta package would be > nicer than trying to hunt individually the -dbg packagaes needed. > Though, we might hold that for the big projects. Getting firefox, > libreoffice etc. -dbg might be just too much. > > /Timo > Better to opt for wildcards for install. More useful than adding a dbg meta package and replaces the current solution for docs metapkg, which is brittle imo, where is it documented that you must have the installif entry in a custom doc function in an APKBUILD? apk add *-dbg apk add *-doc Or say install many subpackages: apk add qemu-system-* The function already exists for search, why not for add as well? --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---