1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Upstream source archives
========================
Location
--------
The source archives can be found at URLs of the type
http://heasarc.gsfc.nasa.gov/docs/heasarc/fits/java/vx.x/vx.x.x/ .
The source archive files are all named "fits_src.jar".
Resorting
---------
The original jar archive is automatically resorted into a versioned
tarball ("libfits-java_1.15.1.orig.tar.gz" for the current
version) by "uscan".
Build system
============
To compile the sources to class files, to put them into a jar archive,
and to generate the API ("javadoc") documentation, we added an "ant"
build system to the original sources.
|