blob: d8035934f818ffbfd0eda545ed8726ab24eca911 [file] [log] [blame]
Filip Pytlounef5b0af2015-10-06 16:28:32 +02001#!/usr/bin/make -f
2
Filip Pytloundf5f8ee2016-04-14 21:21:10 +02003SALT_VERSION=$(shell salt-call --version|cut -d ' ' -f 2)
4
Filip Pytlounef5b0af2015-10-06 16:28:32 +02005%:
6 dh $@
7
Filip Pytloundf5f8ee2016-04-14 21:21:10 +02008override_dh_auto_test:
9ifneq ($(SALT_VERSION), 0.17.5)
10 dh_auto_test
11endif
12