Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
debian: drop use of dh-cargo
Lars Wirzenius committed 2 years ago
commit d8d25783bf9c2ce0eba4ff8656b042300ca01e6d
parent 064ece32ac0a0bd0efe4f459dcb0462bafc236e6
2 files changed +1 -2
modified 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/

modified debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f

%:
-
	dh $@ --buildsystem cargo
+
	dh $@

override_dh_auto_build:
	scripts/build-man-pages.sh . *.adoc