[zoo-project] 03/03: Enable Java support.

Bas Couwenberg sebastic at debian.org
Mon Jun 27 23:57:25 UTC 2016


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

sebastic pushed a commit to branch master
in repository zoo-project.

commit 39885e7aa53a770b90cbd2e2f855867f4f01d66f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Jun 27 21:41:32 2016 +0200

    Enable Java support.
---
 debian/control | 4 +++-
 debian/rules   | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 0c9e756..33f7fee 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1.1),
+               default-jdk | java7-sdk,
                cmake,
                bison,
                flex,
@@ -35,7 +36,8 @@ X-Python-Version: >= 2.7
 
 Package: zoo-kernel
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: default-jre-headless | java7-runtime-headless,
+         ${shlibs:Depends},
          ${misc:Depends}
 Description: C Kernel able to manage and chain WPS services
  ZOO-Project is a WPS (Web Processing Service) open source project
diff --git a/debian/rules b/debian/rules
index 9e1b566..85231ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,7 @@ override_dh_auto_configure:
 	                  --builddirectory=zoo-project/zoo-kernel \
 	                  -- --with-python \
 	                     --with-js \
+	                     --with-java=/usr/lib/jvm/default-java \
 	                     --with-cgal=/usr \
 	                     --with-mapserver=/usr \
 	                     --with-ms-version=7 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/zoo-project.git



More information about the Pkg-grass-devel mailing list