From 3b6f09f9e6414e3b6ffa0c4a43ff547d531af7fe Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 26 Jan 2025 19:33:21 +0100 Subject: Adding support for Debian trixie in debconf container build-script. Signed-off-by: Daniel Baumann --- share/build-scripts/debconf.d/0003-debconf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/build-scripts/debconf.d/0003-debconf b/share/build-scripts/debconf.d/0003-debconf index b5b252b..dd2a7c7 100755 --- a/share/build-scripts/debconf.d/0003-debconf +++ b/share/build-scripts/debconf.d/0003-debconf @@ -86,8 +86,8 @@ Distribution () then case "${MODE}" in debian) - db_subst container/distribution CHOICES "Debian GNU/Linux 10 \"buster\", Debian GNU/Linux 11 \"bullseye\", Debian GNU/Linux 12 \"bookworm\", Debian GNU/Linux testing, Debian GNU/Linux unstable/sid" - db_subst container/distribution CHOICES_C "buster, bullseye, bookworm, testing, sid" + db_subst container/distribution CHOICES "Debian GNU/Linux 10 \"buster\", Debian GNU/Linux 11 \"bullseye\", Debian GNU/Linux 12 \"bookworm\", Debian GNU/Linux 13 \"trixie\", Debian GNU/Linux testing, Debian GNU/Linux unstable/sid" + db_subst container/distribution CHOICES_C "buster, bullseye, bookworm, trixie, testing, sid" db_set container/distribution bookworm db_fset container/distribution seen false @@ -523,7 +523,7 @@ Archive_areas () ARCHIVE_AREAS="${RET}" case "${PARENT_DISTRIBUTION}" in - bookworm|testing|sid) + bookworm|trixie|testing|sid) ARCHIVE_AREAS_ALL="main, contrib, non-free, non-free-firmware" ;; @@ -583,7 +583,7 @@ Parent_archive_areas () PARENT_ARCHIVE_AREAS="${RET}" # multiselect (w/o empty) case "${PARENT_DISTRIBUTION}" in - bookworm|testing|sid) + bookworm|trixie|testing|sid) PARENT_ARCHIVE_AREAS_ALL="main, contrib, non-free, non-free-firmware" ;; -- cgit v1.2.3