add lunar debs

This commit is contained in:
Jason Rhinelander 2023-04-21 18:24:29 -03:00
parent be07ad750b
commit cf3901f3f1
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 @@
oxenmq (1.2.14-1~ubuntu2304) lunar; urgency=medium
* rebuild for lunar
-- Jason Rhinelander <jason@imaginary.ca> Fri, 21 Apr 2023 18:24:29 -0300
oxenmq (1.2.14-1~ubuntu2210) kinetic; urgency=medium
[ Jason Rhinelander ]

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
[pq]