Add a note about seeds so we don't forget

This commit is contained in:
Simon Quigley 2025-04-18 22:30:10 -05:00
parent a65c3c777d
commit 305eeceafa

View File

@ -38,6 +38,7 @@ After the codename is announced and `base-files` is uploaded:
1. File documentation about a new wallpaper and slideshow for the upcoming release.
1. Change `update.cfg` in lubuntu-meta and the branding/desktop file in calamares-settings-ubuntu.
1. Make sure `repo-list` is up-to-date and run `setup-repos` in this repo. The production values can be found elsewhere.
1. Make sure [our seed](https://git.launchpad.net/~lubuntu-dev/ubuntu-seeds/+git/lubuntu) is branched, and the default branch is correctly set.
1. If `lintian` and `devscripts` have not been updated (NOTE: normally, Ubuntu/Debian would handle this), cherry-pick the `lintian` patch adding the new release as known if there is one, and no-change rebuild `devscripts`.
1. Lintian needs a patch because all of the Ubuntu release codenames are hardcoded in `vendors/ubuntu/main/data/changes-file/known-dists`.
1. `devscripts` needs a no-change rebuild because it gets the value grabbed by `dch -r` on build time. This is the conditional `sed` modification to `debchange.pl` in `scripts/Makefile`.