Add impish build

ubuntu/impish
Jason Rhinelander 3 years ago
parent 5afcd6c2d2
commit c8af38396f

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

5
debian/changelog vendored

@ -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 ]
* make lokinet-bootstrap target toggleable

4
debian/gbp.conf vendored

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

Loading…
Cancel
Save