From 4033a8a7584c330bf2984c985b8beafdf0272c2f Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:39:36 +0300 Subject: [PATCH] Update rules --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index d714cf2..4ff6177 100644 --- a/debian/rules +++ b/debian/rules @@ -7,4 +7,8 @@ export DH_GOPKG := github.com/vanilla-os/apx override_dh_install: dh_install - make install-manpages DESTDIR=debian/apx/ \ No newline at end of file + make install-manpages DESTDIR=debian/apx/ + +override_dh_auto_build: + go mod download + dh_auto_build --