From 42e8ceffbdbaa774adb218bd7ea26c1efd043de8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 4 Feb 2023 21:50:00 +0100 Subject: debian: disable build system auto-detection I've bumped into this while working on my other project (config-links). If you put a Makefile in the root directory, debhelper will assume the project is built using make, which is not what we want. Also, bump the cowbuilder image to Focal, since Bionic's debhelper doesn't seem to support --buildsystem=none. --- debian/Makefile | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/Makefile b/debian/Makefile index c18c921..7f6fc01 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -25,7 +25,7 @@ EMAIL ?= Egor.Tensin@gmail.com PPA_OWNER ?= egor-tensin PPA_NAME ?= linux-status GPG_KEY ?= 3B3EF1235420917E0DB0723991D679FB92B036CB -DIST ?= bionic +DIST ?= focal $(eval $(call noexpand,NAME)) $(eval $(call noexpand,EMAIL)) diff --git a/debian/rules b/debian/rules index cbe925d..43896d7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --buildsystem=none -- cgit v1.2.3