From 1409c40d00f83c94f8ed3825390300a8d580eeca Mon Sep 17 00:00:00 2001 From: Raphael Geissert Date: Mon, 19 Sep 2011 22:40:30 +0000 Subject: Update, more or less, the uploading doc for testing-sec git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@17261 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- website/uploading.html | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) (limited to 'website') diff --git a/website/uploading.html b/website/uploading.html index b08398e999..2f2f09e15a 100644 --- a/website/uploading.html +++ b/website/uploading.html @@ -59,10 +59,12 @@ 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. + version 1.2-3+lenny1 to testing-security. Make sure + that the version you used has never + been used before in any release. -
  • Use testing-security as the distribution in the - changelog.
  • +
  • Use CODENAME-security as the distribution in the + changelog (e.g. wheezey-security).
  • Build the package in a testing chroot using pbuilder so that all the dependencies are ok. Be sure to build with @@ -78,30 +80,17 @@
  • Upload to security-master.debian.org.

    Public security issues

    - For security issues that are already public use the following dput.cf snippet to upload the package. -
    -		[testing-security]
    -		fqdn = security-master.debian.org
    -		method = ftp
    -		incoming = /pub/OpenSecurityUploadQueue/
    -		login = anonymous
    -		
    - Note that this is not the same queue as usually used for stable security. + For security issues that are already public + use the security-master-unembargoed dput target.

    Embargoed security issues

    - To upload fixed packages for embargoed (non-public) security issues use the following dput.cf snippet: -
    -		[testing-security-embargoed]
    -		fqdn = security-master.debian.org
    -		method = ftp
    -		incoming = /pub/SecurityUploadQueue/
    -		login = anonymous
    -		
    + To upload fixed packages for embargoed (non-public) security + issues use the security-master dput target.
  • Information about releasing the packages can be found in the - howto-DTSA + howto-DTSA file in the SVN repository. -- cgit v1.2.3