From b240a283c481b98c55915ee1557254db60c243d5 Mon Sep 17 00:00:00 2001 From: challvy Date: Fri, 15 May 2026 10:28:26 +0800 Subject: [PATCH] Update Debian backports suite for bullseye (#6873) --- templates/sources.list.debian.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/sources.list.debian.tmpl b/templates/sources.list.debian.tmpl index e8a7c01501d..3c03af5c3e8 100644 --- a/templates/sources.list.debian.tmpl +++ b/templates/sources.list.debian.tmpl @@ -26,5 +26,8 @@ deb-src {{mirror}} {{codename}}-updates main ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. +## N.B. backports repository was deprecated in Debian 11 (bullseye). +{% if codename != 'bullseye' -%} deb {{mirror}} {{codename}}-backports main deb-src {{mirror}} {{codename}}-backports main +{% endif -%}