From f02d8bf26bbe341b21f2faeae5618062b47ab0ab Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Feb 2024 13:49:04 +0200 Subject: build: drop use of dh-cargo 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 a43faf1..9d0d6c3 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, moreutils, python3, subplot diff --git a/debian/rules b/debian/rules index a72f5ea..6bf3503 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