[libtext-bidi-perl] 05/06: debian/rules: use new TEXT_BIDI_SKIP_UCD variable for skipping expensive test

gregor herrmann gregoa at debian.org
Tue Jun 3 15:03:29 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtext-bidi-perl.

commit 069d81adbf1505ff8c857fd9ab30ea780782dc9a
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 3 16:54:52 2014 +0200

    debian/rules: use new TEXT_BIDI_SKIP_UCD variable for skipping expensive test
    
    on slow architectures.
---
 debian/rules | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 78bc713..576fd61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,9 @@ ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
 SLOW_ARCH = armel armhf mips mipsel sparc sparc64 m68k
 ifeq (,$(filter $(DEB_HOST_ARCH), $(SLOW_ARCH)))
-TEST_FILES = $(wildcard t/*.t)
+export TEXT_BIDI_SKIP_UCD=0
 else
-TEST_FILES = $(filter-out t/ucd.t,$(wildcard t/*.t))
+export TEXT_BIDI_SKIP_UCD=1
 endif
 
 %:
@@ -32,6 +32,3 @@ override_dh_auto_install:
 
 	# remove empty manpage
 	$(RM) -v $(TMP)/usr/share/man/man3/Text::Bidi::private.3pm
-
-override_dh_auto_test:
-	dh_auto_test -- TEST_FILES="$(TEST_FILES)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-bidi-perl.git



More information about the Pkg-perl-cvs-commits mailing list