File tree Expand file tree Collapse file tree 30 files changed +121
-0
lines changed
jdk/debian/src/main/packaging/temurin
jre/debian/src/main/packaging/temurin
jdk/debian/src/main/packaging/temurin
jre/debian/src/main/packaging/temurin Expand file tree Collapse file tree 30 files changed +121
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ override_dh_auto_clean:
2626override_dh_auto_test :
2727override_dh_auto_build :
2828override_dh_strip :
29+ # Don't let dh_strip_nondeterminism rewrite JDK jars/jmods used by jlink
30+ # https://github.com/adoptium/installer/issues/1274
31+ override_dh_strip_nondeterminism :
32+ dh_strip_nondeterminism -Xjrt-fs.jar -Xjmods -X$(jvm_home ) /$(jvm_dir )
2933override_dh_auto_install :
3034 # Download and verify checksum of JDK
3135 wget --progress=dot:mega -O jdk.tar.gz $($(DEB_HOST_ARCH ) _tarball_url)
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ override_dh_auto_clean:
2828override_dh_auto_test :
2929override_dh_auto_build :
3030override_dh_strip :
31+ # Don't let dh_strip_nondeterminism rewrite JDK jars/jmods used by jlink
32+ # https://github.com/adoptium/installer/issues/1274
33+ override_dh_strip_nondeterminism :
34+ dh_strip_nondeterminism -Xjrt-fs.jar -Xjmods -X$(jvm_home ) /$(jvm_dir )
3135override_dh_auto_install :
3236 # Download and verify checksum of JDK
3337 wget --progress=dot:mega -O jdk.tar.gz $($(DEB_HOST_ARCH ) _tarball_url)
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ override_dh_auto_clean:
2626override_dh_auto_test :
2727override_dh_auto_build :
2828override_dh_strip :
29+ # Don't let dh_strip_nondeterminism rewrite JDK jars/jmods used by jlink
30+ # https://github.com/adoptium/installer/issues/1274
31+ override_dh_strip_nondeterminism :
32+ dh_strip_nondeterminism -Xjrt-fs.jar -Xjmods -X$(jvm_home ) /$(jvm_dir )
2933override_dh_auto_install :
3034 # Download and verify checksum of JDK
3135 wget --progress=dot:mega -O jdk.tar.gz $($(DEB_HOST_ARCH ) _tarball_url)
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ override_dh_auto_clean:
2020override_dh_auto_test :
2121override_dh_auto_build :
2222override_dh_strip :
23+ # Don't let dh_strip_nondeterminism rewrite JDK jars/jmods used by jlink
24+ # https://github.com/adoptium/installer/issues/1274
25+ override_dh_strip_nondeterminism :
26+ dh_strip_nondeterminism -Xjrt-fs.jar -Xjmods -X$(jvm_home ) /$(jvm_dir )
2327override_dh_auto_install :
2428 # Download and verify checksum of JDK
2529 wget --progress=dot:mega -O jdk.tar.gz $($(DEB_HOST_ARCH ) _tarball_url)
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ override_dh_auto_clean:
2626override_dh_auto_test :
2727override_dh_auto_build :
2828override_dh_strip :
29+ # Don't let dh_strip_nondeterminism rewrite JDK jars/jmods used by jlink
30+ # https://github.com/adoptium/installer/issues/1274
31+ override_dh_strip_nondeterminism :
32+ dh_strip_nondeterminism -Xjrt-fs.jar -Xjmods -X$(jvm_home ) /$(jvm_dir )
2933override_dh_auto_install :
3034 # Download and verify checksum of JDK
3135 wget --progress=dot:mega -O jdk.tar.gz $($(DEB_HOST_ARCH ) _tarball_url)
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ override_dh_auto_clean:
2626override_dh_auto_test :
2727override_dh_auto_build :
2828override_dh_strip :
29+ # Don't let dh_strip_nondeterminism rewrite JDK jars/jmods used by jlink
30+ # https://github.com/adoptium/installer/issues/1274
31+ override_dh_strip_nondeterminism :
32+ dh_strip_nondeterminism -Xjrt-fs.jar -Xjmods -X$(jvm_home ) /$(jvm_dir )
2933override_dh_auto_install :
3034 # Download and verify checksum of JDK
3135 wget --progress=dot:mega -O jdk.tar.gz $($(DEB_HOST_ARCH ) _tarball_url)
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ override_dh_auto_clean:
2727override_dh_auto_test :
2828override_dh_auto_build :
2929override_dh_strip :
30+ # Don't let dh_strip_nondeterminism rewrite JDK jars/jmods used by jlink
31+ # https://github.com/adoptium/installer/issues/1274
32+ override_dh_strip_nondeterminism :
33+ dh_strip_nondeterminism -Xjrt-fs.jar -Xjmods -X$(jvm_home ) /$(jvm_dir )
3034override_dh_auto_install :
3135 # Download and verify checksum of JDK
3236 wget --progress=dot:mega -O jdk.tar.gz $($(DEB_HOST_ARCH ) _tarball_url)
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ override_dh_auto_clean:
2525override_dh_auto_test :
2626override_dh_auto_build :
2727override_dh_strip :
28+ # Don't let dh_strip_nondeterminism rewrite JDK jars/jmods used by jlink
29+ # https://github.com/adoptium/installer/issues/1274
30+ override_dh_strip_nondeterminism :
31+ dh_strip_nondeterminism -Xjrt-fs.jar -Xjmods -X$(jvm_home ) /$(jvm_dir )
2832override_dh_auto_install :
2933 # Download and verify checksum of JDK
3034 wget --progress=dot:mega -O jdk.tar.gz $($(DEB_HOST_ARCH ) _tarball_url)
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ override_dh_auto_clean:
2626override_dh_auto_test :
2727override_dh_auto_build :
2828override_dh_strip :
29+ # Don't let dh_strip_nondeterminism rewrite JDK jars/jmods used by jlink
30+ # https://github.com/adoptium/installer/issues/1274
31+ override_dh_strip_nondeterminism :
32+ dh_strip_nondeterminism -Xjrt-fs.jar -Xjmods -X$(jvm_home ) /$(jvm_dir )
2933override_dh_auto_install :
3034 # Download and verify checksum of JRE
3135 wget --progress=dot:mega -O jre.tar.gz $($(DEB_HOST_ARCH ) _tarball_url)
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ override_dh_auto_clean:
2828override_dh_auto_test :
2929override_dh_auto_build :
3030override_dh_strip :
31+ # Don't let dh_strip_nondeterminism rewrite JDK jars/jmods used by jlink
32+ # https://github.com/adoptium/installer/issues/1274
33+ override_dh_strip_nondeterminism :
34+ dh_strip_nondeterminism -Xjrt-fs.jar -Xjmods -X$(jvm_home ) /$(jvm_dir )
3135override_dh_auto_install :
3236 # Download and verify checksum of JRE
3337 wget --progress=dot:mega -O jre.tar.gz $($(DEB_HOST_ARCH ) _tarball_url)
You can’t perform that action at this time.
0 commit comments