aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c9c6e8..d49cc2c 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,18 @@ deb http://ftp.us.debian.org/debian/ stable-backports main contrib non-free
deb http://ftp.us.debian.org/debian/ stable main contrib non-free
```
+When a new Debian distribution is released, it is necessary to explicitly
+accept the change the codename change, for instance:
+
+```
+$ ARCH=i386 DIST=stable sudo pbuilder --login --save-after-login
+root@dev:/# apt update
+N: Repository 'http://ftp.us.debian.org/debian stable InRelease' changed its 'Version' value from '12.11' to '13.1'
+E: Repository 'http://ftp.us.debian.org/debian stable InRelease' changed its 'Codename' value from 'bookworm' to 'trixie'
+N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
+Do you want to accept these changes and continue updating from this repository? [y/N] y
+```
+
## Build the packages
On the build system (dev.cefala.org):