X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=7c2f21c0ca2b40c85364f7ca9332ebba08fea9c1;hb=4b15127328bfe8ace09039e75a4c1ddea5854db2;hp=b1a1b04c2074cfaa46a91388dc585a2aede4fb26;hpb=cda5bf32a062c3da43913099f170f0987d780fdf;p=debian%2Ftar diff --git a/debian/rules b/debian/rules index b1a1b04c..7c2f21c0 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +49,7 @@ ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) echo "Sorry, but the test suite is not designed to be run as root."; \ exit 1 ;\ fi - $(MAKE) check + $(MAKE) check || { cat tests/testsuite.log; false; } endif endif @@ -65,7 +65,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs make install bindir=`pwd`/debian/tar/bin prefix=`pwd`/debian/tar/usr \