commit 249c51417c4291098e1221eccdcb958782641caf parent 7784d46ab5e7788160b784eba6c8f18eb14bb4b1 Author: Florian Dold <florian@dold.me> Date: Tue, 24 Aug 2021 14:33:37 +0200 dpkg building WIP Diffstat:
| A | dpkg-build/build-ubuntu.sh | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/dpkg-build/build-ubuntu.sh b/dpkg-build/build-ubuntu.sh @@ -0,0 +1,11 @@ +sudo apt install build-essential devscripts debhelper equivs + +git clone https://git.gnunet.org/gnunet.git +git clone https://git.taler.net/exchange.git +git clone https://git.taler.net/merchant.git + +cd ~/gnunet && sudo mk-build-deps --install debian/control +cd ~/gnunet && ./bootstrap +cd ~/gnunet && debuild --no-sign -i -B + +