changeset 42809:0a50a4232db7 stable

packaging: add Bullseye, remove Jessie Jessie is oldoldstable now, and Bullseye is going to be the next stable (now testing). We're continuing to support the current oldstable, stable and testing releases. Differential Revision: https://phab.mercurial-scm.org/D6762
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 25 Aug 2019 19:46:24 +0700
parents 0363bb086c57
children cf9dbc7377de
files contrib/packaging/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/packaging/Makefile	Sun Aug 25 19:38:09 2019 +0700
+++ b/contrib/packaging/Makefile	Sun Aug 25 19:46:24 2019 +0700
@@ -1,9 +1,9 @@
 $(eval HGROOT := $(shell cd ../..; pwd))
 
 DEBIAN_CODENAMES := \
-  jessie \
   stretch \
-  buster
+  buster \
+  bullseye
 
 UBUNTU_CODENAMES := \
   xenial \