<div dir="ltr">Source: node-oauth<div>Version: 0.9.11-1</div><div>Severity: normal</div><div><br></div><div>Debian policy defines the "nocheck" build profile to enable skipping any tests. I would need to skip tests because the tests access the network (see <a href="http://bugs.debian.org/830214">http://bugs.debian.org/830214</a>) and my build machine doesn't allow DNS resolution.</div><div><br></div><div>The contents of override_dh_auto_test should be wrapped in<br>ifeq ($(filter nocheck, $(DEB_BUILD_OPTIONS)),)<br>   ....<br>endif<br></div></div>