bcel 5.2-9 source package in Ubuntu

Changelog

bcel (5.2-9) unstable; urgency=low


  * Team upload.

  [Ludovic Claude]
  * Add version constraint on newer maven-repo-helper
  * d/rules: use mh_install instead of mh_installpoms + mh_installjar
  * Add --has-package-version switch in libbcel-java.poms and other
    options for mh_install

  [tony mancill]
  * Apply patch to address FTBFS on JDK7 (Closes: #651146)
    - Thank you to James Page.
  * Fix Vcs-Browser field (Closes: #634835)
  * Add d/libbcel-java.links (workaround for #651901)
  * Bumped Standards-Version to 3.9.2 - no changes required.
  * Upload to unstable.

 -- tony mancill <email address hidden>  Mon, 12 Dec 2011 21:42:34 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main libs

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
bcel_5.2-9.dsc 2.0 KiB 3bfb7883f4fee48a77e12ce43807aba2b90e3de24c9cbbbb4eca798c83054f2f
bcel_5.2.orig.tar.gz 255.3 KiB 68039d59a38379d7b65ea3fc72276c43ba234776460e14361af35771bcaab295
bcel_5.2-9.debian.tar.gz 6.7 KiB d2f9e9aa1177e4b09da1db1752a57c4a346f226011913c3da0790d63e70a9e16

No changes file available.

Binary packages built by this source

libbcel-java: Analyze, create, and manipulate (binary) Java class files

 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.

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.