[cppunit] 01/01: Revert "d/rules: support DEB_BUILD_OPTIONS=nocheck"

Rene Engelhard rene at moszumanska.debian.org
Sun Jul 30 08:25:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository cppunit.

commit 47853bb7614b15988b19f213e4debd0671894e05
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Jul 30 10:24:53 2017 +0200

    Revert "d/rules: support DEB_BUILD_OPTIONS=nocheck"
    
    Already done by dh_auto_test...
    
    This reverts commit 55b179b3d4ae76e7efa08afa2effcbe855d6b24a.
---
 debian/rules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 976b67d..1631cfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,10 +13,8 @@ override_dh_auto_build-indep:
 	dh_auto_configure
 	$(MAKE) -C doc
 
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	if [ -f ./src/cppunit/.libs/libcppunit.so ]; then dh_auto_test; fi
-endif
 
 override_dh_auto_install:
 	if [ -f ./src/cppunit/.libs/libcppunit.so ]; then dh_auto_install; fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/cppunit.git



More information about the Pkg-openoffice-commits mailing list