]> git.decadent.org.uk Git - dak.git/blob - docs/README.stable-point-release
sync
[dak.git] / docs / README.stable-point-release
1 Rough Guide to doing Stable Point Releases in Debian
2 ----------------------------------------------------
3
4 o use halle to get rid of obsolete .changes from p-u ['halle *.changes' from within p-u]
5 o [also check for obsolete .changes caused by melanie-ing from p-u]
6 o Install, reject and remove packages as directed by the SRM using
7   kelly (installs), lauren (rejects) and melanie (removals)
8
9   NB: removing packages are not logged to the stable ChangeLog; you
10       need to do that byhand.
11
12 o Do anything in proposed-updates/TODO
13 o Close any applicable woody bugs
14   (hint: http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=ftp.debian.org&include=woody)
15 o Update version number in README and dists/README (ftp-master only)
16 o Update the 'Debian<n>.<n>r<n>' symlink in dists/
17 o Clean up dists/ChangeLog (add header, basically)
18 o Update version fields in katie.conf[-non-US]
19 o Update fields in suite table in postgresql (see below)
20
21 o Comment out "Untouchable" in katie.conf[-non-US]
22 o Run 'jenna -s stable'
23 o Run apt-ftparchive generate apt.conf.stable[-non-US]
24 o Run 'ziyi stable'  ** FIXME: requires apt.conf.stable stanza for stable in apt.conf
25                      ** FIXME: must be run as katie
26 o Uncomment "Untouchable" in katie.conf[-non-US]
27
28 Yes, this sucks and more of it should be automated.
29
30 #######################################################
31
32 update suite set version = '3.0r3' where suite_name = 'stable';
33 update suite set description = 'Debian 3.0r3 Released 25th October 2004' where suite_name = 'stable';