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 1 year ago
commit 22491b5994d587934916f0455bac258a6694c96a
parent 191278f0d92418639867aaa13b437945d4162b6b
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