Size: 13473
Comment: dak doesn't want to see the 0x.
|
Size: 13473
Comment: fix dcut command line ordering
|
Deletions are marked like this. | Additions are marked like this. |
Line 139: | Line 139: |
$ dcut dm --force --uid fedcba9876543210fedcba9876543210 --allow glibc | $ dcut --force dm --uid fedcba9876543210fedcba9876543210 --allow glibc |
Contents
Contents
Introduction
Debian Maintainers (DMs) are people who have a restricted ability to upload packages to the Debian archive. They can maintain packages without a sponsor.
It is highly recommended to be a Debian Maintainer before applying to the Debian New Members process to become an official Debian Developer (see the Applicant's Checklist).
The Debian Maintainers concept was introduced on 5th August 2007 by General Resolution. An up to date list of DMs is available at nm.debian.org. A list of the upload rights held by DMs is maintained by the Debian ftp-masters, and a few reports with the same information are maintained here.
Overview
Debian Maintainers have their keys in the debian-maintainers keyring (available in the debian-keyring package). This keyring is used by dak on the Debian archive as part of the checks as to whether an uploaded package is to be accepted. Packages signed by a key in the debian-maintainers keyring will be accepted if the key has upload right for the package. For the new interface for managing DM permissions, refer to the mail Changes to Debian Maintainer upload permissions. Debian Maintainer should read this DebianMaintainer/Tutorial to know more about the annual ping, key changes and uploading packages.
Advocating a Debian Maintainer
A Debian Developer should only advocate a Debian Maintainer candidate if they are familiar with the candidate's existing work in Debian and believe it to be of a suitable standard both technically and socially.
Debian Developers advocating Debian Maintainer candidates (or potential Debian Developers for that matter) must go into a bit more detail in their advocacy.
If the Debian Maintainer candidate has done "a great job", please explain what "a great job" means -- is there something special the candidate has done, or is it that whatever the candidate is working on is particularly important, or is the candidate remarkably consistent, or what?
What has the candidate actually done that has earned your trust? What makes the candidate special compared to the other folks who are helping Debian? What in particular about the candidate's work should people lurking on the Debian lists be trying to emulate if they want to be a Debian Maintainer or a Debian Developer?
For example, if the Debian Maintainer candidate has good packaging skills, go into a bit more detail about what's convinced you the candidate has got those skills? Are there any difficult bugs you've worked together on, or new features the candidate has done a good job of getting into Debian, or has the candidate been particularly helpful supporting users, or...?
Once you have decided to advocate a Debian Maintainer applicant, you should compose your advocacy message as a reply to their declaration message. Ensure it is GnuPG-signed with your Debian userid, and addressed to the debian-newmaint list.
Becoming a Debian Maintainer
Steps required to become a Debian Maintainer
step 1 : Identification
You must have a strong (>= 2048 bit required; 4096 bit recommended) RSA GnuPG key (see line above) and it must be signed by at least one (but ideally more than one) Debian Developers.
- If signed by only one DD, try to make sure there is at least another trust path to your key.
step 2 : Declaration of intent
To become a Debian Maintainer, you must:
agree to the social contract
agree to the DFSG
agree to the Debian Machine Usage Policies (dmup)
subscribe to the debian-devel-announce mailing list and are highly encouraged to subscribe to the debian-devel mailing list.
- ensure that GnuPG uses SHA2 signatures (in preference to SHA1); an example is having the following content in ~/.gnupg/gpg.conf:
personal-digest-preferences SHA512 cert-digest-algo SHA512 default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
If you use caff (part of signing-party package) for signing keys you will also need to add these lines to ~/.caff/gnupghome/gpg.conf as well.
publically state your agreement to the above documents, signing your declaration with your OpenPGP key. Most people will post their declaration to the debian-newmaint mailing list. Your mail could look like this one:
Subject: DM application of <your name> This is my declaration of intent to become a Debian Maintainer <URL:http://wiki.debian.org/DebianMaintainer>. I have read the Social Contract, Debian Free Software Guidelines and Debian Machine Usage Policy and agree with all of them. Currently, I maintain the packages <insert the names of your packages> and I co‐maintain the packages <insert the names of your co‐maintained packages>. My GnuPG key <key ID> is signed by the Debian Developer <name of the developer>. I look forward to becoming a Debian Maintainer. Thanks for your attention.
step 3 : Advocation
You must have at least one (but preferably more) Debian Developer advocate you. This is usually a signed mail to debian-newmaint (often a reply to your declaration mail)
- You should send a mail to all your advocates, asking them to reply to the message you've send to debian-newmaint. You might forward the message to them, so they have the correct message-ID, or even cc or bcc them on the original message so that they can easily reply to it.
Subject: Support of DM application of <your name> Hello <advocate name>, I would like to become a Debian Maintainer. I've sent the e‐mail [1], also attached to this mail, to the mailinglist debian-newmaint. Now, I'm looking for one or more Debian Developers to support my application. If you think I would be a good Debian Maintainer, please post a statement to debian-newmaint. Something like this: Subject: Debian Maintainer application for <your name> I believe that <your name> has the technical skills needed to maintain Debian packages. I support his application to become a Debian maintainer, because <detailed and extensive explanation why you believe he has the right skills> [1] http://lists.debian.org/debian-newmaint/<complete the URL> Thanks, <your name>.
- You should send a mail to all your advocates, asking them to reply to the message you've send to debian-newmaint. You might forward the message to them, so they have the correct message-ID, or even cc or bcc them on the original message so that they can easily reply to it.
step 4 : Account creation
Submit a bug report with a jetring changeset to the bug tracking system, filed against the debian-maintainers pseudo package (see existing pending reports). Use only URLs from debian.org for the agreement and advocates fields of the jetring changeset
You have to get the latest debian-maintainer keyring, e.g. download the debian-keyring package
If the email address you use for packaging work is not the primary UID of your key, indicate that in the bug report
Generate the changeset with jetring-gen from the jetring package
% apt-get install jetring % apt-get download debian-keyring % dpkg-deb -x debian-keyring*.deb keyring % cp keyring/usr/share/keyrings/debian-maintainers.gpg . % cp debian-maintainers.gpg debian-maintainers.gpg.orig % gpg --export yourmail@example.com | gpg --import --no-default-keyring --keyring `pwd`/debian-maintainers.gpg # note that `pwd`/debian-maintainers.gpg is not the same as debian-maintainers.gpg even when you are in corresponding directory. `pwd`/ is REQUIRED. % jetring-gen debian-maintainers.gpg.orig debian-maintainers.gpg 'Add <your name and e‐mail address> as a Debian Maintainer'
Edit the file add-* and add these fields; after the colon should be a space before the end of line
Recommended-By: <names and e‐mail addresses of all your advocates (comma separated)> Agreement: http://lists.debian.org/debian-newmaint/<complete the URL of your agreement> Advocates: http://lists.debian.org/debian-newmaint/<complete the URL>
There will be a delay of four days after the bug report has been submitted to wait in case of objections or any more advocacies from Debian Developers. This delay is a minimum but it might take more time until someone from the DM team processes your application. Note that the key is added to the keyring by the keyring team (not the DM team) and that you must expect another delay (between a few days and a few weeks depending on the case) due to this.
Information
Now that you are a Debian Maintainer, you have to read this DebianMaintainer/Tutorial
Granting Permissions
After a Debian Maintainer's key has been added to the debian-maintainers keyring, a Debian Developer may grant upload permissions to the DM for specific packages by uploading a signed dak command to ftp.upload.debian.org as described in the FTP-Master's announcement to debian-devel. This process can be simplified with the help of the dcut command from the dput-ng package. For example, both of the following work:
$ dcut dm --uid "Jane Doe" --allow glibc $ dcut dm --uid 0x0DEFACED --allow glibc linux --deny kfreebsd9
If the DM's key is not in the keyring package yet but in the DD's local keyring, use the --force option and the fingerprint, without spaces:
$ dcut --force dm --uid fedcba9876543210fedcba9876543210 --allow glibc
Both the DD and DM will receive a mail notification about any changes taken. The archive's knowledge about DMs can be checked here.
External links
http://www.debian.org/vote/2007/vote_003 - GR and details of procedure
http://packages.debian.org/debian-maintainers - old keyring package, no longer exists, as it was merged into debian-keyring in 2009
http://packages.debian.org/debian-keyring - keyring package
http://git.debian.org/?p=d-m/debian-maintainers.git;a=summary - git repo summary, until July 2009, when it was merged into debian-keyring
http://bzr.debian.org/loggerhead/keyring/debian-keyring/files - bazaar repo summary
http://bugs.debian.org/debian-maintainers - pending keyring change requests
http://lists.debian.org/debian-newmaint - list which typically has the proclamation and advocacy mails posted to it
http://lists.debian.org/debian-project - list which has the DM announcements
http://lists.debian.org/debian-devel-announce/2010/09/msg00003.html - Debian wants stronger keys
http://keyring.debian.org/creating-key.html - Creating a new GPG key
http://keyring.debian.org/replacing_keys.html - rules for key replacement in the debian-developers keyring
http://ftp-master.debian.org/dm.txt - raw information of DM upload permissions (new interface)
https://we.riseup.net/riseuplabs+paow/openpgp-best-practices - OpenPGP Best Practices
http://lists.debian.org/debian-devel/2011/04/msg01058.html - DM upload permissions in detail
https://lists.debian.org/debian-devel-announce/2012/09/msg00008.html - Changes to Debian Maintainer upload permissions
IRC Channel
Packaging and sponsoring questions: #debian-mentors at irc.debian.org
Questions about becoming a DM: #debian-newmaint at irc.debian.org
Statistics
Data
http://people.debian.org/~anibal/dm/dm-history
Graph
Bugs
Page Copyright |
|
License |
|
Authors |
see DebianWiki/LicencingTerms for info about wiki content copyright.