gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: deb target


From: gnunet
Subject: [libeufin] branch master updated: deb target
Date: Thu, 28 Jan 2021 21:33:09 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new c2226c7  deb target
c2226c7 is described below

commit c2226c7b274d408933596cff220c0a0dbff8863d
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 28 21:33:06 2021 +0100

    deb target
---
 Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index d282894..7b00e5c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,22 +8,23 @@ install: install-nexus install-sandbox install-cli
 
 .PHONY: dist
 dist:
-       @echo Creating the 'dist' Zip archive.
        @./gradlew -q dist
 
+.PHONY: deb
+deb: dist
+       @dpkg-buildpackage -rfakeroot -b -uc -us
+
+
 .PHONY: install-sandbox
 install-sandbox:
-       @echo Installing Sandbox.
        @./gradlew -q -Pprefix=$(prefix) sandbox:installToPrefix; cd ..
 
 .PHONY: install-nexus
 install-nexus:
-       @echo Installing Nexus.
        @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd ..
 
 .PHONY: install-cli
 install-cli:
-       @echo Installing CLI.
        @./gradlew -q replaceVersionCli
        @install -D cli/bin/libeufin-cli $(prefix)/bin
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]