Temporarily using a local copy of dnstap.proto as new dnswire requires the latest git head of it.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
122ec9e91d
commit
80e25c81f2
4 changed files with 459 additions and 3 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -6,10 +6,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||
dh ${@}
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
rm -rf src/dnstap.pb
|
||||
rm -f src/dnstap.pb/dnstap.proto
|
||||
|
||||
execute_after_dh_auto_configure:
|
||||
ln -s /usr/share/gocode/src/github.com/dnstap/golang-dnstap/dnstap.pb src/dnstap.pb
|
||||
ln -s ../../debian/local/dnstap.proto src/dnstap.pb/dnstap.proto
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# removing unused files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue