Add hirsute deb

This commit is contained in:
Jason Rhinelander 2021-04-22 13:33:43 -03:00
parent 57a5d9db4a
commit 94a940d6dc
3 changed files with 11 additions and 5 deletions

View file

@ -1,6 +1,6 @@
local distro = "groovy";
local distro_name = 'Ubuntu 20.10';
local distro_docker = 'ubuntu:groovy';
local distro = "hirsute";
local distro_name = 'Ubuntu 21.04';
local distro_docker = 'ubuntu:hirsute';
local apt_get_quiet = 'apt-get -o=Dpkg::Use-Pty=0 -q';

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
oxenmq (1.2.5-1~ubuntu2104) hirsute; urgency=medium
* Add Ubuntu hirsute (21.04) deb
-- Jason Rhinelander <jason@imaginary.ca> Thu, 22 Apr 2021 13:32:53 -0300
oxenmq (1.2.5-1~ubuntu2010) groovy; urgency=medium
* Add connect_option::*; allow per-connection pubkey-based routing setting

4
debian/gbp.conf vendored
View file

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