Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
2d7c2213
Commit
2d7c2213
authored
Mar 23, 2016
by
Dave Cridland
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #564 from akrherz/of1115
OF-1115 Use Java 8 for Debian packaging
parents
c8320376
6e7f1633
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
control
build/debian/control
+2
-2
rules
build/debian/rules
+1
-1
No files found.
build/debian/control
View file @
2d7c2213
...
...
@@ -2,14 +2,14 @@ Source: openfire
Section: net
Priority: optional
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, openjdk-
8-jdk | oracle-j2sdk1.8
, ant
Standards-Version: 3.7.2
Homepage: http://www.igniterealtime.org
Package: openfire
Section: net
Priority: optional
Pre-Depends: openjdk-
7-jre-headless | openjdk-7-jre | oracle-java7
-jre
Pre-Depends: openjdk-
8-jre-headless | openjdk-8-jre | oracle-java8
-jre
Architecture: all
Description: A high performance XMPP (Jabber) server.
Openfire is an instant messaging server that implements the XMPP
...
...
build/debian/rules
View file @
2d7c2213
...
...
@@ -13,7 +13,7 @@ ETCDIR := $(DEST)/etc/openfire
LOGDIR := $(DEST)/var/log/openfire
VARDIR := $(DEST)/var/lib/openfire
JAVA_HOME ?= /usr/lib/jvm/java-
7
-openjdk-amd64
JAVA_HOME ?= /usr/lib/jvm/java-
8
-openjdk-amd64
DEB_ANT_BUILDFILE := build/build.xml
DEB_ANT_CLEAN_TARGET := clean
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment