From 5fd2538550be707630baa39745112a68ba5c346f Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 20 Dec 2022 16:42:53 +0000
Subject: [PATCH] Drop --with=systemd from dh invocation

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4bb466ba..60c6e5d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DH_GOLANG_EXCLUDES = vendor
 
 
 %:
-	dh $@ --with systemd --with golang --buildsystem golang
+	dh $@ --with golang --buildsystem golang
 
 override_dh_auto_install:
 	dh_auto_install -- --no-source
-- 
GitLab