summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-20 12:32:00 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-20 15:00:55 +0100
commit72357b7f945a5d25339d3df4d6bd225a30b2601f (patch)
treebab4b6d0c2ab15996403f60fff2aa0cda537b351 /debian/rules
parent7672fee6707ba133fc6cea5b8e69db72f432deb0 (diff)
Building: Remove release tag
As we now have the discovery JSON files in the repo, it makes no sense to conditionally embed the files. Just always embed them
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 73c1724..a08002b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_build:
dh_auto_build --sourcedirectory $(PYWRAPPER_PATH)
# Make go library
- GOCACHE="/tmp" CGO_ENABLED="1" go build -o lib/libeduvpn_common-$(DEB_VERSION).so -tags=release -buildmode=c-shared ./exports
+ GOCACHE="/tmp" CGO_ENABLED="1" go build -o lib/libeduvpn_common-$(DEB_VERSION).so -buildmode=c-shared ./exports
override_dh_builddeb: