summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-10 09:37:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-10 09:37:40 +0000
commit8dc720720421d3ce6bc5ff2821792516c96a37eb (patch)
tree39f9da9a18d351caf925c4a9aa1affce1daeed3f
parentAdding debian version 0.2.0-1. (diff)
downloaddnswire-8dc720720421d3ce6bc5ff2821792516c96a37eb.tar.xz
dnswire-8dc720720421d3ce6bc5ff2821792516c96a37eb.zip
Recursively removing src/dnstap.pb (Closes: #1005263).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 1015993..581b851 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh ${@}
execute_after_dh_auto_clean:
- rm -f src/dnstap.pb
+ rm -rf src/dnstap.pb
execute_after_dh_auto_configure:
ln -s /usr/share/gocode/src/github.com/dnstap/golang-dnstap/dnstap.pb src/dnstap.pb