[liboggz] 02/03: Adjust d/rules to not run testsuite when DEB_BUILD_OPTIONS=nocheck.

Petter Reinholdtsen pere at moszumanska.debian.org
Sat Aug 26 07:26:31 UTC 2017


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

pere pushed a commit to branch master
in repository liboggz.

commit 084d1fef5e9d7c3a9c0d39a95a295211d75aa9c0
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat Aug 26 09:12:41 2017 +0200

    Adjust d/rules to not run testsuite when DEB_BUILD_OPTIONS=nocheck.
    
    Patch from Helmut Grohne.
    
    Closes: #873158
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 772d8cb..6ba3903 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,11 @@
 override_dh_strip:
 	dh_strip --dbg-package=liboggz2-dbg
 
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 # Run our test suite until the upstream source get one
 override_dh_auto_test:
 	dh_auto_test
 	for t in debian/tests/test-*; do \
 	    BUILDDIR=`pwd` $$t; \
 	done
+endif

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



More information about the pkg-xiph-commits mailing list