From 1f72356372dfeb475e1aa879d4c12b3d467ceae3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 4 Feb 2023 19:32:25 +0100 Subject: 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! --- debian/Makefile | 2 +- debian/rules | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'debian') 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)) diff --git a/debian/rules b/debian/rules index a75e265..43896d7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,3 @@ #!/usr/bin/make -f %: - dh $@ - -# Replace the recipe above with this when the cowbuilder image is upgraded. -#dh $@ --buildsystem=none -# Also, remove the overrides below. - -override_dh_auto_build: - -override_dh_auto_test: + dh $@ --buildsystem=none -- cgit v1.2.3