[findbugs] 02/08: Depend on default-jre | java5-runtime (Closes: #793860)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Dec 10 14:33:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository findbugs.
commit 27691cd4d6f3ef12e1f4d91fddba3511897a65ca
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Dec 10 15:13:42 2015 +0100
Depend on default-jre | java5-runtime (Closes: #793860)
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2ea9bf9..534e366 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ findbugs (2.0.3+repack-2) UNRELEASED; urgency=medium
* Team upload.
* Fixed the compilation failure with BCEL 6.0 RC3 (Closes: #796430)
+ * Depend on default-jre | java5-runtime (Closes: #793860)
-- Emmanuel Bourg <ebourg at apache.org> Thu, 10 Dec 2015 15:09:26 +0100
diff --git a/debian/control b/debian/control
index 8ad785e..fd2f310 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Depends: ${misc:Depends}, libdom4j-java (>= 1.6.1), junit4,
libjcip-annotations-java, java-wrappers,
libfindbugs-bcel-java (>= 6.0~20130831),
libjsr305-java, libjformatstring-java (>= 0.10~20081016-2),
- default-jre
+ default-jre | java5-runtime
Description: Static java code analyzer to find bugs
Findbugs is a program which uses static analysis to look for bugs in Java
code. It can analyze programs compiled for any version of Java, from 1.0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/findbugs.git
More information about the pkg-java-commits
mailing list