Roger Leigh wrote: > While I've not yet had time to debug it, the attached rules file
You forgot the attachement. > This is due to calling rules_explicit_target before you check if the > sequence is valid (debhelper-fail-me) which leads to infinite > forking since each dh runs rules_explicit_target which runs make, > which runs rules_explicit_target... etc. > > My patch 0002 solved this by moving all rules_explicit_target > invocations to after the sequence is found to be valid to present > this recursion. So you could move things later, or check if > @ARGV contains debhelper-fail-me earlier on. AFAICS, I already did that, it checks for $sequence eq 'debian/rules' before the sequences are even defined. -- see shy jo
signature.asc
Description: Digital signature

