[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:04 UTC 2011
The following commit has been merged in the master branch:
commit 8540785166e36776fec04b0a6934a468df0be8d3
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Wed Nov 23 08:31:00 2011 +0100
Delete other files when building original tarball from SVN.
diff --git a/debian/TODO.Debian b/debian/TODO.Debian
index 9acf2ce..bcc866f 100644
--- a/debian/TODO.Debian
+++ b/debian/TODO.Debian
@@ -1,3 +1,4 @@
-Files to delete:
- * src/org/mathpiper/builtin/functions/optional/ViewGeoGebra.java
- * src/org/mathpiper/test/matheclipse/ParseRubiFiles.java
\ No newline at end of file
+
+ * Document removed feature in README.Debian
+ * Write README.source
+
diff --git a/debian/get_orig_source.sh b/debian/get_orig_source.sh
index 0fe1ade..c05de35 100755
--- a/debian/get_orig_source.sh
+++ b/debian/get_orig_source.sh
@@ -30,6 +30,8 @@ rm -vfr "$DESTDIR/src/edu"
# Remove other unecessary files
rm -vfr "$DESTDIR/misc"
+rm -vf "$DESTDIR/src/org/mathpiper/test/matheclipse/ParseRubiFiles.java"
+rm -vf "$DESTDIR/src/org/mathpiper/builtin/functions/optional/ViewGeoGebra.java"
# Removes all upstream JARs, DLLs, SOs and JNILIBs
for ext in jar dll so jnilib ; do
--
Mathpiper: a Java Computer Algebra System
More information about the pkg-java-commits
mailing list