X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=54246aecdd2afdbe506079dd2f76cae1a49d8951;hb=fce80dc672b097f56efe25cf2b4ad5ac018ea70e;hp=6a369a4127c82ee60828e205cd5f618795ee26b1;hpb=7fe46a80145ae05d42d0111fbbbacd2eb7dc0741;p=tar diff --git a/debian/rules b/debian/rules index 6a369a4..54246ae 100755 --- a/debian/rules +++ b/debian/rules @@ -20,9 +20,11 @@ build-stamp: configure-stamp dh_testdir RSH="/usr/bin/rsh" CFLAGS="-O2 -g -Wall -fno-gnu89-inline" $(MAKE) +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) (cd tests ; $(MAKE) clean) $(MAKE) check +endif endif perl debian/tarman > debian/tar.1