jclassinfo 0.19.1-6 source package in Ubuntu

Changelog

jclassinfo (0.19.1-6) unstable; urgency=low

  * Switch to dh 7 and its wonderful sequencer
  * Bump compatibility level accordingly
  * Now conforms to standards 3.9.2
  * Switch to format 3.0 (quilt)
  * Drop dependencies on dpatch
  * Drop README.source
  * Now recognizing newer JVMs (closes: #623158)
  * Find the flaw in the computations of the string size (closes: #613367)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:57:39 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Java Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe devel

Downloads

File Size SHA-256 Checksum
jclassinfo_0.19.1.orig.tar.gz 376.4 KiB 7f998cb9daa56f490f1957bde021974d5eb797891ff2414514a9623f158d50ab
jclassinfo_0.19.1-6.debian.tar.gz 6.4 KiB 7b051d7cbdb5c10998c1d61c976fbd782668ddd347c22cdb9823ee4bfae29c61
jclassinfo_0.19.1-6.dsc 1.3 KiB b2180f74a9a624637873303bd847eacfa92d5a4f08e51531048a8b71cf09bbe8

Available diffs

View changes file

Binary packages built by this source

jclassinfo: extracts information from Java class files

 jclassinfo reads Java class files and extract useful information
 from them, such as:
   * the classes/methods/constants/fields provided
   * their dependencies
   * the version of the virtual machine necessary to run them
   * a full disassembly of the bytecode
   * other attributes
 .
 Its main advantage over other similar programs is that it is written
 in C, which makes it much faster and more suitable for scripting.