[libdata-treedumper-renderer-gtk-perl] 16/22: Enable tests during build (xvfb).

gregor herrmann gregoa at debian.org
Thu Sep 7 17:18:58 UTC 2017


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

gregoa pushed a commit to branch master
in repository libdata-treedumper-renderer-gtk-perl.

commit e008df26572f2dde60f26e7824a06300ed558edf
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Sep 7 19:05:52 2017 +0200

    Enable tests during build (xvfb).
---
 debian/control | 4 +++-
 debian/rules   | 8 +++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index a2be5e0..656a753 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,9 @@ Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
                      libglib-perl,
                      libgtk2-perl,
-                     libdata-treedumper-perl
+                     libdata-treedumper-perl,
+                     xauth,
+                     xvfb
 Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libdata-treedumper-renderer-gtk-perl.git
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/libdata-treedumper-renderer-gtk-perl.git
diff --git a/debian/rules b/debian/rules
index 5350ec0..819efe3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,12 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_OPTIONS=nocheck
+%:
+	dh $@
+
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test
 
 override_dh_auto_install:
 	dh_auto_install
 	-find $(CURDIR)/debian/ -name "gtk_test.pl" -delete
 
-%:
-	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-treedumper-renderer-gtk-perl.git



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