javassist 1:3.21.0-2 source package in Ubuntu

Changelog

javassist (1:3.21.0-2) unstable; urgency=medium

  * Team upload.
  * Switch to compat level 11.
  * wrap-and-sort -sa.
  * Declare compliance with Debian Policy 4.1.4.
  * Add java9.patch and disable the tests. (Closes: #893196)

 -- Markus Koschany <email address hidden>  Sun, 22 Apr 2018 22:14:58 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe libs

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
javassist_3.21.0-2.dsc 2.3 KiB 420981f57afe5cd2577195a83752cea10dddb3bfd9febbad778c5f410dcdbe66
javassist_3.21.0.orig.tar.xz 373.3 KiB ea28f7dac0ac224171fcb4c17608c75bd580b4a9f7ac4c880b0152511aadba2e
javassist_3.21.0-2.debian.tar.xz 5.3 KiB b1f6a1fdf7503f8afb081275cb60a2a6f558ae404861c27a09d6fbefdede7564

Available diffs

No changes file available.

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: No summary available for libjavassist-java-doc in ubuntu cosmic.

No description available for libjavassist-java-doc in ubuntu cosmic.