#!/bin/sh

set -x
# this seems to get overwritten or not read from bashrc for some rayzon
export DEB_BUILD_OPTIONS=$DEB_BUILD_OPTIONS,parallel=8
export CONCURRENCY_LEVEL=8

echo "time dpkg-buildpackage -rfakeroot -b -uc"
time dpkg-buildpackage -rfakeroot -b -uc

