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_name = 'Ubuntu ' + distro;
local distro_docker = 'registry.oxen.rocks/lokinet-ci-ubuntu-' + distro + '-builder'; 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 pyoxenmq (1.0.2-1~ubuntu2110+1) impish; urgency=medium
* Rebuild * Rebuild

4
debian/gbp.conf vendored
View file

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