[SCM] Debian packaging of Padre-Plugin-PDL CPAN distribution branch, master, updated. debian/0.05-1

Dominique Dumont dod at debian.org
Wed Mar 21 13:32:23 UTC 2012


The following commit has been merged in the master branch:
commit 2fde1adcc320072223af8b87ff5920137233006f
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Mar 21 14:26:08 2012 +0100

    setup xvfb to test

diff --git a/debian/control b/debian/control
index 7be6d7d..8a62aa4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,9 @@ Build-Depends-Indep: liblocale-msgfmt-perl (>= 0.15),
                      libmoose-perl (>= 2.0402),
                      padre (>= 0.94),
                      pdl (>= 1:2.4.10),
-                     perl
+                     perl,
+                     xauth,
+                     xvfb
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpadre-plugin-pdl-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libpadre-plugin-pdl-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

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



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