From 72357b7f945a5d25339d3df4d6bd225a30b2601f Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Fri, 20 Feb 2026 12:32:00 +0100 Subject: 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 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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: -- cgit v1.2.3