X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=debian%2Frules;h=54246aecdd2afdbe506079dd2f76cae1a49d8951;hb=refs%2Fheads%2F313237;hp=6a369a4127c82ee60828e205cd5f618795ee26b1;hpb=5de13253a6452a29eedec21a53980febd6d3b2b9;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