[SCM] Mathpiper: a Java Computer Algebra System branch, master, updated. debian/0.0.svn2556-3-16-g8b41131
Giovanni Mascellani
mascellani at poisson.phc.unipi.it
Sat Nov 26 23:26:07 UTC 2011
The following commit has been merged in the master branch:
commit 9103a0c9dcf351860c1f34bb5a9f30f50461f618
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Sun Nov 27 00:11:40 2011 +0100
Add README.source.
diff --git a/debian/README.Debian b/debian/README.Debian
index c6a714a..55336ac 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -4,8 +4,9 @@ README.Debian for package mathpiper
This Debian version of Mathpiper lacks two classes, that are disabled
for technical reason:
- * ParseRubiFiles.java: it requires the external dependency
- matheclipse, which is not in Debian.
+ * ParseRubiFiles.java: it requires the Matheclipse library, which is
+ not in Debian. This class will be reenabled as soon as someone will
+ package Matheclipse in Debian;
* ViewGeoGebra.java: it requires the GeoGebra classes, but in Debian
Mathpiper is used to build GeoGebra. Since I don't want circular
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..d5400be
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,43 @@
+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;
+
+ * Deleteing a few embedded copies of other pieces of software,
+ documented below.
+
+
+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).
diff --git a/debian/TODO.Debian b/debian/TODO.Debian
deleted file mode 100644
index a461fda..0000000
--- a/debian/TODO.Debian
+++ /dev/null
@@ -1,3 +0,0 @@
-
- * Write README.source
-
--
Mathpiper: a Java Computer Algebra System
More information about the pkg-java-commits
mailing list