Skip to content

Commit f4e478b

Browse files
author
Welby McRoberts
committed
Bump version to 26.1.3.Final and adjust java dependency to java-runtime >=8 rather than java8-runtime
1 parent bd34cf1 commit f4e478b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
## debhelper and devscripts packages
1414
##
1515

16-
WF_CURRENT_VERSION = 18.0.1.Final
16+
WF_CURRENT_VERSION = 26.1.3.Final
1717

1818
WF_VERSION := $(or $(version),$(WF_VERSION),$(WF_CURRENT_VERSION))
1919
WF_TARBALL = wildfly-$(WF_VERSION).tar.gz
2020
WF_TARBALL_ORIG = $(subst -,_,$(subst tar.gz,orig.tar.gz,$(WF_TARBALL)))
2121
WF_DIRECTORY = wildfly-$(WF_VERSION)
22-
WF_DOWNLOAD_URL = http://download.jboss.org/wildfly/$(WF_VERSION)/$(WF_TARBALL)
22+
WF_DOWNLOAD_URL = https://github.com/wildfly/wildfly/releases/download/$(WF_VERSION)/$(WF_TARBALL)
2323
WF_DISTRIBUTION := $(or $(distribution),$(WF_DISTRIBUTION),$(shell lsb_release -sc))
2424
GPG_KEY := $(or $(gpg),$(GPG_KEY))
2525
PPA_VERSION := $(or $(ppa_version),$(PPA_VERSION),$(shell cat PPA_VERSION))

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Section: java
1212
Priority: optional
1313
Architecture: all
1414
Homepage: https://github.com/ilanddev/wildfly-debian
15-
Depends: openjdk-8-jre-headless | java8-runtime, adduser, ${misc:Depends}
15+
Depends: java-runtime-headless (>=8) | java-runtime (>=8), adduser, ${misc:Depends}
1616
Description: Wildfly Application Server
1717
WildFly is a flexible, lightweight, managed application runtime that helps
1818
you build amazing applications.

0 commit comments

Comments
 (0)