* Paul Wise <[email protected]>, 2011-10-31, 13:15:
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.

No, it will not. See bug #568897.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to