summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianon Gravi <tianon@debian.org>2022-06-24 16:01:10 -0700
committerTianon Gravi <tianon@debian.org>2022-06-24 16:01:10 -0700
commit446966da35828137be86d388105699b9ddff94be (patch)
treedcec696453bccd79397ad63fe9520ff50f71406d
parentedffb0ae26935d948ffeb3be229fdcf37d2a1ee1 (diff)
Switch from "security.d.o" to "deb.d.o" (matching bullseye release notes)
Also, this adds "SUITE-updates", which helps show off one of the smaller benefits of deb822-style sources.list (less duplication).
-rw-r--r--vendor/debian/apt-vendor.ent7
-rw-r--r--vendor/debian/sources.list.in3
2 files changed, 6 insertions, 4 deletions
diff --git a/vendor/debian/apt-vendor.ent b/vendor/debian/apt-vendor.ent
index 9044f4bb3..bb6180816 100644
--- a/vendor/debian/apt-vendor.ent
+++ b/vendor/debian/apt-vendor.ent
@@ -7,13 +7,14 @@
<!ENTITY keyring-uri "">
<!ENTITY sourceslist-list-format "deb http://deb.debian.org/debian &debian-stable-codename; main contrib non-free
-deb http://security.debian.org &debian-stable-codename;-security main contrib non-free">
+deb http://deb.debian.org/debian &debian-stable-codename;-updates main contrib non-free
+deb http://deb.debian.org/debian-security &debian-stable-codename;-security main contrib non-free">
<!ENTITY sourceslist-sources-format "Types: deb
URIs: http://deb.debian.org/debian
-Suites: &debian-stable-codename;
+Suites: &debian-stable-codename; &debian-stable-codename;-updates
Components: main contrib non-free
Types: deb
-URIs: http://security.debian.org
+URIs: http://deb.debian.org/debian-security
Suites: &debian-stable-codename;-security
Components: main contrib non-free">
diff --git a/vendor/debian/sources.list.in b/vendor/debian/sources.list.in
index 7cffd782d..8f83dfd79 100644
--- a/vendor/debian/sources.list.in
+++ b/vendor/debian/sources.list.in
@@ -4,4 +4,5 @@
# Uncomment if you want the apt-get source function to work
#deb-src http://deb.debian.org/debian &debian-stable-codename; main contrib non-free
-#deb-src http://security.debian.org &debian-stable-codename;-security main contrib non-free
+#deb-src http://deb.debian.org/debian &debian-stable-codename;-updates main contrib non-free
+#deb-src http://deb.debian.org/debian-security &debian-stable-codename;-security main contrib non-free