gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: debian


From: gnunet
Subject: [libeufin] branch master updated: debian
Date: Sat, 23 Jan 2021 16:41:21 +0100

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 540dbce  debian
540dbce is described below

commit 540dbcea0b2ebd43d96930a322db84bb14515046
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Jan 23 16:41:16 2021 +0100

    debian
---
 debian/rules       | 9 ++++++++-
 nexus/build.gradle | 1 +
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a191f8a..e23a503 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ GROOVY_HOME      = /usr/share/groovy
 DEV = -dev.1
 
 clean:
-       rm -rf libeufin-$(DEB_VERSION_UPSTREAM)-dev.1
+       rm -rf libeufin-$(DEB_VERSION_UPSTREAM)$(DEV)
 build: build-arch build-indep
 build-arch:
        true
@@ -24,5 +24,12 @@ install:
        dh_link $(GROOVY_HOME)/bin/libeufin-nexus /usr/bin/libeufin-nexus
        dh_link $(GROOVY_HOME)/bin/libeufin-sandbox /usr/bin/libeufin-sandbox
 
+binary:
+       dh $@
+binary-arch:
+       dh $@
+binary-indep:
+       dh $@
+
 get-orig-source:
        uscan --force-download --rename
diff --git a/nexus/build.gradle b/nexus/build.gradle
index 9ee86df..1eb121b 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -37,6 +37,7 @@ apply plugin: 'kotlin-kapt'
 
 sourceCompatibility = '11'
 targetCompatibility = '11'
+version = rootProject.version
 
 compileKotlin {
     kotlinOptions {

-- 
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]