1
0
Fork 0

Adding upstream target in rules.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 06:38:33 +01:00
parent 2a996836df
commit ee4735bd16
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/rules vendored
View file

@ -2,6 +2,10 @@
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 ${@}