[libtk-fontdialog-perl] 02/04: use xvfb for test

dod at debian.org dod at debian.org
Fri Jul 14 16:16:19 UTC 2017


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

dod pushed a commit to branch master
in repository libtk-fontdialog-perl.

commit 519414dd76ec67ca8ede610b994fe79a92ba86a8
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Jul 14 17:55:01 2017 +0200

    use xvfb for test
---
 debian/control | 4 +++-
 debian/rules   | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index fde69ff..415b544 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Uploaders: Dominique Dumont <dod at debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+               xauth,
+               xvfb
 Build-Depends-Indep: perl,
                      perl-tk
 Standards-Version: 4.0.0
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/libtk-fontdialog-perl.git



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