[openpgp-applet] 01/02: Run dh-auto-tests with xvfb

Clement Hermann nodens at nodens.org
Mon Oct 31 15:21:24 UTC 2016


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

nodens-guest pushed a commit to branch master
in repository openpgp-applet.

commit 8262f856d6f1490563bacff9fef68933cb20902e
Author: Clément Hermann <nodens at nodens.org>
Date:   Mon Oct 31 16:08:26 2016 +0100

    Run dh-auto-tests with xvfb
    
    (suggestion from gregoa)
---
 debian/control | 4 +++-
 debian/rules   | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 19ef184..7c4e337 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,9 @@ Build-Depends-Indep: libany-moose-perl,
  libmoo-perl (>= 0.50),
  libnamespace-autoclean-perl,
  libtest-most-perl,
- perl
+ perl,
+ xauth,
+ xvfb
 Standards-Version: 3.9.6
 Homepage: https://openpgp-applet.alioth.debian.org/
 Testsuite: autopkgtest-pkg-perl
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/openpgp-applet.git



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