diff --git a/.drone.jsonnet b/.drone.jsonnet index 0219fbb..2560a76 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 2624eaa..0b998ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyoxenmq (1.0.2-1~ubuntu2204) jammy; urgency=medium + + * jammy deb + + -- Jason Rhinelander Thu, 16 Jun 2022 14:48:31 -0300 + pyoxenmq (1.0.2-1~ubuntu2110+1) impish; urgency=medium * Rebuild diff --git a/debian/gbp.conf b/debian/gbp.conf index 8330907..65df861 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,10 +1,10 @@ [DEFAULT] upstream-branch = dev -debian-branch = ubuntu/impish +debian-branch = ubuntu/jammy upstream-tag = v%(version)s [buildpackage] ignore-new = true pbuilder = true -dist = impish +dist = jammy submodules = true