[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_missing and arch/indep



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_missing does not take into account all the
dh_install targets

Well, if the -arch and -indep targets really do not help, maybe the
next logical thing would be to use dh-exec scripts.

The gettext package uses such scripts. See how debian/gettext.install
and debian/not-installed complement at each other regarding supported
architectures and "nojava" profile (the first script does a logical AND,
the second one does a logical OR).

Also, if you check that dpkg-buildpackage -A, dpkg-buildpackage -B
and dpkg-buildpackage -b do all three the right thing, then it
would be acceptable to disable dh_missing by using an
override_dh_missing which does nothing, at least until you find
the way to do it "right".

Thanks.


Reply to: