[css2xslfo] 11/13: Specify headless JRE.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jan 19 14:33:05 UTC 2014


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

mithrandi pushed a commit to branch master
in repository css2xslfo.

commit 5b4e0fb86983f4034b3ff6d72ffb30d9172b5e7b
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sun Jan 19 16:17:33 2014 +0200

    Specify headless JRE.
---
 debian/control | 2 +-
 debian/rules   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 80dce16..4b00aae 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 3.9.5
 
 Package: css2xslfo
 Architecture: all
-Depends: default-jre-headless, jarwrapper, ${java:Depends}, ${misc:Depends}
+Depends: jarwrapper, ${java:Depends}, ${misc:Depends}
 Description: XML+CSS2 to XSL-FO converter
  CSSToXSLFO is a utility which can convert an XML document, together with a
  CSS2 style sheet, into an XSL-FO document, which can then be converted into
diff --git a/debian/rules b/debian/rules
index 6640544..e9f2725 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,6 @@ override_dh_auto_clean:
 
 override_dh_installchangelogs:
 	dh_installchangelogs -k res/release_notes.txt
+
+override_jh_depends:
+	jh_depends --jvm=headless

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/css2xslfo.git



More information about the pkg-java-commits mailing list