This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository findbugs.
commit b6723447a7f2aceb073263512eb47cddc7263853 Author: tony mancill <[email protected]> Date: Sun Jan 10 08:47:35 2016 -0800 depend on libasm4-java and java7 runtime --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index f2a520d..b8be924 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: ant, help2man, java-wrappers, junit4, - libasm3-java (>= 3.3), + libasm4-java, libbcel-java (>= 6.0~rc3), libcommons-lang-java (>= 2.4), libdom4j-java (>= 1.6.1), @@ -29,10 +29,10 @@ Homepage: http://findbugs.sourceforge.net Package: findbugs Architecture: all -Depends: default-jre | java5-runtime, +Depends: default-jre | java7-runtime, java-wrappers, junit4, - libasm3-java (>= 3.3), + libasm4-java, libbcel-java (>= 6.0~rc3), libcommons-lang-java (>= 2.4), libdom4j-java (>= 1.6.1), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/findbugs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

