On Sat, 16 Jul 2016, Don Armstrong wrote: > Control: severity -1 serious > > On Thu, 14 Jul 2016, Santiago Vila wrote: > > I have the ok from the Release Managers to consider this issue as RC > > for stretch. I'm going to wait at least one week before raising > > this to "serious". > > I've gone ahead and made it serious anyway; the fix seems pretty simple. > > Although it's kind of a silly bug for lilypond, because lilypond > requires the architecture dependent pieces to be built before it can > build the architecture independent package. But that's probably a fairly > common issue for packages anyway.
You can always have build-arch and build-indep targets to depend on the build target and have the build target to build everything. Whether it's a common issue or not, I don't know. After all the bugs like this one are fixed, I'd like to spend some time to make sure packages build things efficiently regarding "Arch: all" and "Arch: any" autobuilders, because I've seen things you wouldn't believe: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829347 Thanks.