commit 540dbcea0b2ebd43d96930a322db84bb14515046
parent 08be7184f41f342f3cd2122f8ee628c928742039
Author: Florian Dold <florian@dold.me>
Date: Sat, 23 Jan 2021 16:41:16 +0100
debian
Diffstat:
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git 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
@@ -37,6 +37,7 @@ apply plugin: 'kotlin-kapt'
sourceCompatibility = '11'
targetCompatibility = '11'
+version = rootProject.version
compileKotlin {
kotlinOptions {