Bug#634784: debhelper fails to run install sequence in compat 9

2011-07-19 Thread Joey Hess
Hmm, I think the actual bug is in here: # run standard sequence (this is faster) $sequences{'install'} = [rules("build"), @i, rules("install-arch"), rules("install-indep")]; It's really a hack to put the install-* targets after the whole @i sequence of commands, and that is the s

Bug#634784: debhelper fails to run install sequence in compat 9

2011-07-19 Thread Joey Hess
Ccing Roger since I am shortly leaving for Debconf and will be traveling for the next 4 days. Thomas Preud'homme wrote: > Since debhelper 8.9.1, debhelper fails to run install sequence in compat 9: > debian/rules binary directly starts running dh_strip, skipping notably all the > dh_[auto_]install

Bug#634784: debhelper fails to run install sequence in compat 9

2011-07-19 Thread Thomas Preud'homme
Package: debhelper Version: 8.9.1 Severity: normal Since debhelper 8.9.1, debhelper fails to run install sequence in compat 9: debian/rules binary directly starts running dh_strip, skipping notably all the dh_[auto_]install helpers. It seems that optimize_sequence is the culprit here since the cha