Re: dh_missing and arch/indep

2023-12-14 Thread Andrey Rakhmatullin
On Thu, Dec 14, 2023 at 04:53:50PM +0100, PICCA Frederic-Emmanuel wrote: > I found this solution. > > > execute_before_dh_missing-arch: > # rm remaining files (workaround FTBFS...) > rm -rf debian/tmp/usr/share > > execute_before_dh_missing-indep: > # rm remaining files (

Re: dh_missing and arch/indep

2023-12-14 Thread PICCA Frederic-Emmanuel
I found this solution. execute_before_dh_missing-arch: # rm remaining files (workaround FTBFS...) rm -rf debian/tmp/usr/share execute_before_dh_missing-indep: # rm remaining files (workaround FTBFS...) rm -f debian/tmp/usr/bin/bornagain rm -rf debian/tmp/

Re: dh_missing and arch/indep

2023-12-14 Thread PICCA Frederic-Emmanuel
> I see you are currently using a bunch of "dh_install -p" > calls in your execute_before_dh_install target. When I update a package I prefer a lot to edit one file (rules) instead of opening multiples files... > > Maybe the next logical step would be to use debian/*.install > files. maybe...

Re: dh_missing and arch/indep

2023-12-14 Thread Santiago Vila
Hmm, wait a moment. I see you are currently using a bunch of "dh_install -p" calls in your execute_before_dh_install target. Maybe the next logical step would be to use debian/*.install files. Thanks.

Re: dh_missing and arch/indep

2023-12-14 Thread Santiago Vila
El 14/12/23 a las 14:31, PICCA Frederic-Emmanuel escribió: Hi. Have you tried splitting override_dh_auto_install into override_dh_auto_install-arch and override_dh_auto_install-indep? no effect at all..., it is especially difficult to deal with the nopython, nodoc, nocheck profiles if dh_missi

Re: dh_missing and arch/indep

2023-12-14 Thread PICCA Frederic-Emmanuel
> Hi. Have you tried splitting override_dh_auto_install into > override_dh_auto_install-arch > and override_dh_auto_install-indep? no effect at all..., it is especially difficult to deal with the nopython, nodoc, nocheck profiles if dh_missing does not take into account all the dh_install targe

Re: dh_missing and arch/indep

2023-12-14 Thread Santiago Vila
El 14/12/23 a las 11:07, PICCA Frederic-Emmanuel escribió: So my question is why dh_missing does not understand that the remaining are not installed because they are part of arch packages (bornagain and python3-bornagain) ? Hi. Have you tried splitting override_dh_auto_install into override_

dh_missing and arch/indep

2023-12-14 Thread PICCA Frederic-Emmanuel
Hello, I am working on the bornagain package the arch all build failed with this error mesage dh_missing: warning: usr/bin/bornagain exists in debian/tmp but is not installed to anywhere dh_missing: warning: usr/lib/python3/dist-packages/bornagain/__init__.py exists in debian/tmp but is not in