[libpgplot-perl] 05/09: Enable tests during build.

gregor herrmann gregoa at debian.org
Thu Jul 20 21:03:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libpgplot-perl.

commit e1de63f80137e3085c40ccc8f43556b7b13d4790
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 20 22:42:42 2017 +0200

    Enable tests during build.
    
    NOTE: This currently leads to a segfault in perl.
---
 debian/control | 4 +++-
 debian/rules   | 3 +--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 802c7c8..2459284 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,9 @@ Build-Depends: debhelper (>= 9.20120312~),
                libx11-dev,
                perl,
                giza-dev,
-               x11proto-core-dev
+               x11proto-core-dev,
+               xauth,
+               xvfb
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpgplot-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpgplot-perl.git
diff --git a/debian/rules b/debian/rules
index f6fbc21..466580c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 	dh $@
 
 override_dh_auto_test:
-	# either is useless (without X) or interactive (with xvfb)
-
+	PGPLOT_DEV="/XSERVE" xvfb-run -a dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpgplot-perl.git



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