[diffoscope] 01/02: add default-jdk to the alternate packages for javap for Debian; default-jdk-headless is not available in older Debian releases
Mattia Rizzolo
mattia at debian.org
Thu Aug 25 16:08:06 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 2a09be4346a3ed2f9225c9ae85c6be3b5e6d08ce
Author: Mattia Rizzolo <mattia at debian.org>
Date: Thu Aug 25 14:07:24 2016 +0000
add default-jdk to the alternate packages for javap for Debian; default-jdk-headless is not available in older Debian releases
---
diffoscope/exc.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/exc.py b/diffoscope/exc.py
index 5f56fe4..d973058 100644
--- a/diffoscope/exc.py
+++ b/diffoscope/exc.py
@@ -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': {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list