Index: mttroot/mtt/bin/mtt_cvs2deb ================================================================== --- mttroot/mtt/bin/mtt_cvs2deb +++ mttroot/mtt/bin/mtt_cvs2deb @@ -130,11 +130,11 @@ echo "$0: information: a \"Could not find diffs\" error in the next few lines is probably harmless" uupdate -u mtt-${version}.tar.gz cd ../mtt-${version}/debian dch -v ${version} ${logtext} cd .. -dpkg-buildpackage -rfakeroot -k${DEBEMAIL} +dpkg-buildpackage -rfakeroot -k${DEBEMAIL} -m${DEBEMAIL} cd .. # clean up cp mtt*.deb ${topdir}/ cd ${topdir} @@ -172,11 +172,11 @@ echo "$0: information: a \"Could not find diffs\" error in the next few lines is probably harmless" uupdate -u mtt-examples-${version}.tar.gz cd ../mtt-examples-${version}/debian dch -v ${version} ${logtext} cd .. -dpkg-buildpackage -rfakeroot -k${DEBEMAIL} +dpkg-buildpackage -rfakeroot -k${DEBEMAIL} -m${DEBEMAIL} cd .. # clean up cp mtt-examples*.deb ${topdir}/ cd ${topdir}