Skip to content

Commit

Permalink
Upgrade build dependencies to openjdk7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Bunge committed Jun 1, 2014
1 parent e4c2ac5 commit 9e3ac0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/debian/control
Expand Up @@ -2,14 +2,14 @@ Source: openfire
Section: net
Priority: optional
Maintainer: Ignite Realtime Community <admin@igniterealtime.org>
Build-Depends: debhelper (>= 5), cdbs, patchutils, sun-java6-jdk | oracle-j2sdk1.7 | openjdk-6-jdk | openjdk-7-jdk, ant
Build-Depends: debhelper (>= 5), cdbs, patchutils, openjdk-7-jdk | oracle-j2sdk1.7 , ant
Standards-Version: 3.7.2
Homepage: http://www.igniterealtime.org

Package: openfire
Section: net
Priority: optional
Pre-Depends: sun-java6-jre | default-jre-headless | openjdk-6-jre | openjdk-7-jre | oracle-java7-jre
Pre-Depends: openjdk-7-jre | oracle-java7-jre
Architecture: all
Description: A high performance XMPP (Jabber) server.
Openfire is an instant messaging server that implements the XMPP
Expand Down
2 changes: 1 addition & 1 deletion build/debian/rules
Expand Up @@ -13,7 +13,7 @@ ETCDIR := $(DEST)/etc/openfire
LOGDIR := $(DEST)/var/log/openfire
VARDIR := $(DEST)/var/lib/openfire

JAVA_HOME ?= /usr/lib/jvm/java-6-sun
JAVA_HOME ?= /usr/lib/jvm/java-7-openjdk-amd64
DEB_ANT_BUILDFILE := build/build.xml
DEB_ANT_CLEAN_TARGET := clean

Expand Down

2 comments on commit 9e3ac0d

@akrherz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SvenBunge
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My fault. I should replace default-jre-headless with openjdk-7-jre-headless. See PR #206

Please sign in to comment.