From 22491b5994d587934916f0455bac258a6694c96a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 20 May 2024 07:59:02 +0300 Subject: [PATCH] debian: drop use of dh-cargo We don't actually need to use it, and it doesn't help in any way. In fact, it makes things more difficult, as it insists on using the Debian-packaged cargo. Signed-off-by: Lars Wirzenius --- debian/control | 1 - debian/rules | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 11174039..97176329 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Section: vcs Priority: optional Standards-Version: 4.6.2 Build-Depends: debhelper (>= 10~), - dh-cargo, asciidoctor Homepage: https://radicle.xyz/ diff --git a/debian/rules b/debian/rules index df501664..de25ea0b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem cargo + dh $@ override_dh_auto_build: scripts/build-man-pages.sh . *.adoc