Here is how to register your information so you can perform uploads for your GNU package:
savannah, upload the GPG
key you will use to sign your packages.
You can create a key with the command gpg --gen-key. It is
good to also send your key to the GPG public key server: gpg
--keyserver keys.gnupg.net --send-keys keyid, where keyid
is the eight hex digits reported by gpg --list-public-keys on
the pub line before the date. For full information about GPG,
see http://www.gnu.org/software/gpg)
gpg --clearsign msgfile, and
finally email the resulting msgfile.asc), to
ftp-upload@gnu.org.
The administrators will acknowledge your message when they have added the proper GPG keys as authorized to upload files for the corresponding packages.
The upload system will email receipts to the given email addresses when an upload is made, either successfully or unsuccessfully.