Source: jmock2
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com>, Stephen Nelson <stephen@eccostudio.com>
Build-Depends:
 debhelper (>= 9),
 maven-debian-helper (>= 2.0)
Build-Depends-Indep:
 bsh,
 default-jdk,
 junit4,
 libasm-java (>= 5.0),
 libcglib-java (>= 3.0),
 libhamcrest-java (>= 1.3),
 libmaven-dependency-plugin-java,
 libmaven-exec-plugin-java,
 libmaven-javadoc-plugin-java,
 libobjenesis-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jmock2.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jmock2.git
Homepage: http://www.jmock.org/

Package: libjmock2-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java library for testing code with mock objects
 Mock objects help you design and test the interactions between the objects in
 your programs.
 The jMock library:
  * makes it quick and easy to define mock objects, so you don't break the
    rhythm of programming.
  * lets you precisely specify the interactions between your objects, reducing
    the brittleness of your tests.
  * works well with the autocompletion and refactoring features of your IDE
  * plugs into your favourite test framework
  * is easy to extend.

Package: libjmock2-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libjmock2-java
Description: Documentation for jmock2
 Mock objects help you design and test the interactions between the objects in
 your programs.
 The jMock library:
  * makes it quick and easy to define mock objects, so you don't break the
    rhythm of programming.
  * lets you precisely specify the interactions between your objects, reducing
    the brittleness of your tests.
  * works well with the autocompletion and refactoring features of your IDE
  * plugs into your favourite test framework
  * is easy to extend.
 .
 This is the API documentation for jmock2
