On Sat, Jan 28, 2012 at 02:22, Thorsten Glaser <t...@mirbsd.de> wrote: >>Your line is wrong: >> >>ifneq ($(DEB_HOST_ARCH_OS), $(findstring $(DEB_HOST_ARCH_OS), hurd m68k hppa >>ppc64 armhf powerpcspe)) > > I’m retrying with: > > ifeq (,$(findstring $(DEB_HOST_ARCH),hurd-i386 m68k hppa ppc64 armhf > powerpcspe)) > > Looking good so far. Please use that in your next upload, and make one soon ;)
Nope, that's wrong. DEB_HOST_ARCH_OS is correct variable, see the manpage: DEB_HOST_ARCH_OS The Debian system name of the host machine. And it is correctly set on the buildds. It's your pbuilder, which is wrong. O. -- Ondřej Surý <ond...@sury.org> http://blog.rfc1925.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org