From d7cab012d655b54eef654d9d8801d8c22ba0b2a9 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Wed, 27 Sep 2023 20:14:48 -0300 Subject: [PATCH] mantic deb --- .drone.jsonnet | 2 +- debian/changelog | 6 ++++++ debian/gbp.conf | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 750f0f6..9b003be 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,4 +1,4 @@ -local distro = 'lunar'; +local distro = 'mantic'; local distro_name = 'Ubuntu ' + distro; local distro_docker = 'registry.oxen.rocks/lokinet-ci-ubuntu-' + distro + '-builder'; diff --git a/debian/changelog b/debian/changelog index ce9ecc3..937b727 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyoxenmq (1.0.5-1~ubuntu2310) mantic; urgency=medium + + * rebuild for mantic + + -- Jason Rhinelander Wed, 27 Sep 2023 20:14:37 -0300 + pyoxenmq (1.0.5-1~ubuntu2304) lunar; urgency=medium * Expose setting auth level on outgoing connection diff --git a/debian/gbp.conf b/debian/gbp.conf index ce67424..827c936 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,10 +1,10 @@ [DEFAULT] upstream-branch = dev -debian-branch = ubuntu/lunar +debian-branch = ubuntu/mantic upstream-tag = v%(version)s [buildpackage] ignore-new = true pbuilder = true -dist = lunar +dist = mantic submodules = true