Just wondering if the conditional for: 3 ifeq ($(filter nocheck,$(DEB_BUILD_PROFILES)),) 4 export GEM2DEB_TEST_RUNNER = --check-dependencies 5 endif .. is necessary given that you do the real nocheck check later. /lamby