Removed the -b option passed with --debbuildopts option to pbuilder. The -b
conflicts with the --binary-arch option when it is used causing pbuilder to
build arch indpendent packages when it shouldn't.
--distribution $dist \
--basetgz $pbuilddir/$dist.tgz \
--buildresult $releasedir/$cephver \
- --debbuildopts "-j`grep -c processor /proc/cpuinfo` -b" \
+ --debbuildopts "-j`grep -c processor /proc/cpuinfo`" \
$releasedir/$cephver/ceph_$bpvers.dsc
done