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_auto_install-arch
and override_dh_auto_install-indep?
(and maybe also with dh_installdocs)
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 targets
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.
I found this solution.
execute_before_dh_missing-arch:Just skipping dh_missing sounds easier and just as bad.
# 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/usr/lib
rm -rf debian/tmp/usr/share/BornAgain/
rm -f debian/tmp/usr/share/man/man1/bornagain.1
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 150:43:09 |
Calls: | 10,383 |
Files: | 14,054 |
Messages: | 6,417,791 |