jammy deb

This commit is contained in:
Jason Rhinelander 2022-06-16 14:49:04 -03:00
parent 880e6daada
commit 5ef6ba1cd3
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 = 'impish';
local distro = 'jammy';
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~ubuntu2204) jammy; urgency=medium
* jammy deb
-- Jason Rhinelander <jason@imaginary.ca> Thu, 16 Jun 2022 14:48:31 -0300
pyoxenmq (1.0.2-1~ubuntu2110+1) impish; urgency=medium
* Rebuild

4
debian/gbp.conf vendored
View File

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