1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
mathpiper for Debian
--------------------
The upstream source tarball is obtained by the script
get_orig_source.sh by exporing a copy of the SVN tag corresponding to
the desired version and then:
* Deleting the misc/ directory, which are not necessary for the
Debian package;
* Deleting a few embedded copies of other pieces of software,
documented below;
* Deleting a few script files distributed under the non-DFSG-free
license "CCL Public License".
QUILT
This package uses quilt to manage all modifications to the upstream
source. Changes are stored in the source package as diffs in
debian/patches and applied during the build. Please see:
/usr/share/doc/quilt/README.source
for more information on how to apply the patches, modify patches, or
remove a patch.
EMBEDDED SOFTWARE
The following pieces of software are present in the upstream
distribution of Mathpiper, but are not included in the Debian package:
* The JAS (Java Algebra System) library, that is already included in
Debian;
* The Apache Log4J library, that is already included in Debian;
* The Matheclipse library, whose use is disabled in the Debian build
of Mathpiper;
* The JLaTeXMath library, that is already included in Debian;
* The JMathTeX library, that is already included in Debian (and is
not used anyway).
|