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