[libcofoja-java] branch master updated (deb09e4 -> 18b6cbb)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 15 14:37:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository libcofoja-java.
from deb09e4 Changed the get-orig-source target in debian/rules to call uscan
adds f120a83 Imported Upstream version 1.1~r150
new a18ae8f Merge tag 'upstream/1.1_r150'
new 6f9f0c0 Refreshed the patches
new 424858c Replaced the dependency on libasm3-java with libasm4-java
new acfed88 Don't add asm.jar to the Class-Path of cofoja.jar
new 766e227 Require ASM 5 for Java 8
new 18b6cbb Fixed the compilation errors with Java 8
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
README | 2 +-
build.xml | 30 ++--
build/PreAgentAntTask.java | 6 +-
debian/changelog | 9 +-
debian/control | 4 +-
debian/libcofoja-java.manifest | 2 -
.../01-remove-version-from-generated-jar.patch | 2 +-
debian/patches/02-java8-compatibility.patch | 38 ++++
debian/patches/02-set-source-encoding.patch | 51 ------
debian/patches/series | 2 +-
debian/rules | 20 +--
default.properties | 4 +-
.../java/contract/core/agent/ContractAnalyzer.java | 6 +-
.../core/agent/ContractClassFileTransformer.java | 193 +++++++++++++++++++--
.../core/agent/ContractFixingClassAdapter.java | 10 +-
.../contract/core/agent/HelperClassAdapter.java | 9 +-
.../core/agent/LineNumberingClassAdapter.java | 5 +-
.../core/agent/LineNumberingMethodAdapter.java | 3 +-
.../google/java/contract/core/agent/PreMain.java | 14 +-
.../core/agent/SpecificationClassAdapter.java | 5 +-
.../core/agent/SpecificationMethodAdapter.java | 3 +-
.../contract/core/apt/AbstractTypeBuilder.java | 20 ++-
.../contract/core/apt/AnnotationProcessor.java | 6 +-
.../java/contract/core/apt/DiagnosticManager.java | 81 +++++++--
.../google/java/contract/core/apt/TypeBuilder.java | 10 +-
.../google/java/contract/core/util/JavaUtils.java | 56 +++++-
...{SeparateInterface.java => EmptyContracts.java} | 29 ++--
27 files changed, 454 insertions(+), 166 deletions(-)
delete mode 100644 debian/libcofoja-java.manifest
create mode 100644 debian/patches/02-java8-compatibility.patch
delete mode 100644 debian/patches/02-set-source-encoding.patch
copy test/com/google/java/contract/tests/{SeparateInterface.java => EmptyContracts.java} (63%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcofoja-java.git
More information about the pkg-java-commits
mailing list