[libtk-objeditor-perl] 02/03: use xvfb to run test

dod at debian.org dod at debian.org
Fri Aug 1 17:10:18 UTC 2014


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

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

commit 5279ba1a6b75935ed7d89eddfab268a5cff01b1d
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Aug 1 18:59:18 2014 +0200

    use xvfb to run test
---
 debian/control | 6 ++++--
 debian/rules   | 3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b1f4ebc..d1edd29 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,9 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+               xauth,
+               xvfb
 Build-Depends-Indep: libtk-objscanner-perl,
                      perl,
                      perl-tk
@@ -18,7 +20,7 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          libtk-objscanner-perl,
          perl-tk
-Description: A Perl/Tk widget to edit recursively a data structure
+Description: Perl/Tk widget to edit recursively a data structure
  Tk::ObjEdtor module provide a widget to edit the content of 
  a Perl data structure. The widget enables recursive edition of deep
  data structure.
diff --git a/debian/rules b/debian/rules
index 2d33f6a..aa3059d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test 
\ No newline at end of file

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



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