[SCM] Debian packaging of Wx-Scintilla CPAN distribution branch, master, updated. 3f9b15af6c4ed3f4e18bb17c613cb9d03f488a5f

Dominique Dumont dod at debian.org
Mon Dec 19 13:41:41 UTC 2011


The following commit has been merged in the master branch:
commit c55e68d13cf73132162c2ff9fdfca166681e33e9
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Dec 19 13:54:24 2011 +0100

    use xvfb for graphic tests

diff --git a/debian/control b/debian/control
index e1a11ee..1f9e99b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,11 @@ Uploaders: Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
-               perl,
-               libwx-perl,
                libalien-wxwidgets-perl,
-               libextutils-xspp-perl
+               libextutils-xspp-perl,
+               libwx-perl,
+               perl,
+               xvfb
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwx-scintilla-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libwx-scintilla-perl.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..a2f5bd5 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 Wx-Scintilla CPAN distribution



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