diff --git a/.drone.jsonnet b/.drone.jsonnet index 0c81d4ee8..32cadd461 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,4 +1,4 @@ -local distro = 'impish'; +local distro = 'jammy'; local distro_name = 'Ubuntu ' + distro; local distro_docker = 'registry.oxen.rocks/lokinet-ci-ubuntu-' + distro + '-builder'; diff --git a/debian/changelog b/debian/changelog index 8f12314e4..6fd7c9436 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lokinet (0.9.8-1~ubuntu2204) jammy; urgency=medium + + * New build for Ubuntu jammy (22.04). + + -- Jason Rhinelander Tue, 29 Mar 2022 21:12:29 -0300 + lokinet (0.9.8-1~ubuntu2110) impish; urgency=medium [ Jeff Becker ] diff --git a/debian/gbp.conf b/debian/gbp.conf index a52e4f5c7..cccc840ff 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,10 +1,10 @@ [DEFAULT] upstream-branch = master -debian-branch = ubuntu/impish +debian-branch = ubuntu/jammy upstream-tag = v%(version)s [buildpackage] submodules = true ignore-new = true pbuilder = true -dist = impish +dist = jammy