Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
debian: add missing env variables to debian build
Sebastian Martinez committed 8 months ago
commit d2adbbf476d617579df9102fd3d3fe6c3120ebd0
parent b70c4d4a98c77e5c3ec6d895442b1659f1c04857
1 file changed +2 -0
modified debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f

DEB_BUILD_OPTIONS=nostrip
+
export RADICLE_VERSION=$(shell build/version)
+
export GIT_HEAD=$(shell git rev-parse HEAD)

%:
	dh $@