From 61fc8ee255febb07a9f45369b7a943813ce3ebf3 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Fri, 19 Jan 2024 23:54:32 +0100 Subject: [PATCH] Debian: copy de modified build.go to the src folder in _build I _believe_ this is the folder that Debian actually compiles, not the top level. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 08917f3..fca00e5 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ include /usr/share/dpkg/pkg-info.mk execute_before_dh_auto_build: printf 'package pkg\n\nconst Version = "%s"\n' "$(DEB_VERSION_UPSTREAM)" > pkg/build.go + cp pkg/build.go _build/src/dev.tandem.ws/tandem/numerus/pkg/build.go make execute_after_dh_auto_test: