bcel 6.0-1 source package in Ubuntu

Changelog

bcel (6.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - New build dependencies on libcommons-lang3-java and libjna-platform-java
  * Relocated the org.apache.bcel:bcel:5.x artifact
    to org.apache.bcel:bcel:debian
  * Enabled the OSGi metadata
  * Build with the DH sequencer instead of CDBS
  * Standards-Version updated to 3.9.8
  * Use secure Vcs-* URLs

 -- Emmanuel Bourg <email address hidden>  Fri, 15 Jul 2016 01:07:32 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bcel_6.0-1.dsc 2.1 KiB 31421ec262ee1c04173d3ae3e520898c6bef59c78b6d45a3d97a31b3dbf16ca0
bcel_6.0.orig.tar.xz 669.7 KiB 56b7e04d872c81c957a378d1c15aa1019733e5ba172aa57bead2c44f0ee64780
bcel_6.0-1.debian.tar.xz 5.5 KiB 291ef3564d418811a6f79453bc084bcf32caffc18191aad8c1918990a6193a40

No changes file available.

Binary packages built by this source

libbcel-java: No summary available for libbcel-java in ubuntu artful.

No description available for libbcel-java in ubuntu artful.

libbcel-java-doc: Documentation for Byte Code Engineering Library (BCEL)

 The Byte Code Engineering Library is intended to give users a convenient
 possibility to analyze, create, and manipulate (binary) Java class files
 (those ending with .class). Classes are represented by objects which contain
 all the symbolic information of the given class: methods, fields and byte
 code instructions, in particular.
 .
 Such objects can be read from an existing file, be transformed by a program
 (e.g. a class loader at run-time) and dumped to a file again. An even more
 interesting application is the creation of classes from scratch at run-time.
 The Byte Code Engineering Library (BCEL) may be also useful if you want to
 learn about the Java Virtual Machine (JVM) and the format of Java .class
 files.
 .
 This package contains the API (javadoc) documentation.