This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jmock.
commit 0a6d4a27e228eb46392dbfdfe21312cce259ba06 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 4 11:50:12 2017 +0200 Removed the suggested dependency on libasm4-java --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ce6b777..2e14d65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ jmock (1.2.0-5) UNRELEASED; urgency=medium + * Removed the suggested dependency on libasm4-java * Moved the package to Git * Standards-Version updated to 4.1.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 3e64662..24d0fd0 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Package: libjmock-java Architecture: all Depends: ${misc:Depends} Recommends: junit (>= 3.8.2) -Suggests: libasm4-java, libcglib-java, libjmock-java-doc +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 with mock objects. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jmock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

