Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
Re-enable OpenJFX support, available for OpenJDK 11 again.
· b88d813d
Bas Couwenberg
authored
Nov 03, 2018
Revert "Disable OpenJFX, not available for OpenJDK 9." This reverts commit
2745ce27
.
b88d813d
Set distribution to unstable.
· fbb3e7a9
Bas Couwenberg
authored
Nov 03, 2018
fbb3e7a9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fbb3e7a9
josm (0.0.svn14382+dfsg-2) unstable; urgency=medium
* Re-enable OpenJFX support, available for OpenJDK 11 again.
-- Bas Couwenberg <sebastic@debian.org> Sat, 03 Nov 2018 08:13:20 +0100
josm (0.0.svn14382+dfsg-1) unstable; urgency=medium
* New tested snapshot.
...
...
debian/control
View file @
fbb3e7a9
...
...
@@ -18,8 +18,8 @@ Build-Depends: debhelper (>= 9~),
libgettext-ant-tasks-java,
libgettext-commons-java (>= 0.9.6),
liboauth-signpost-java (>= 1.2),
libterm-readkey-perl
#
openjfx
libterm-readkey-perl
,
openjfx
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/josm
Vcs-Git: https://salsa.debian.org/debian-gis-team/josm.git
...
...
@@ -34,7 +34,7 @@ Depends: default-jre (>= 2:1.9) | java9-runtime,
libcommons-logging-java,
libgettext-commons-java (>= 0.9.6),
liboauth-signpost-java (>= 1.2),
#
openjfx,
openjfx,
proj-data,
${misc:Depends}
Recommends: josm-l10n
...
...
debian/rules
View file @
fbb3e7a9
...
...
@@ -31,7 +31,7 @@ override_dh_auto_build:
# Move translation causing build failure out of the way
mv i18n/po/ca@valencia.po .
dh_auto_build -- -v -d -Ddebian.version=${DEB_VERSION}
-DnoJavaFX=true
dist
dh_auto_build -- -v -d -Ddebian.version=${DEB_VERSION} dist
mv ca@valencia.po i18n/po/
...
...