summaryrefslogtreecommitdiffstats
path: root/website/uploading.html
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2007-10-05 21:35:05 +0000
committerStefan Fritsch <sf@sfritsch.de>2007-10-05 21:35:05 +0000
commit4af072da37760a1ea331b03fb8c181d9da980e94 (patch)
treea2da2cfdcf4f5f989b70de7aef37447a9fe09d99 /website/uploading.html
parentdf639181415174d6b931b59da9518e9335616556 (diff)
start to update the website
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@6809 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'website/uploading.html')
-rw-r--r--website/uploading.html94
1 files changed, 94 insertions, 0 deletions
diff --git a/website/uploading.html b/website/uploading.html
new file mode 100644
index 0000000000..41cf304955
--- /dev/null
+++ b/website/uploading.html
@@ -0,0 +1,94 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+ <html><head><meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
+ <title>Uploading to testing-security</title>
+ <link type="text/css" rel="stylesheet" href="style.css">
+ <link rel="shortcut icon" href="http://www.debian.org/favicon.ico">
+ </head>
+ <body>
+ <div align="center">
+ <a href="http://www.debian.org/">
+
+ <img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
+ <a href="http://www.debian.org/">
+ <img src="http://www.debian.org/Pics/debian.png" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
+ </div>
+ <br />
+ <table class="reddy" width="100%">
+ <tr>
+ <td class="reddy">
+ <img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0"
+ alt="" width="15" height="16"></td>
+
+ <td rowspan="2" class="reddy">Debian testing security team</td>
+ <td class="reddy">
+ <img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0"
+ alt="" width="16" height="16"></td>
+ </tr>
+ <tr>
+ <td class="reddy">
+ <img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0"
+ alt="" width="16" height="16"></td>
+ <td class="reddy">
+
+ <img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0"
+ alt="" width="15" height="16"></td>
+ </tr>
+ </table>
+
+ <p>
+ To upload a package to the secure-testing repository, any Debian
+ developer may follow this checklist:
+ <ol>
+ <li>Only upload changes that have already been made in
+ unstable and are blocked by reaching testing by some other
+ issues. This is both to keep things in sync once the
+ new version from unstable reaches testing, and to avoid
+ breaking secure-testing too badly with fixes that have not
+ been tested first in unstable.</li>
+ <li>If the orig.tar.gz is already on security.debian.org
+ (either in stable-security or in testing-security)
+ don't include it in the upload. If in doubt, ask the team.</li>
+ <li>Contact the team first to avoid duplicate work.</li>
+ <li>Use a version number that is less than the version
+ number of the fix in unstable, but greater than the version
+ number of the fix in testing (including a possible +b1 for binNMUs).
+ For example, if the fix is in a new upstream version 1.0-1 in unstable,
+ upload version 1.0-1~lenny1 to testing-security. If the current version
+ in testing is 1.2-3 and the fix is backported to this version, upload
+ version 1.2-3+lenny1 to testing-security.</li>
+ <li>Use "testing-security" as the distribution in the
+ changelog.</li>
+ <li>Build the package in a testing chroot using pbuilder
+ so that all the dependencies are ok. Be sure to build with
+ the -sa switch to include source, unless the source is
+ already in the testing-security archive.
+ </li>
+ <li>Test the package. Diff the package against the version
+ in testing (if backporting fixes). Use debdiff on both
+ source and binary packages.</li>
+ <li>Sign the package. Any Debian developer in the keyring
+ can do so.</li>
+ <li>Upload to <tt>security-master.debian.org</tt>.
+ Here is a dput.cf snippet for that upload queue:
+ <pre>
+ [testing-security]
+ fqdn = security-master.debian.org
+ method = ftp
+ incoming = /pub/OpenSecurityUploadQueue/
+ login = anonymous
+ </pre>
+ Note that this is <em>not</em> the same queue as usually used for stable security.
+ </li>
+ </ol>
+
+
+
+<hr><p>$Id: index.html 6493 2007-09-04 11:06:04Z nion $</p>
+<a href="http://validator.w3.org/check?uri=referer">
+ <img border="0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" height="31" width="88"></a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer">
+ <img border="0" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"
+ height="31" width="88"></a>
+
+
+</body></html>

© 2014-2024 Faster IT GmbH | imprint | privacy policy