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), javahelper (>= 0.29), ant, cdbs, ant-optional,
 maven-repo-helper
Build-Depends-Indep: default-jdk, libhamcrest-java (>= 1.3), libcglib-java, libasm3-java,
 junit4, bsh, libobjenesis-java
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-java/jmock2.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jmock2.git
Homepage: http://www.jmock.org/

Package: libjmock2-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}, libcglib-java, libobjenesis-java
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
