From 6e4eb4b35c0ebcd37d65b185bf1b67dc09f414c6 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Fri, 16 Sep 2016 17:50:00 +0100 Subject: [PATCH] Fix dh_auto_test on wheezy --- debian-wheezy/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian-wheezy/rules b/debian-wheezy/rules index 76f0fcd..e27a224 100755 --- a/debian-wheezy/rules +++ b/debian-wheezy/rules @@ -24,6 +24,9 @@ install_rtlsdr: override_dh_auto_build: install_rtlsdr dh_auto_build -- DIALECT=-std=gnu1x HTMLPATH=/usr/share/$(SRCNAME)/html DUMP1090_VERSION=$(DUMP1090_VERSION) STATIC=yes RTLSDR_PREFIX=rtl-sdr-build/install +override_dh_auto_test: + dh_auto_test -- DIALECT=-std=gnu1x + override_dh_install: dh_install install -d debian/dump1090-fa/usr/bin