Commit e86b4d64 authored by daryl herzmann's avatar daryl herzmann Committed by GitHub

OF-1169 better requirement for java 7+ on debian (#624)

parent dbdb7d01
...@@ -2,14 +2,14 @@ Source: openfire ...@@ -2,14 +2,14 @@ Source: openfire
Section: net Section: net
Priority: optional Priority: optional
Maintainer: Ignite Realtime Community <admin@igniterealtime.org> Maintainer: Ignite Realtime Community <admin@igniterealtime.org>
Build-Depends: debhelper (>= 5), cdbs, patchutils, openjdk-7-jdk | oracle-j2sdk1.7 , ant Build-Depends: debhelper (>= 5), cdbs, patchutils, java-runtime (>= 1.7), ant
Standards-Version: 3.7.2 Standards-Version: 3.7.2
Homepage: http://www.igniterealtime.org Homepage: http://www.igniterealtime.org
Package: openfire Package: openfire
Section: net Section: net
Priority: optional Priority: optional
Pre-Depends: openjdk-7-jre-headless | openjdk-7-jre | oracle-java7-jre Pre-Depends: java-runtime-headless (>= 1.7)
Architecture: all Architecture: all
Description: A high performance XMPP (Jabber) server. Description: A high performance XMPP (Jabber) server.
Openfire is an instant messaging server that implements the XMPP Openfire is an instant messaging server that implements the XMPP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment