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 <liw@liw.fi>
This commit is contained in:
Lars Wirzenius 2024-05-20 07:59:02 +03:00 committed by cloudhead
parent 191278f0d9
commit 22491b5994
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

1
debian/control vendored
View File

@ -5,7 +5,6 @@ Section: vcs
Priority: optional
Standards-Version: 4.6.2
Build-Depends: debhelper (>= 10~),
dh-cargo,
asciidoctor
Homepage: https://radicle.xyz/

2
debian/rules vendored
View File

@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem cargo
dh $@
override_dh_auto_build:
scripts/build-man-pages.sh . *.adoc