1
0
Fork 0

Creating empty directory for dnstap.proto to workaround git.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 06:36:40 +01:00
parent ace986fcee
commit 12d82e7276
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

1
debian/rules vendored
View file

@ -9,6 +9,7 @@ execute_after_dh_auto_clean:
rm -f src/dnstap.pb/dnstap.proto
execute_after_dh_auto_configure:
mkdir -p src/dnstap.pb
ln -s ../../debian/local/dnstap.proto src/dnstap.pb/dnstap.proto
execute_after_dh_auto_install: