[SCM] Packaging for padre-plugin-spellcheck branch, master, updated. upstream/1.1.1-12-gf6702a3

Damyan Ivanov dmn at debian.org
Fri Jun 19 09:56:57 UTC 2009


The following commit has been merged in the master branch:
commit d159b6369b34a6254e2366e1aca24a745593931c
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Jun 19 12:49:21 2009 +0300

    configure and tests run under xvfb

diff --git a/debian/control b/debian/control
index 6ad12b3..4b803f4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Build-Depends: debhelper (>= 7), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules, libtext-aspell-perl,
   libmodule-util-perl, padre-plugin-api-0, libclass-xsaccessor-perl,
-  libtest-pod-perl, libtest-pod-coverage-perl
+  libtest-pod-perl, libtest-pod-coverage-perl,
+  xvfb, xfonts-base, xauth
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.2
diff --git a/debian/rules b/debian/rules
index 2d33f6a..b371b44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure override_dh_auto_test:
+	xvfb-run $(subst override_,,$@)

-- 
Packaging for padre-plugin-spellcheck



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