[libdevel-ptkdb-perl] 07/08: run tests with xvfb

dod at debian.org dod at debian.org
Thu Oct 10 19:13:57 UTC 2013


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

dod pushed a commit to branch master
in repository libdevel-ptkdb-perl.

commit 30f85b0d3da917465165d30ba00fcf35f2374d09
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Oct 10 21:11:42 2013 +0200

    run tests with xvfb
---
 debian/control |    4 +++-
 debian/rules   |    3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 73725bd..3563a04 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
-                     perl-tk
+                     perl-tk,
+                     xauth,
+                     xvfb
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-ptkdb-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-ptkdb-perl.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..c410048 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test

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



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