From b9b81fd34b931c4ee2dbbea8ce5d606fe457e838 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 14 Aug 2023 11:09:24 +0200 Subject: Removing generated files to fix FTBFS when build twice in a row (Closes: #1045064). Signed-off-by: Daniel Baumann --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 097dd27..045f061 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,9 @@ upstream: execute_after_dh_auto_clean: rm -f src/dnstap.pb/dnstap.proto + # remove generated files + rm -f src/dnstap.pb-c.h + execute_after_dh_auto_configure: mkdir -p src/dnstap.pb ln -s ../../debian/local/dnstap.proto src/dnstap.pb/dnstap.proto -- cgit v1.2.3