From ee4735bd164a60a2146cea2944e2754c9bfe3c18 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Feb 2025 06:38:33 +0100 Subject: [PATCH] Adding upstream target in rules. Signed-off-by: Daniel Baumann --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index d158443..097dd27 100755 --- a/debian/rules +++ b/debian/rules @@ -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 ${@}