From ee1ec348f9de7f1713738a40b4cde5c95a4ae8ba Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Sun, 4 Feb 2024 21:10:22 -0400 Subject: [PATCH] Noble deb --- .drone.jsonnet | 2 +- debian/changelog | 4 ++-- debian/gbp.conf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 9dc93cc86..b75a25db6 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,4 +1,4 @@ -local distro = 'mantic'; +local distro = 'noble'; 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 693820564..a2b48025a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 04 Feb 2024 19:57:41 -0400 diff --git a/debian/gbp.conf b/debian/gbp.conf index ef2341f8f..437ec3ebe 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,13 +1,13 @@ [DEFAULT] upstream-branch = master -debian-branch = ubuntu/mantic +debian-branch = ubuntu/noble upstream-tag = v%(version)s [buildpackage] submodules = true ignore-new = true pbuilder = true -dist = mantic +dist = noble [pq]