[SCM] Debian packaging of Padre-Plugin-Moose CPAN distribution branch, master, updated. 09e6e70d19436ceba324596f8e73c600e042ff11

Dominique Dumont dod at debian.org
Tue Mar 20 15:08:52 UTC 2012


The following commit has been merged in the master branch:
commit 09e6e70d19436ceba324596f8e73c600e042ff11
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Mar 20 16:04:29 2012 +0100

    use xvfb to test

diff --git a/debian/control b/debian/control
index 1e911a1..9dc0ca8 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 (>= 8)
+Build-Depends: debhelper (>= 8),
+               xauth,
+               xvfb
 Build-Depends-Indep: liblocale-msgfmt-perl (>= 0.15),
                      libmoose-perl (>= 2.0402),
                      padre (>= 0.94),
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

-- 
Debian packaging of Padre-Plugin-Moose CPAN distribution



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