packaging: add Bullseye, remove Jessie stable
authorAnton Shestakov <av6@dwimlabs.net>
Sun, 25 Aug 2019 19:46:24 +0700
branchstable
changeset 42809 0a50a4232db7
parent 42808 0363bb086c57
child 42810 cf9dbc7377de
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
contrib/packaging/Makefile
--- 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 \