File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,17 +141,14 @@ update_apt_sources() {
141141 esac
142142 elif [ x" $DISTRIBUTION " = x" debian" ] ; then
143143 case " $DISTVERSION " in
144- buster)
145- BACKPORTS=false
146- SECURITY=" $DISTVERSION /updates"
147- ;;
148144 bullseye)
149145 BACKPORTS=false
150- SECURITY=" $DISTVERSION -security"
151146 ;;
152147 bookworm)
153148 BACKPORTS=false
154- SECURITY=" $DISTVERSION -security"
149+ ;;
150+ trixie)
151+ BACKPORTS=false
155152 ;;
156153 * )
157154 notice_msg " Unsupported distribution and version combination $DISTRIBUTION $DISTVERSION "
@@ -170,7 +167,7 @@ Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
170167# Security Updates:
171168Types: deb deb-src
172169URIs: http://deb.debian.org/debian-security
173- Suites: $SECURITY
170+ Suites: $DISTVERSION -security
174171Components: main contrib non-free
175172Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
176173
@@ -200,7 +197,7 @@ update_mysociety_apt_sources() {
200197 # We build packages targetted at Debian releases.
201198 # Try and select the most appropritate ones for Ubuntu.
202199 case " $DISTVERSION " in
203- focal|jammy|buster| bullseye|bookworm)
200+ focal|jammy|bullseye|bookworm|trixie )
204201 cat > /etc/apt/sources.list.d/mysociety.sources << EOF
205202Types: deb
206203URIs: http://debian.mysociety.org
Original file line number Diff line number Diff line change @@ -141,17 +141,14 @@ update_apt_sources() {
141141 esac
142142 elif [ x" $DISTRIBUTION " = x" debian" ] ; then
143143 case " $DISTVERSION " in
144- buster)
145- BACKPORTS=false
146- SECURITY=" $DISTVERSION /updates"
147- ;;
148144 bullseye)
149145 BACKPORTS=false
150- SECURITY=" $DISTVERSION -security"
151146 ;;
152147 bookworm)
153148 BACKPORTS=false
154- SECURITY=" $DISTVERSION -security"
149+ ;;
150+ trixie)
151+ BACKPORTS=false
155152 ;;
156153 * )
157154 notice_msg " Unsupported distribution and version combination $DISTRIBUTION $DISTVERSION "
@@ -170,7 +167,7 @@ Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
170167# Security Updates:
171168Types: deb deb-src
172169URIs: http://deb.debian.org/debian-security
173- Suites: $SECURITY
170+ Suites: $DISTVERSION -security
174171Components: main contrib non-free
175172Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
176173
@@ -200,7 +197,7 @@ update_mysociety_apt_sources() {
200197 # We build packages targetted at Debian releases.
201198 # Try and select the most appropritate ones for Ubuntu.
202199 case " $DISTVERSION " in
203- focal|jammy|buster| bullseye|bookworm)
200+ focal|jammy|bullseye|bookworm|trixie )
204201 cat > /etc/apt/sources.list.d/mysociety.sources << EOF
205202Types: deb
206203URIs: http://debian.mysociety.org
You can’t perform that action at this time.
0 commit comments