diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 19:32:25 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 19:32:27 +0100 |
commit | 1f72356372dfeb475e1aa879d4c12b3d467ceae3 (patch) | |
tree | 62fba377edb77f319a26cf334c1a97148d8c5071 /debian/Makefile | |
parent | debian: 2.0.3-3 (diff) | |
download | config-links-1f72356372dfeb475e1aa879d4c12b3d467ceae3.tar.gz config-links-1f72356372dfeb475e1aa879d4c12b3d467ceae3.zip |
debian: upgrade cowbuilder image to Focal
It's debhelper supports --buildsystem=none, which I desperately need.
For example, the latest failure was due to debhelper _didn't_ include
source files to the uploaded changes. Which kinda makes sense I guess
for make projects, but not for this one!
Diffstat (limited to 'debian/Makefile')
-rw-r--r-- | debian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/Makefile b/debian/Makefile index c837eda..f7b1e89 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -25,7 +25,7 @@ EMAIL ?= Egor.Tensin@gmail.com PPA_OWNER ?= egor-tensin PPA_NAME ?= config-links GPG_KEY ?= 3B3EF1235420917E0DB0723991D679FB92B036CB -DIST ?= bionic +DIST ?= focal $(eval $(call noexpand,NAME)) $(eval $(call noexpand,EMAIL)) |