Noble deb

ubuntu/noble
Jason Rhinelander 4 months ago
parent 06d7ac4296
commit ee1ec348f9
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262

@ -1,4 +1,4 @@
local distro = 'mantic'; local distro = 'noble';
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';

4
debian/changelog vendored

@ -1,6 +1,6 @@
lokinet (0.9.11-2~ubuntu2310) mantic; urgency=medium lokinet (0.9.11-2~ubuntu2404) noble; urgency=medium
* Add mantic build * Add noble build
-- Jason Rhinelander <jason@imaginary.ca> Sun, 04 Feb 2024 19:57:41 -0400 -- Jason Rhinelander <jason@imaginary.ca> Sun, 04 Feb 2024 19:57:41 -0400

4
debian/gbp.conf vendored

@ -1,13 +1,13 @@
[DEFAULT] [DEFAULT]
upstream-branch = master upstream-branch = master
debian-branch = ubuntu/mantic debian-branch = ubuntu/noble
upstream-tag = v%(version)s upstream-tag = v%(version)s
[buildpackage] [buildpackage]
submodules = true submodules = true
ignore-new = true ignore-new = true
pbuilder = true pbuilder = true
dist = mantic dist = noble
[pq] [pq]

Loading…
Cancel
Save