diff --git a/debian/changelog b/debian/changelog index 6040050..8e9cf2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ - Depend on libbcel-java (>= 6.0) (Closes: #832842) * Moved the annotations to the libfindbugs-annotations-java package * Depend on libasm-java (>= 5.0) instead of libasm4-java + * Removed junit4 and jdepend from the runtime dependencies * debian/watch: Track the release tags on GitHub * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 6d8db39..0ed5530 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,6 @@ Architecture: all Depends: default-jre (>= 2:1.8) | java8-runtime, java-wrappers, - junit4, libasm-java (>= 5.0), libbcel-java (>= 6.0), libcommons-lang-java (>= 2.4), @@ -39,7 +38,6 @@ libfindbugs-annotations-java, libjaxen-java (>= 1.1.1), libjcip-annotations-java, - libjdepend-java (>= 2.9), libjformatstring-java (>= 0.10~20081016-2), libjsr305-java, ${misc:Depends} diff --git a/debian/patches/0004-FixLibraryInScriptProperties.patch b/debian/patches/0004-FixLibraryInScriptProperties.patch index 5f8720f..3c35481 100644 --- a/debian/patches/0004-FixLibraryInScriptProperties.patch +++ b/debian/patches/0004-FixLibraryInScriptProperties.patch @@ -5,7 +5,7 @@ # could override fb_javacmd. script.set.default.java=\ + . /usr/lib/java-wrappers/java-wrappers.sh\n\ -+ find_jars dom4j junit4 commons-lang jaxen jdepend asm asm-commons asm-tree ant jcip jsr305 jFormatString bcel\n\ ++ find_jars dom4j commons-lang jaxen asm asm-commons asm-tree ant jcip jsr305 jFormatString bcel\n\ + export CLASSPATH=$JAVA_CLASSPATH\n\ # Choose default java binary\n\ fb_javacmd=java\n\