javassist 1:3.12.1.ga-1 source package in Ubuntu

Changelog

javassist (1:3.12.1.ga-1) unstable; urgency=low

  * Newer but not newest upstream version.
  * Change debian/watch to point to upstream's svn repository.
  * Add a Maven publish rule for better backwards compatibility.
  * Switch to debhelper level 7.
  * Update Standards-Version: 3.9.2.
  * Remove Java runtime from Depends.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:00:10 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
javassist_3.12.1.ga.orig.tar.gz 394.0 KiB b3e89c8c8114a8a07b3176981ac1040b3ae3f5fe8b99c26e1ebd0a672ab3fe03
javassist_3.12.1.ga-1.debian.tar.gz 3.9 KiB ac0a280914b280f0d3e1cee5a803d8d197826d6f30ac81abc3c3c01a64642591
javassist_3.12.1.ga-1.dsc 1.5 KiB 40c9b0c3c4ffb6ec4b290ff4a1224fbeaa55f9f8453cac183691455ea29a88d3

Available diffs

View changes file

Binary packages built by this source

libjavassist-java: library for editing bytecodes in Java

 This library makes Java bytecode manipulation simple. It enables Java
 programs to define a new class at runtime and to modify a class file
 when the JVM loads it.
 .
 Unlike other bytecode editors, Javassist provides two levels of API:
 source level and bytecode level. With the source-level API, users can
 edit a class file without knowledge of the specifications of the Java
 bytecode. You can even specify inserted bytecode in the form of source
 text; Javassist compiles it on the fly. On the other hand, the
 bytecode-level API allows the users to directly edit a class file as
 other editors.

libjavassist-java-doc: library for editing bytecodes in Java -- documentation

 This library makes Java bytecode manipulation simple. It enables Java
 programs to define a new class at runtime and to modify a class file
 when the JVM loads it.
 .
 Unlike other bytecode editors, Javassist provides two levels of API:
 source level and bytecode level. With the source-level API, users can
 edit a class file without knowledge of the specifications of the Java
 bytecode. You can even specify inserted bytecode in the form of source
 text; Javassist compiles it on the fly. On the other hand, the
 bytecode-level API allows the users to directly edit a class file as
 other editors.
 .
 This package includes the documentation.