Translation(s): none


Upload your package to debian.mentors

The procedure is already explained in the Maintainers Introduction:

For completeness the mini version is added here too.


Create the file ~/.dput.cf with the following content:

[mentors]
fqdn = mentors.debian.net
incoming = /upload
method = http
allow_unsigned_uploads = 0
progress_indicator = 2
# Allow uploads for UNRELEASED packages
allowed_distributions = .*

and upload your package with

dput mentors your_sourcepackage_1.0.changes

If you need more detailed info, go to the link mentioned above.