Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Add debian packaging of radicle-httpd
Sebastian Martinez committed 10 months ago
commit b1bcfc7cd8caaeafe80bfac0dda04e3d53cec67a
parent 3c66de3
2 files changed +6 -4
modified radicle-httpd/debian/control
@@ -11,5 +11,7 @@ Homepage: https://radicle.xyz/
Package: radicle-httpd
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, git
-
Description: A Radicle HTTP daemon exposing a JSON HTTP API that allows
-
someone to browse local repositories on a Radicle node via their web browser.
+
Description: HTTP API daemon for Radicle peer-to-peer code collaboration
+
 This package provides a standalone HTTP API service for interacting with
+
 Radicle's distributed storage and peer-to-peer network. It enables external
+
 tools and applications to access, query, and manage Radicle data over HTTP.
modified radicle-httpd/debian/rules
@@ -9,8 +9,8 @@ override_dh_auto_build:
	asciidoctor --doctype manpage --backend manpage --destination-dir . *.adoc

override_dh_auto_install:
-
	mkdir -p debian/radicle/usr
-
	cargo install --offline --locked --root=debian/radicle-httpd/usr
+
	mkdir -p debian/radicle-httpd/usr
+
	cargo install --offline --locked --root=debian/radicle-httpd/usr --path .
	find debian/radicle-httpd -name '.crates*' -delete

override_dh_auto_test: