From 435d74a9c73e88cfd275cdd9629d759a7480c8a6 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 29 Dec 2017 07:38:05 +0000 Subject: Add contact point for the supported distributions, cf. #878088 Add an additional field referring to the desired contact address. In case of no support, the field is not present. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59011 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- static/distributions.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/distributions.json b/static/distributions.json index 562e99559a..e3a793fb07 100644 --- a/static/distributions.json +++ b/static/distributions.json @@ -1,15 +1,18 @@ { "wheezy": { "major-version": "7", - "support": "lts" + "support": "lts", + "contact": "debian-lts@lists.debian.org" }, "jessie": { "major-version": "8", - "support": "security" + "support": "security", + "contact": "team@security.debian.org" }, "stretch": { "major-version": "9", - "support": "security" + "support": "security", + "contact": "team@security.debian.org" }, "buster": { "major-version": "10", -- cgit v1.2.3