[libjxp-java] 01/05: Fixed the test error on headless systems
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Feb 15 21:31:05 GMT 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libjxp-java.
commit ae53ca902b92fbd484906e79b8f7f13063b32c29
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Feb 15 22:00:44 2016 +0100
Fixed the test error on headless systems
---
debian/changelog | 7 +++++++
debian/control | 4 +++-
debian/rules | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index acc2212..3971f45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libjxp-java (1.6.1-6) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fixed the test error on headless systems
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 15 Feb 2016 22:00:15 +0100
+
libjxp-java (1.6.1-5) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 552ec3a..a2a0d35 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,9 @@ Build-Depends-Indep: default-jdk,
libcommons-fileupload-java,
libonemind-commons-invoke-java,
libonemind-commons-java-java,
- libservlet3.0-java
+ libservlet3.0-java,
+ xauth,
+ xvfb
Standards-Version: 3.9.5
Homepage: http://jxp.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/pkg-java/libjxp-java.git
diff --git a/debian/rules b/debian/rules
index c54602e..2a8b8e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,4 +14,4 @@ override_dh_auto_build:
ln -s /usr/share/java/commons-invoke.jar target/lib/commons-invoke.jar
ln -s /usr/share/java/commons-fileupload.jar target/lib/commons-fileupload.jar
- DISPLAY="" dh_auto_build -- jar javadoc
+ xvfb-run dh_auto_build -- jar javadoc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjxp-java.git
More information about the pkg-java-commits
mailing list