The following commit has been merged in the master branch:
commit 8540785166e36776fec04b0a6934a468df0be8d3
Author: Giovanni Mascellani <[email protected]>
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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to