Source: jmock
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               javahelper,
               junit,
               libcglib-nodep-java,
               maven-repo-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/jmock
Vcs-Git: https://salsa.debian.org/java-team/jmock.git
Homepage: http://www.jmock.org

Package: libjmock-java
Architecture: all
Depends: ${misc:Depends},
         junit,
         libcglib-nodep-java
Suggests: 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.
 .
 Mock objects help you design and test the interactions between the objects in
 your programs.

Package: libjmock-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: default-jdk-doc
Description: Java library for testing code with mock objects - documentation
 JMock is a library that supports test-driven development of Java code
 with mock objects.
 .
 Mock objects help you design and test the interactions between the objects in
 your programs.
 .
 This package provides javadocs for JMock library.
