add lunar debs

This commit is contained in:
Jason Rhinelander 2023-04-21 18:30:52 -03:00
parent 7aa9b04894
commit c77d9a0e5b
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
3 changed files with 9 additions and 3 deletions

View File

@ -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';

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
oxen (10.3.0-1~ubuntu2304) lunar; urgency=medium
* rebuild for lunar
-- Jason Rhinelander <jason@imaginary.ca> 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

4
debian/gbp.conf vendored
View File

@ -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