X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=blobdiff_plain;f=developers-reference.sgml;h=48cc70e006d3aecb60d4b9467a8dd9dd8e9966fe;hp=0745cc39a1b82cbd58d18d7e16fff50165de83f9;hb=6722f32b629a2b6a6b66a17980b262b697050330;hpb=7f92a601a80e69f7607bc4abd1398c4d8895b10d diff --git a/developers-reference.sgml b/developers-reference.sgml index 0745cc3..48cc70e 100644 --- a/developers-reference.sgml +++ b/developers-reference.sgml @@ -6,7 +6,7 @@ %commondata; - + @@ -289,6 +289,11 @@ public servers or multiuser machines, such as the Debian servers Read the documentation that comes with your software; read the .

+You need to ensure not only that your key is secure against being stolen, +but also that it is secure against being lost. Generate and make a copy +(best also in paper form) of your revocation certificate; this is needed if +your key is lost. +

If you add signatures to your public key, or add user identities, you can update the Debian key ring by sending your key to the key server at &keyserver-host;. If you need to add a completely new key, @@ -3338,6 +3343,24 @@ does not pulls an new dependency in. Version numbers are usually selected by adding the codename of the testing distribution and a incrementing number, like 1.2sarge1 for the first upload through testing-proposed-updates of the package version 1.2. +

+Please make sure you didn't miss any of these items at your upload: + + Make sure that your package really needs to go through +testing-proposed-uploads, and can't go through unstable; + Make sure that you included only the minimal amount of changes; + Make sure that you included an appropriate explaination in the +changelog; + Make sure that you've written testing or +testing-proposed-updates into your target distribution; + Make sure that you've build and tested your package in +testing, not in unstable; + Make sure that your version number is higher than the version in +testing and testing-proposed-updates, and lower than in +unstable; + After uploading and successful build on all platforms, contact the +release team at &email-debian-release; and ask them to approve your upload. +