From 9754118584c75a20ad61fc86ac08b119e5fd052f Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Fri, 21 Apr 2023 18:29:01 -0300 Subject: [PATCH] add lunar debs --- .drone.jsonnet | 2 +- debian/changelog | 6 ++++++ debian/gbp.conf | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 8661d7459..ad6a0faf8 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 bee639c23..5dec98769 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lokinet (0.9.11-2~ubuntu2304) lunar; urgency=medium + + * rebuild for lunar + + -- Jason Rhinelander Fri, 21 Apr 2023 18:29:01 -0300 + lokinet (0.9.11-2~ubuntu2210) kinetic; urgency=medium * ping oxend after getting identity keys diff --git a/debian/gbp.conf b/debian/gbp.conf index 477cc6bcc..94ba697d0 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,13 +1,13 @@ [DEFAULT] upstream-branch = master -debian-branch = ubuntu/kinetic +debian-branch = ubuntu/lunar upstream-tag = v%(version)s [buildpackage] submodules = true ignore-new = true pbuilder = true -dist = kinetic +dist = lunar [pq]