diff options
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |