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: