The README contains the following: Example debian/tests/adequate: ---8<--- #!/bin/sh adequate --fail $(dh_listpackages) >&2 --->8--- Example debian/tests/control snippet: ---8<--- Tests: adequate Depends: @, adequate, debhelper Restrictions: superficial --->8--- I'd like to hear the rationale for the Depends on debhelper. If adequate itself needs it, it should be in adequate's Depends/Recommends. If not, why does it appear in the above example? Thanks! Martin-Éric