1
0
Fork 0

Removing generated files to fix FTBFS when build twice in a row (Closes: #1045064).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 06:39:22 +01:00
parent c1b986b085
commit e393437c73
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

3
debian/rules vendored
View file

@ -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