[libtkx-perl] 04/09: add xvfb, which we -probably_ need

gregor herrmann gregoa at debian.org
Sat Jun 7 11:06:50 UTC 2014


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

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

commit 0e237fff24e9505ffcf6e012b64e13d6a3de6144
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 7 12:45:56 2014 +0200

    add xvfb, which we -probably_ need
    
    Git-Dch: Ignore
---
 debian/control | 4 +++-
 debian/rules   | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index eda5e5b..61fe6ae 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libtcl-perl,
- perl
+ perl,
+ xauth,
+ xvfb
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtkx-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtkx-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/libtkx-perl.git



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