diff options
-rw-r--r-- | doc/apt-verbatim.ent | 10 | ||||
-rw-r--r-- | vendor/debian/sources.list.in | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index a71dc7e55..2d70dc9e5 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -277,11 +277,11 @@ <!ENTITY apt-product-version "2.1.15"> <!-- (Code)names for various things used all over the place --> -<!ENTITY debian-oldstable-codename "stretch"> -<!ENTITY debian-stable-codename "buster"> -<!ENTITY debian-testing-codename "bullseye"> -<!ENTITY debian-stable-version "10"> -<!ENTITY ubuntu-codename "groovy"> +<!ENTITY debian-oldstable-codename "buster"> +<!ENTITY debian-stable-codename "bullseye"> +<!ENTITY debian-testing-codename "bookworm"> +<!ENTITY debian-stable-version "11"> +<!ENTITY ubuntu-codename "hirsute"> <!-- good and bad just refers to matching and not matching a pattern… It is not a remark about the specific perl version. diff --git a/vendor/debian/sources.list.in b/vendor/debian/sources.list.in index 73a2ec9c4..7cffd782d 100644 --- a/vendor/debian/sources.list.in +++ b/vendor/debian/sources.list.in @@ -4,4 +4,4 @@ # 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;/updates main contrib non-free +#deb-src http://security.debian.org &debian-stable-codename;-security main contrib non-free |