cofoja 1.3-1 source package in Ubuntu

Changelog

cofoja (1.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Removed 02-java8-compatibility.patch (fixed upstream)
    - Replaced 01-remove-version-from-generated-jar.patch with a build parameter
    - Depend on ASM instead of embedding the library
    - Updated debian/rules to the latest Ant build script
  * debian/control:
    - Depend on libasm-java (>= 5.0) instead of libasm4-java
    - Standards-Version updated to 3.9.8
    - Updated the Homepage field
    - Use secure Vcs-* URLs
  * debian/watch: Track the release tags on GitHub

 -- Emmanuel Bourg <email address hidden>  Tue, 04 Oct 2016 11:32:23 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cofoja_1.3-1.dsc 2.0 KiB 5462d212f653c9e57fd3c662462412f00b7c2dc987f4b8d0a28bd5b9f1d44f35
cofoja_1.3.orig.tar.xz 81.1 KiB 7ac4f3882d8b29d021b94d5fbc8047090957060169bd22bea43df562e0f7c033
cofoja_1.3-1.debian.tar.xz 2.8 KiB 576ede2f4b79c3b1f77640eec2ecfd75f455b39d861fe6d3a534c1e81fa97b75

Available diffs

No changes file available.

Binary packages built by this source

libcofoja-java: Java API for annotating code with contracts

 Contracts for Java is a contract programming framework for Java, which
 uses annotation processing and bytecode instrumentation to provide
 run-time checking.
 .
 Contracts for Java enables you to annotate your code with contracts
 in the form of preconditions, postconditions and invariants.
 .
 These contract annotations are:
  - easy to write and read
  - checked at runtime
 Annotating code with contracts helps you:
  * design,
  * document,
  * test, and
  * debug
 programs.