[diffoscope] 01/02: default-jdk-headless is enough to have javap, instead of all of defaul-jdk
Mattia Rizzolo
mattia at debian.org
Sat Aug 13 15:42:25 CEST 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit 653ccee03b06b6c57e4e1f9643a4e61abcc6b8f3
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sat Aug 13 13:17:50 2016 +0000
default-jdk-headless is enough to have javap, instead of all of defaul-jdk
---
diffoscope/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 5c0507f..a72323f 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -106,7 +106,7 @@ class RequiredToolNotFound(Exception):
'FreeBSD': 'cdrtools',
},
'javap': {
- 'debian': 'default-jdk | java-sdk',
+ 'debian': 'default-jdk-headless | java-sdk',
'arch': 'java-environment',
},
'llvm-bcanalyzer': {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list