[SCM] Packaging for padre-plugin-catalyst branch, master, updated. upstream/0.13-29-g6e13ab3

Damyan Ivanov dmn at debian.org
Thu Sep 8 21:11:42 UTC 2011


The following commit has been merged in the master branch:
commit 27cb79e7cb7630787114bc2709153c872f54c1d6
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Sep 9 00:10:07 2011 +0300

    run tests under xvfb

diff --git a/debian/control b/debian/control
index 23c436b..69d3c70 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,10 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
   libcatalyst-modules-perl (>= 1),
   libfile-sharedir-install-perl,
-  padre
+  padre,
+  xauth,
+  xfonts-base,
+  xvfb
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 74deda8..602abf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@
 
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test
+
 PKG=libpadre-plugin-catalyst-perl
 DIST=Padre-Plugin-Catalyst
 PO_DIR = $(CURDIR)/debian/$(PKG)/usr/share/perl5/auto/share/dist/$(DIST)/locale

-- 
Packaging for padre-plugin-catalyst



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