Re: [Rpm-ecosystem] Trying to understand %buildsubdir and debuginfo generation

2018-04-27 Thread Jason L Tibbitts III
> "NG" == Neal Gompa writes: NG> That said, it's required to make debuginfo packages get generated, NG> as I found out when working on OpenMandriva's NG> rpm-openmandriva-setup: NG>

Re: [Rpm-ecosystem] Trying to understand %buildsubdir and debuginfo generation

2018-04-27 Thread Mark Wielaard
Hi, On Fri, 2018-04-27 at 11:34 +0300, Panu Matilainen wrote: > On 04/27/2018 06:47 AM, Jason L Tibbitts III wrote: > > Here's a paste from the macros that Fedora uses > > (/usr/lib/rpm/redhat/macros): > > > > %install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\ > > %%install\ >

Re: [Rpm-ecosystem] Trying to understand %buildsubdir and debuginfo generation

2018-04-27 Thread Jeff Johnson
> On Apr 27, 2018, at 6:35 AM, Neal Gompa wrote: ... > > That said, it's required to make debuginfo packages get generated, as I > found out when working on OpenMandriva's rpm-openmandriva-setup: >

Re: [Rpm-ecosystem] Trying to understand %buildsubdir and debuginfo generation

2018-04-27 Thread Neal Gompa
On Fri, Apr 27, 2018 at 5:57 AM Jeff Johnson wrote: > > On Apr 27, 2018, at 4:34 AM, Panu Matilainen wrote: > > > > On 04/27/2018 06:47 AM, Jason L Tibbitts III wrote > >> > >> Seems... similar. > >> JJ> Talk to whomever decided that there was a need to

Re: [Rpm-ecosystem] Trying to understand %buildsubdir and debuginfo generation

2018-04-27 Thread Panu Matilainen
On 04/27/2018 06:47 AM, Jason L Tibbitts III wrote: "JJ" == Jeff Johnson writes: JJ> Note that the macro definitions you are trying to understand are not JJ> from rpm itself (so you perhaps should be consulting with other JJ> SME's than me). Well, I was consulting a mailing