From 333934aa343ff33d3c4222f212e9bed1285d5115 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 23 Feb 2024 10:49:53 +0200 Subject: build: don't use dh-cargo to build deb Signed-off-by: Lars Wirzenius Sponsored-by: author --- debian/control | 2 -- debian/rules | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 5b0cf71..01651f0 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,6 @@ Priority: optional Standards-Version: 4.2.0 Build-Depends: debhelper (>= 10~), - build-essential, - dh-cargo, git, moreutils, python3, diff --git a/debian/rules b/debian/rules index bc94d45..7abe9f4 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