1
0
Fork 0

Recursively removing src/dnstap.pb (Closes: #1005263).

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

2
debian/rules vendored
View file

@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh ${@} dh ${@}
execute_after_dh_auto_clean: execute_after_dh_auto_clean:
rm -f src/dnstap.pb rm -rf src/dnstap.pb
execute_after_dh_auto_configure: execute_after_dh_auto_configure:
ln -s /usr/share/gocode/src/github.com/dnstap/golang-dnstap/dnstap.pb src/dnstap.pb ln -s /usr/share/gocode/src/github.com/dnstap/golang-dnstap/dnstap.pb src/dnstap.pb