diff --git a/.drone.jsonnet b/.drone.jsonnet index 5395738..750f0f6 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,4 +1,4 @@ -local distro = 'kinetic'; +local distro = 'lunar'; 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 8f9a81c..89662e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyoxenmq (1.0.3-1~ubuntu2304) lunar; urgency=medium + + * rebuild for lunar + + -- Jason Rhinelander Fri, 21 Apr 2023 18:28:17 -0300 + pyoxenmq (1.0.3-1~ubuntu2210) kinetic; urgency=medium * Rename is_reply -> is_request diff --git a/debian/gbp.conf b/debian/gbp.conf index c3a6393..ce67424 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,10 +1,10 @@ [DEFAULT] upstream-branch = dev -debian-branch = ubuntu/kinetic +debian-branch = ubuntu/lunar upstream-tag = v%(version)s [buildpackage] ignore-new = true pbuilder = true -dist = kinetic +dist = lunar submodules = true