debian: fix build

This commit is contained in:
André Roth
2026-05-02 14:10:31 +02:00
parent c0a0a44066
commit 89177bbd77
+2
View File
@@ -7,6 +7,7 @@ include /usr/share/dpkg/pkg-info.mk
override_dh_auto_clean: override_dh_auto_clean:
rm -rf build/ rm -rf build/
rm -f docs/docs.go
rm -rf obj-$(DEB_TARGET_GNU_TYPE)/ rm -rf obj-$(DEB_TARGET_GNU_TYPE)/
dh_auto_clean dh_auto_clean
@@ -14,6 +15,7 @@ override_dh_auto_test:
# run during autopkgtests # run during autopkgtests
override_dh_auto_install: override_dh_auto_install:
rm -f obj-$(DEB_TARGET_GNU_TYPE)/bin/files # where does that file come from ?
dh_auto_install -- --no-source dh_auto_install -- --no-source
override_dh_strip: override_dh_strip: