File: README.source

package info (click to toggle)
mathpiper 0.81f%2Bsvn4469%2Bdfsg3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 36,572 kB
  • sloc: java: 57,479; lisp: 13,721; objc: 1,300; xml: 988; makefile: 114; awk: 95; sh: 38
file content (46 lines) | stat: -rw-r--r-- 1,334 bytes parent folder | download | duplicates (3)
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).