Add hirsute deb

ubuntu/hirsute
Jason Rhinelander 3 years ago
parent 8dae3d22e6
commit aaea30b2ee

@ -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

@ -1,3 +1,9 @@
lokinet (0.9.0-1~ubuntu2104) hirsute; urgency=medium
* Add hirsute deb
-- Jason Rhinelander <jason@imaginary.ca> Thu, 22 Apr 2021 14:13:46 -0300
lokinet (0.9.0-1~ubuntu2010) groovy; urgency=medium
[ Thomas Winget ]

4
debian/gbp.conf vendored

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

Loading…
Cancel
Save