From 39f6a27515065341d2f45588b912391488ba3cb6 Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 13 Apr 2021 16:30:13 -0700 Subject: [PATCH] [action] alternate makefile target for dh_auto_build --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 0beb3a6c..db8307fa 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +6,8 @@ override_dh_install-arch: build: dh build +override_dh_auto_build: + dh_auto build ci + %: dh $@