From c0f4ff082ae8fe128ee434cc828b2453db2e4fb7 Mon Sep 17 00:00:00 2001 From: x70b1 Date: Tue, 18 Jan 2022 23:35:02 +0100 Subject: [PATCH 1/6] fix typos and format --- products/debian.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/products/debian.md b/products/debian.md index 4c16c6a5bca..180eb5a1463 100644 --- a/products/debian.md +++ b/products/debian.md @@ -51,13 +51,11 @@ releases: eol: 2016-02-29 lts: true link: https://www.debian.org/News/2011/20110205a - --- - -> [Debian](https://www.debian.org/) is a free operating system for your computer. The Debian Stable branch is the most popular edition for personal computers and network servers, and is used as the basis for many other Linux distributions. +> [Debian](https://www.debian.org/) is a free operating system for your computer. The Debian stable branch is the most popular edition for personal computers and network servers, and is used as the basis for many other Linux distributions. At any given time, there is one stable release of Debian, which has the support of the Debian security team. When a new stable version is released, the security team will usually cover the previous version for a year or so, while they also cover the new/current version. Only stable is recommended for production use. [Debian Long Term Support (LTS)](https://wiki.debian.org/LTS) is a project to extend the lifetime of all Debian stable releases to (at least) 5 years. Debian LTS will not be handled by the Debian security team, but by a separate group of volunteers and companies interested in making it a success. Not all packages of the Debian archive are supported by LTS, the [debian-security-support](https://wiki.debian.org/LTS/Using#Check_for_unsupported_packages) package can check for unsupported packages. -A commercial offering for [Extended Long Term Support](https://wiki.debian.org/LTS/Extended) is available +A commercial offering for [Extended Long Term Support](https://wiki.debian.org/LTS/Extended) is available. From 8711b6ac4e12fa548228bfc4bdcc422d3c9de042 Mon Sep 17 00:00:00 2001 From: x70b1 Date: Tue, 18 Jan 2022 23:37:46 +0100 Subject: [PATCH 2/6] split releaseCycle --- products/debian.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/products/debian.md b/products/debian.md index 180eb5a1463..0085cb3889a 100644 --- a/products/debian.md +++ b/products/debian.md @@ -10,43 +10,48 @@ releaseColumn: true releaseDateColumn: true sortReleasesBy: 'release' releases: - - releaseCycle: 'Debian 11 "Bullseye"' + - releaseCycle: "11" + cycleShortHand: "Bullseye" release: 2021-08-14 eol: 2026-08-15 latest: "11.2" link: https://www.debian.org/News/2021/20211009 - - releaseCycle: 'Debian 10 "Buster"' + - releaseCycle: "10" + cycleShortHand: "Buster" release: 2019-07-06 eol: 2024-06-01 latest: "10.11" link: https://www.debian.org/News/2021/2021100902 - - releaseCycle: 'Debian 9 "Stretch"' # Debian has its LTS and non-LTS version in same time # We are keeping both of them until non-LTS reaches EOL + - releaseCycle: "9" + cycleShortHand: "Stretch" release: 2017-06-17 eol: 2022-06-30 lts: true latest: "9.13" link: https://lists.debian.org/debian-announce/2020/msg00004.html - - releaseCycle: 'Debian 9 "Stretch"' # Debian has its LTS and non-LTS version in same time # We are keeping both of them until non-LTS reaches EOL release: 2017-06-17 eol: 2020-01-01 latest: "9.13" link: https://lists.debian.org/debian-announce/2020/msg00004.html - - releaseCycle: 'Debian 8 "Jessie"' + - releaseCycle: "8" + cycleShortHand: "Jessie" release: 2015-04-26 eol: 2020-06-30 lts: true latest: "8.11" link: https://www.debian.org/News/2015/20150426 - - releaseCycle: 'Debian 7 "Wheezy"' + - releaseCycle: "7" + cycleShortHand: "Wheezy" release: 2013-05-04 eol: 2018-05-31 lts: true link: https://www.debian.org/News/2013/20130504 - - releaseCycle: 'Debian 6 "Squeeze"' + - releaseCycle: "6" + cycleShortHand: "Squeeze" release: 2011-02-06 eol: 2016-02-29 lts: true From 6ca5f2e543e547d91dc6fc0939521e0321bc444b Mon Sep 17 00:00:00 2001 From: x70b1 Date: Tue, 18 Jan 2022 23:38:13 +0100 Subject: [PATCH 3/6] use /etc/os-release --- products/debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/debian.md b/products/debian.md index 0085cb3889a..fa2b794b5ef 100644 --- a/products/debian.md +++ b/products/debian.md @@ -2,7 +2,7 @@ permalink: /debian layout: post title: Debian -command: lsb_release --release +command: cat /etc/os-release category: os link: https://wiki.debian.org/DebianReleases activeSupportColumn: false From 8bfe15b71c7f16703bede9221827de655d26cd00 Mon Sep 17 00:00:00 2001 From: x70b1 Date: Tue, 18 Jan 2022 23:38:51 +0100 Subject: [PATCH 4/6] add latest release of 6 and 7 --- products/debian.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/products/debian.md b/products/debian.md index fa2b794b5ef..6d4e28a00bc 100644 --- a/products/debian.md +++ b/products/debian.md @@ -49,12 +49,14 @@ releases: release: 2013-05-04 eol: 2018-05-31 lts: true + latest: "7.11" link: https://www.debian.org/News/2013/20130504 - releaseCycle: "6" cycleShortHand: "Squeeze" release: 2011-02-06 eol: 2016-02-29 lts: true + latest: "6.0.10" link: https://www.debian.org/News/2011/20110205a --- > [Debian](https://www.debian.org/) is a free operating system for your computer. The Debian stable branch is the most popular edition for personal computers and network servers, and is used as the basis for many other Linux distributions. From e22145f505d237363e4f24d72f110b0b6bd4b9ce Mon Sep 17 00:00:00 2001 From: x70b1 Date: Tue, 18 Jan 2022 23:39:58 +0100 Subject: [PATCH 5/6] remove duplicated 9/Stretch --- products/debian.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/products/debian.md b/products/debian.md index 6d4e28a00bc..24a738055e4 100644 --- a/products/debian.md +++ b/products/debian.md @@ -22,8 +22,6 @@ releases: eol: 2024-06-01 latest: "10.11" link: https://www.debian.org/News/2021/2021100902 - # Debian has its LTS and non-LTS version in same time - # We are keeping both of them until non-LTS reaches EOL - releaseCycle: "9" cycleShortHand: "Stretch" release: 2017-06-17 @@ -31,12 +29,6 @@ releases: lts: true latest: "9.13" link: https://lists.debian.org/debian-announce/2020/msg00004.html - # Debian has its LTS and non-LTS version in same time - # We are keeping both of them until non-LTS reaches EOL - release: 2017-06-17 - eol: 2020-01-01 - latest: "9.13" - link: https://lists.debian.org/debian-announce/2020/msg00004.html - releaseCycle: "8" cycleShortHand: "Jessie" release: 2015-04-26 From 7a715774a583a910e5ed6f7cea964b12d69c0003 Mon Sep 17 00:00:00 2001 From: x70b1 <10016267+x70b1@users.noreply.github.com> Date: Wed, 19 Jan 2022 01:14:34 +0100 Subject: [PATCH 6/6] update news link for 11.2 --- products/debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/debian.md b/products/debian.md index 24a738055e4..9f3a96fc521 100644 --- a/products/debian.md +++ b/products/debian.md @@ -15,7 +15,7 @@ releases: release: 2021-08-14 eol: 2026-08-15 latest: "11.2" - link: https://www.debian.org/News/2021/20211009 + link: https://www.debian.org/News/2021/20211218 - releaseCycle: "10" cycleShortHand: "Buster" release: 2019-07-06