Re: build package with source and target = java15

2021-05-27 Thread Cyril Richard
> openjdk-15 has been removed from testing, and probably will be removed from > unstable soonish. Maybe use openjdk-16, or even -17 which is likely to become > the next OpenJDK LTS release. Also Emmanuel is already doing test rebuilds > against 17. Thank you so much for the tip. > I don't se

Re: build package with source and target = java15

2021-05-27 Thread Matthias Klose
On 5/19/21 11:06 AM, Cyril Richard wrote: > Hello. > > I'm trying to update my java package with pbuilder before updating it on > debian. This one now uses java15. > Then, the control files: > > Build-Depends: debhelper-compat (= 13), > default-jdk, > javahelper > > does not work anymore

build package with source and target = java15

2021-05-19 Thread Cyril Richard
Hello. I'm trying to update my java package with pbuilder before updating it on debian. This one now uses java15. Then, the control files: Build-Depends: debhelper-compat (= 13), default-jdk, javahelper does not work anymore because default-jdk stands for java11 in the SID build environm