D6762: packaging: add Bullseye, remove Jessie

av6 (Anton Shestakov) phabricator at mercurial-scm.org
Sun Aug 25 12:50:53 UTC 2019


av6 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6762

AFFECTED FILES
  contrib/packaging/Makefile

CHANGE DETAILS

diff --git a/contrib/packaging/Makefile b/contrib/packaging/Makefile
--- a/contrib/packaging/Makefile
+++ b/contrib/packaging/Makefile
@@ -1,9 +1,9 @@
 $(eval HGROOT := $(shell cd ../..; pwd))
 
 DEBIAN_CODENAMES := \
-  jessie \
   stretch \
-  buster
+  buster \
+  bullseye
 
 UBUNTU_CODENAMES := \
   xenial \



To: av6, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list