[SCM] Packaging of padre perl editor branch, master, updated. debian/0.94+dfsg1-1-5-g8a7bd21

Dominique Dumont dod at debian.org
Thu Apr 19 13:22:08 UTC 2012


The following commit has been merged in the master branch:
commit 0e7e821672256a88f8a53de2515b3ee22e55f296
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Apr 19 15:06:54 2012 +0200

    test under xvfb-run

diff --git a/debian/rules b/debian/rules
index e65286a..ba940b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,11 +13,8 @@ override_dh_auto_configure: ./share/languages/perl5/perlapi_current.yml
 	SKIP_WXWIDGETS_VERSION_CHECK=1 xvfb-run -a dh_auto_configure
 
 override_dh_auto_test:
-	# Do not run tests under xvfb as the missing RANDR extension under Xvfb
-	# causes them to fail (because tests insist that no output is to be
-	# encountered on STDERR)
 	[ -d $(FAKE_HOME) ] || mkdir -p $(FAKE_HOME)
-	HOME=$(FAKE_HOME) dh_auto_test
+	HOME=$(FAKE_HOME) xvfb-run dh_auto_test
 	rm -rf $(FAKE_HOME)
 
 PERLOPQUICK := $(TMP)/usr/share/perl5/auto/share/dist/Padre/doc/perlopquick

-- 
Packaging of padre perl editor



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