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