On Jan 5, 2012 2:43 PM, "Jakub Wilk" <jw...@debian.org> wrote: > > racket cannot be built on armel anymore, because this architecture is not included in the Architecture line. Although "any-armel" is included, such wildcard doesn't match anything. You want either "any-arm" (though it'll match also "arm" and "armhf") or simply "armel".
The architecture restrictions added in the 5.2 upload were intended to prevent building racket only on ia64 systems. However, the inability to specify an exclusion wildcard led to the current situation. After some discussion on #d-devel, I think the easier approach is to simply not produce binary packages on ia64 rather than try to maintain an architecture list for everything other than ia64.