summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2025-01-26 18:33:21 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2025-01-26 18:57:30 +0000
commit3b6f09f9e6414e3b6ffa0c4a43ff547d531af7fe (patch)
treef19134c0ad94b97f573ffa4abfd1f12f266be993
parentRemoving automatic inclusion of apt-transport-https when using https in conta... (diff)
downloadcompute-tools-3b6f09f9e6414e3b6ffa0c4a43ff547d531af7fe.tar.xz
compute-tools-3b6f09f9e6414e3b6ffa0c4a43ff547d531af7fe.zip
Adding support for Debian trixie in debconf container build-script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/build-scripts/debconf.d/0003-debconf8
1 files 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"
;;