[SCM] Packaging for padre-plugin-perltidy branch, master, updated. upstream/0.06-10-g9aa55a4

Damyan Ivanov dmn at debian.org
Fri Jun 12 14:19:10 UTC 2009


The following commit has been merged in the master branch:
commit 7daf6685c2a5675d1d862ffb6ea46154120bced4
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Jun 12 16:47:38 2009 +0300

    run configure/build/test under xvfb-run; adjust build-dependencies

diff --git a/debian/control b/debian/control
index 4419ed6..c295f27 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: libpadre-plugin-perltidy-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl (>= 5.8.100), perl-modules, perltidy,
-  padre-plugin-api-0
+  padre-plugin-api-0, xvfb, xauth, xfonts-base
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1
diff --git a/debian/rules b/debian/rules
index 2d33f6a..1510761 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,12 @@
 
 %:
 	dh $@
+
+override_dh_auto_build:
+	xvfb-run dh_auto_build
+
+override_dh_auto_test:
+	xvfb-run dh_auto_test
+
+override_dh_auto_configure:
+	xvfb-run dh_auto_configure

-- 
Packaging for padre-plugin-perltidy



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