From 72d6891901d5622938644517060882913e042d10 Mon Sep 17 00:00:00 2001 From: godog <godog@autistici.org> Date: Sun, 11 Feb 2018 15:58:24 +0100 Subject: [PATCH] debian: fix dh invocation --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c158f11..f0f12f8 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ BUILDDIR = $(CURDIR)/debian/build GOROOT = $(CURDIR)/debian/build-go %: - dh --with=systemd $@ + dh $@ --with=systemd override_dh_install: # Build the sources using a locally downloaded Go version. -- GitLab