We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec8e68 commit 056cf2dCopy full SHA for 056cf2d
3 files changed
build_deb.sh
@@ -1,3 +1,4 @@
1
#!/usr/bin/env bash
2
3
-dpkg-deb --build casper-node-util "casper-node-util-$(cat VERSION).deb"
+mkdir -p debian
4
+dpkg-deb --build casper-node-util "./debian/casper-node-util-$(cat VERSION).deb"
casper-node-util/DEBIAN/control
@@ -3,3 +3,4 @@ Version: 1.0.7
Architecture: all
Maintainer: Joe Sacher <joe.sacher@casper.network>
5
Description: Utility for working with casper-node and casper-sidecar
6
+Depends: python3
0 commit comments