From 41d04c4e71883e37a93a7b230340c9f98b42a7c9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Feb 2024 15:19:04 +0200 Subject: build: don't use buildsystem cargo Signed-off-by: Lars Wirzenius Sponsored-by: author --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3730e78..97a597a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem cargo + dh $@ override_dh_auto_build: true -- cgit v1.2.1