On Sat, Sep 26, 2015 at 03:04:47PM +0200, Jakub Wilk wrote: > But more importantly, every time you hardcode architecture list in > debian/control, you make architecture bootstrappers cry. > > Instead, you should use something like this: > > Depends: ${astrometry-data}, ${misc:Depends} > > and generate substitution for ${astrometry-data} appropriate for the host > architecture in debian/rules.
... especially if you use DEB_HOST_ARCH_ENDIAN to do it. See dpkg-architecture(1). -- Colin Watson [cjwat...@debian.org]