Mentioning a package that does not exist in a message reporting an attempt
to upload a file for a package that does not exist is certainly a clever
joke, but might be confusing to the recipient.
open (EMAIL_FILE, "<", "$package_config_base/$package_name/email")
or fatal(<<"END",1);
The directory line should start with the name of the package for which you
-are trying to upload a file, e.g. gcc, gawk, or gasm. We have no package
+are trying to upload a file, e.g. gcc, gawk, or gimp. We have no package
named '$package_name'. If this is a new GNU package, please ensure that you
have registered your GPG key for its uploads, per
http://www.gnu.org/prep/maintain/html_node/Automated-Upload-Registration.html.