From 89177bbd779f2d1393c4d1b5686e85ecfdef09cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Sat, 2 May 2026 14:10:31 +0200 Subject: [PATCH] debian: fix build --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 30cf3c27..195a9fc6 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ include /usr/share/dpkg/pkg-info.mk override_dh_auto_clean: rm -rf build/ + rm -f docs/docs.go rm -rf obj-$(DEB_TARGET_GNU_TYPE)/ dh_auto_clean @@ -14,6 +15,7 @@ override_dh_auto_test: # run during autopkgtests override_dh_auto_install: + rm -f obj-$(DEB_TARGET_GNU_TYPE)/bin/files # where does that file come from ? dh_auto_install -- --no-source override_dh_strip: