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:
parent
191278f0d9
commit
22491b5994
|
|
@ -5,7 +5,6 @@ Section: vcs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.2
|
||||||
Build-Depends: debhelper (>= 10~),
|
Build-Depends: debhelper (>= 10~),
|
||||||
dh-cargo,
|
|
||||||
asciidoctor
|
asciidoctor
|
||||||
Homepage: https://radicle.xyz/
|
Homepage: https://radicle.xyz/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --buildsystem cargo
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
scripts/build-man-pages.sh . *.adoc
|
scripts/build-man-pages.sh . *.adoc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue