On Mon, Oct 31, 2011 at 12:54 PM, Thomas Goirand wrote: > Also, remember to use the BUILD_OPTIONS to have the test suite > be disabled in case we don't want to run them. That's a Debian > policy requirement. So you'll also need something like that in > your debian/rules: > > ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) > override_dh_auto_test: > ./run_tests.sh > endif
There should be no need to check DEB_BUILD_OPTIONS in this case since debhelper/dh will do that for you. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/caktje6emhtzpqpg6dwzhcxjfu5vopik32k6dkx0c-8f+jjb...@mail.gmail.com

