Fix dh_auto_test on wheezy
This commit is contained in:
parent
73a3b5113e
commit
6e4eb4b35c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue