Bug#902392: lintian: override_dh_auto_test nocheck recommendation breaks build

2018-06-25 Thread Phil Morrell
On Mon, Jun 25, 2018 at 09:54:13PM +0100, Chris Lamb wrote: > tags 902392 + moreinfo > thanks > > Hi Phil, > > > /bin/sh: 1: Syntax error: word unexpected (expecting ")") > > So, I suspect you tried: > > override_dh_auto_test: > ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) >

Bug#902392: lintian: override_dh_auto_test nocheck recommendation breaks build

2018-06-25 Thread Chris Lamb
tags 902392 + moreinfo thanks Hi Phil, > /bin/sh: 1: Syntax error: word unexpected (expecting ")") So, I suspect you tried: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test busted -C CorsixTH/Luatest --verbose endif instead of:

Bug#902392: lintian: override_dh_auto_test nocheck recommendation breaks build

2018-06-25 Thread Phil Morrell
Package: lintian Version: 2.5.88~bpo9+1 Severity: normal I: override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS recommends N:override_dh_auto_test: N:ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) N:./run-upstream-testsuite N:endif but when I add that to corsix-th,