[jmock] 46/48: Promoted junit from the recommended dependencies to the dependencies

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 4 09:56:36 UTC 2017


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

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

commit 71a35396f7afe6762aa159bcaf878468a08e75e1
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Sep 4 11:51:20 2017 +0200

    Promoted junit from the recommended dependencies to the dependencies
---
 debian/changelog | 1 +
 debian/control   | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e14d65..941f007 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 jmock (1.2.0-5) UNRELEASED; urgency=medium
 
+  * Promoted junit from the recommended dependencies to the dependencies
   * Removed the suggested dependency on libasm4-java
   * Moved the package to Git
   * Standards-Version updated to 4.1.0
diff --git a/debian/control b/debian/control
index 24d0fd0..ebba112 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,7 @@ Homepage: http://www.jmock.org
 
 Package: libjmock-java
 Architecture: all
-Depends: ${misc:Depends}
-Recommends: junit (>= 3.8.2)
+Depends: ${misc:Depends}, junit
 Suggests: libcglib-java, libjmock-java-doc
 Description: Java library for testing code with mock objects
  JMock is a library that supports test-driven development of Java code

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jmock.git



More information about the pkg-java-commits mailing list