On 2017-03-19 20:10, Emilio Pozuelo Monfort wrote: >> +.PHONE: override dh_auto_test >> +override_dh_auto_test: >> + ./tests/validate >> + > > Did you mean PHONY there?
picked that from Ubuntu ... without noticing both errors :-(
Of course this should be
.PHONY: override_dh_auto_test
^ ^
but it should be harmless the "broken" way it is now
Thanks for catching that!
Andreas

