From 4bf6ef776fbfa55f143e1a765fb022eebebd8f4e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 4 Feb 2023 13:33:47 +0100 Subject: debian: disable build system auto-detection debhelper sees the Makefile, and assumes that it needs to run make (while it should just copy files). --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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