From 2beb65b2dfc61a6ee7bbf2a54cfa60555cebca28 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 13 May 2023 13:33:31 +0200 Subject: [PATCH] debian/rules: Do not need to include version when building. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7310bc1..9a857d0 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ include /usr/share/dpkg/default.mk dh $@ -P debian/pkgroot override_dh_auto_build: - dh_auto_build -- GOOS=linux GOBUILDFLAGS="-v --buildmode=pie -ldflags=\"-v -s -w -X main.VersionString=$(DEB_VERSION)\"" + dh_auto_build -- GOOS=linux + override_dh_auto_install: dh_auto_install -- PREFIX=/usr CFGDIR=/etc