kinetic deb

This commit is contained in:
Jason Rhinelander 2022-06-16 14:59:59 -03:00
parent 28c7d27fbf
commit 8c62f78786
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 = 'jammy';
local distro = 'kinetic';
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 @@
pyoxenmq (1.0.2-1~ubuntu2210) kinetic; urgency=medium
* kinetic deb
-- Jason Rhinelander <jason@imaginary.ca> Thu, 16 Jun 2022 14:59:41 -0300
pyoxenmq (1.0.2-1~ubuntu2204) jammy; urgency=medium
* jammy deb

4
debian/gbp.conf vendored
View File

@ -1,10 +1,10 @@
[DEFAULT]
upstream-branch = dev
debian-branch = ubuntu/jammy
debian-branch = ubuntu/kinetic
upstream-tag = v%(version)s
[buildpackage]
ignore-new = true
pbuilder = true
dist = jammy
dist = kinetic
submodules = true