if (options.maintainer && !options.maintainer.name) {
                    if (!quiet) {
                        grunt.log.subhead('no maintainer name provided!!');
                        grunt.log.errorlns('please add the \'maintainer.name\' option in your debian_package configuration in your Gruntfile.js or add a \'DEBFULLNAME\' environment variable (i.e. export DEBFULLNAME="James D Bloom")');
                    }