[afterburner.fx] 04/11: add build-dep on xvfb for test requiring X
Tony Mancill
tmancill at moszumanska.debian.org
Mon May 8 03:33:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository afterburner.fx.
commit 638f3c010225af6eff73159134f6637388be8bd1
Author: tony mancill <tmancill at debian.org>
Date: Mon May 1 20:54:01 2017 -0700
add build-dep on xvfb for test requiring X
---
debian/control | 4 +++-
debian/rules | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index e275bc2..63068e5 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,9 @@ Build-Depends-Indep: libmaven-shade-plugin-java,
default-jdk-doc,
libatinject-jsr330-api-java-doc,
libmaven-javadoc-plugin-java,
- openjfx
+ openjfx,
+ xauth,
+ xvfb
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/afterburner.fx.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/afterburner.fx.git
diff --git a/debian/rules b/debian/rules
index 5985cac..15ab195 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,8 @@
%:
dh $@
+override_dh_auto_test:
+ xvfb-run dh_auto_test
+
get-orig-source:
uscan --download-current-version --force-download --no-symlink
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/afterburner.fx.git
More information about the pkg-java-commits
mailing list