trixie deb

This commit is contained in:
Jason Rhinelander 2023-09-27 20:04:25 -03:00
parent e63feead30
commit d3f9484fdd
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 = 'sid';
local distro = 'trixie';
local distro_name = 'Debian ' + distro;
local distro_docker = 'registry.oxen.rocks/lokinet-ci-debian-' + distro + '-builder';

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
oxenmq (1.2.16-0pre2-1~deb13) trixie; urgency=medium
* trixie deb
-- Jason Rhinelander <jason@imaginary.ca> Wed, 27 Sep 2023 20:00:11 -0300
oxenmq (1.2.16-0pre2-1) unstable; urgency=medium
* epoll: always retrieve events from triggered sockets

4
debian/gbp.conf vendored
View File

@ -1,12 +1,12 @@
[DEFAULT]
upstream-branch = stable
debian-branch = debian/sid
debian-branch = debian/trixie
upstream-tag = v%(version)s
[buildpackage]
ignore-new = true
pbuilder = true
dist = sid
dist = trixie
submodules = true
[pq]