Add impish build

This commit is contained in:
Jason Rhinelander 2021-09-17 11:23:17 -03:00
parent 5afcd6c2d2
commit c8af38396f
3 changed files with 9 additions and 6 deletions

View File

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

5
debian/changelog vendored
View File

@ -1,4 +1,7 @@
lokinet (0.9.6-3~ubuntu2104) hirsute; urgency=medium lokinet (0.9.6-3~ubuntu2110) impish; urgency=medium
[ Jason Rhinelander ]
* New build for Ubuntu 21.10
[ Jeff Becker ] [ Jeff Becker ]
* make lokinet-bootstrap target toggleable * make lokinet-bootstrap target toggleable

4
debian/gbp.conf vendored
View File

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