Codebase list findbugs / 5b79163
Removed junit4 and jdepend from the runtime dependencies Emmanuel Bourg 7 years ago
3 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66 - Depend on libbcel-java (>= 6.0) (Closes: #832842)
77 * Moved the annotations to the libfindbugs-annotations-java package
88 * Depend on libasm-java (>= 5.0) instead of libasm4-java
9 * Removed junit4 and jdepend from the runtime dependencies
910 * debian/watch: Track the release tags on GitHub
1011 * Standards-Version updated to 3.9.8
1112 * Use secure Vcs-* URLs
3030 Architecture: all
3131 Depends: default-jre (>= 2:1.8) | java8-runtime,
3232 java-wrappers,
33 junit4,
3433 libasm-java (>= 5.0),
3534 libbcel-java (>= 6.0),
3635 libcommons-lang-java (>= 2.4),
3837 libfindbugs-annotations-java,
3938 libjaxen-java (>= 1.1.1),
4039 libjcip-annotations-java,
41 libjdepend-java (>= 2.9),
4240 libjformatstring-java (>= 0.10~20081016-2),
4341 libjsr305-java,
4442 ${misc:Depends}
44 # could override fb_javacmd.
55 script.set.default.java=\
66 + . /usr/lib/java-wrappers/java-wrappers.sh\n\
7 + find_jars dom4j junit4 commons-lang jaxen jdepend asm asm-commons asm-tree ant jcip jsr305 jFormatString bcel\n\
7 + find_jars dom4j commons-lang jaxen asm asm-commons asm-tree ant jcip jsr305 jFormatString bcel\n\
88 + export CLASSPATH=$JAVA_CLASSPATH\n\
99 # Choose default java binary\n\
1010 fb_javacmd=java\n\