From 12d82e7276562cd7c35c10efebb3c4b9214db2b1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Feb 2025 06:36:40 +0100 Subject: [PATCH] Creating empty directory for dnstap.proto to workaround git. Signed-off-by: Daniel Baumann --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index c646c29..d158443 100755 --- a/debian/rules +++ b/debian/rules @@ -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: