Adding upstream target in rules.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2a996836df
commit
ee4735bd16
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
|
upstream:
|
||||||
|
rm -f debian/local/dnstap.proto
|
||||||
|
wget https://raw.githubusercontent.com/dnstap/dnstap.pb/master/dnstap.proto -O debian/local/dnstap.proto
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@}
|
dh ${@}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue