[findbugs] 10/18: Removed junit4 and jdepend from the runtime dependencies

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 10 17:55:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository findbugs.

commit 5b7916324b27752fa7df33abadce9e43e6a59254
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Aug 10 11:52:21 2016 +0200

    Removed junit4 and jdepend from the runtime dependencies
---
 debian/changelog                                       | 1 +
 debian/control                                         | 2 --
 debian/patches/0004-FixLibraryInScriptProperties.patch | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6040050..8e9cf2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ findbugs (3.1.0~preview2-1) UNRELEASED; urgency=medium
     - 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 @@ Package: findbugs
 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 @@ Depends: default-jre (>= 2:1.8) | java8-runtime,
          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\

-- 
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