echo"WARNING: You are building on your host system for ${CODENAME}."
echo""
echo"It is strongly recommended to build in a chroot environment using pbuilder. This can be simply enabled by calling the make_debian_package.sh script with the codename as command line argument, i.e.:"
echo" ./make_debian_package.sh ${CODENAME}"
echo""
echo"This will require root permissons and a previously setup pbuilder environment, but you can build for any target on every host system with pbuilder installed."
echo""
echo"To setup the pbuilder environment, use the following command:"