#!/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=1
export CONCURRENCY_LEVEL=1

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

