Skip to content
Snippets Groups Projects
Verified Commit 2a09be43 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

add default-jdk to the alternate packages for javap for Debian;...

add default-jdk to the alternate packages for javap for Debian; default-jdk-headless is not available in older Debian releases
parent 7e565fe1
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class RequiredToolNotFound(Exception):
'FreeBSD': 'cdrtools',
},
'javap': {
'debian': 'default-jdk-headless | java-sdk',
'debian': 'default-jdk-headless | default-jdk | java-sdk',
'arch': 'java-environment',
},
'llvm-bcanalyzer': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment