#758856 apt-build: repository error when multiarch is enabled

Package:
apt-build
Source:
apt-build
Description:
frontend to apt to build, optimize and install packages
Submitter:
Efraim Flashner
Date:
2014-08-22 07:18:06 UTC
Severity:
important
#758856#5
Date:
2014-08-22 07:14:47 UTC
From:
To:
Dear Maintainer,

When installing apt-build, it automatically adds the repository to
sources.list.d/, but with multiarch apt spits out errors on the repository.
the default entry for apt-build.list is:
deb file:/var/cache/apt-build/repository apt-build main

when modified to:
deb [arch=amd64] file:/var/cache/apt-build/repository apt-build main
this takes care of the errors (amd64 being `dpkg --print-architecture')