diff --git a/.drone.jsonnet b/.drone.jsonnet index bfeebf1f2..6b4ced829 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 eeb0a5f97..de641aa5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +oxen (10.3.0-1~ubuntu2304) lunar; urgency=medium + + * rebuild for lunar + + -- Jason Rhinelander Fri, 21 Apr 2023 18:30:52 -0300 + oxen (10.3.0-1~ubuntu2210) kinetic; urgency=medium * Don't build curl with nghttp3/quic support diff --git a/debian/gbp.conf b/debian/gbp.conf index 56e5caa0e..03250c0d5 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,12 +1,12 @@ [DEFAULT] upstream-branch = stable -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