remove deprecate compress options and use default ones

see also https://bugs.openjdk.org/browse/JDK-8301124?jql=text%20~%20%22compress%22
This commit is contained in:
Armin Schrenk
2024-01-11 22:59:08 +01:00
parent 22e80e7dac
commit 00fc2a9837
6 changed files with 3 additions and 9 deletions
+1 -2
View File
@@ -60,8 +60,7 @@ ${JAVA_HOME}/bin/jlink \
--strip-native-commands \
--no-header-files \
--no-man-pages \
--strip-debug \
--compress=1
--strip-debug
# create app dir
envsubst '${SEMVER_STR} ${REVISION_NUM}' < ../launcher-gtk2.properties > launcher-gtk2.properties
+1 -2
View File
@@ -31,8 +31,7 @@ override_dh_auto_build:
--strip-native-commands \
--no-header-files \
--no-man-pages \
--strip-debug \
--compress=2
--strip-debug
$(JAVA_HOME)/bin/jpackage \
--type app-image \
--runtime-image runtime \