Otherwise it won't be uploaded to the reprepro repository at all and
apt-get source ceph fails.
closes #3788
http://tracker.newdream.net/issues/3788
Signed-off-by: Loic Dachary <loic@dachary.org>
echo building debs for $dist
if [ `dpkg-architecture -qDEB_BUILD_ARCH` = "i386" ] ; then
- # Binary only architecture dependent and independent
+ # Architecture dependent, independent and source
pbuilder build \
--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
else
# Binary only architecture dependent