mockito 1.9.5+ds-1 source package in Ubuntu
Changelog
mockito (1.9.5+ds-1) unstable; urgency=low * New maintainer. (Closes: #711832) * New upstream release. * debian/control: - Bump Standards-Version to 3.9.4, no changes. - Remove versioned build-dep on javahelper which is trivially satisfied now. - Use canonical Vcs-URI. - Suggest libmockito-java-doc. - Update homepage field. * debian/copyright: - Update debian/copyright. Add BSD-3-clause license. * Drop libmockito-java-doc.doc-base file. Let javahelper install it automatically. * Build the Javadoc documentation at build time and use libmockito-java-doc.javadoc to install it. Do not use pre-built html files anymore and remove the install file. * Update pom.xml for new upstream release. * Refresh all patches. * debian/rules: - Improve get-orig-source-target to produce identical tarballs. - Remove unneeded override targets. - Use xz compression. * Update debian/watch and make the extension regex more flexible. -- Markus Koschany <email address hidden> Sat, 15 Jun 2013 21:11:04 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mockito_1.9.5+ds-1.dsc | 2.1 KiB | 8b65c85265708a2bf0e2687b872ab4283a4087ff2405b3158093985b8b1fbc01 |
mockito_1.9.5+ds.orig.tar.xz | 109.6 KiB | de8c1b2ada097f007b74a0342a12c8cad3e9f43691af297a5aea16a632598010 |
mockito_1.9.5+ds-1.debian.tar.gz | 7.3 KiB | 4155406ee42bcce3e59d66162e8679e49ff8a637c2b691231b4fdb6e4a00c37b |
Available diffs
- diff from 1.9.0+ds1-2.2 to 1.9.5+ds-1 (516.4 KiB)
No changes file available.
Binary packages built by this source
- libmockito-java: mocking framework for Java
Mockito is a mocking library which lets you write tests with a
clean and simple API.
.
It generates mocks using reflection, it records all mock invocations,
including methods arguments.
- libmockito-java-doc: mocking framework for Java - documentation
Mockito is a mocking library which lets you write tests with a
clean and simple API.
.
This package contains the JavaDoc documentation for Mockito.