diff --git a/Makefile b/Makefile index ced860c1a..8d9d35603 100644 --- a/Makefile +++ b/Makefile @@ -357,14 +357,8 @@ debian/changelog: debian/changelog.in mv "scst-$(VERSION).tar.xz" "$@" dpkg: ../scst_$(VERSION).orig.tar.gz - @if [ -z "$$DEBEMAIL" ]; then \ - echo "Error: \$$DEBEMAIL has not been set"; \ - false; \ - fi && \ - if [ -z "$$DEBFULLNAME" ]; then \ - echo "Error: \$$DEBFULLNAME has not been set"; \ - false; \ - fi && \ + @[ -z "$$DEBEMAIL" ] || export DEBEMAIL=bvanassche@acm.org && \ + [ -z "$$DEBFULLNAME" ] || export DEBFULLNAME="Bart Van Assche" &&\ sed 's/%{scst_version}/$(VERSION)/' \ debian/scst.dkms && \ output_files=( \