This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jasmin-sable.

commit e7746b0ab37dadd3d84c8effdb1af808cb194c14
Author: Chris Lamb <[email protected]>
Date:   Sun Feb 10 16:52:22 2008 +0000

    Remove old cruft.
    
    Signed-off-by: Chris Lamb <[email protected]>
---
 debian/Makefile-jasmin          | 37 -------------------------------------
 debian/patches/01-compile.diff  | 12 ------------
 debian/patches/02-makefile.diff | 40 ----------------------------------------
 3 files changed, 89 deletions(-)

diff --git a/debian/Makefile-jasmin b/debian/Makefile-jasmin
deleted file mode 100644
index 4ddaa8c..0000000
--- a/debian/Makefile-jasmin
+++ /dev/null
@@ -1,37 +0,0 @@
-# Helper makefile by Grzegorz B. Prokopski <[email protected]>
-# Written for Debian package, available under FSF's LGPL conditions
-
-all: compile
-
-
-clean:
-       rm -f ./compile-stamp ./jasmin-sable.jar
-       find ./classes -name \*.class |xargs rm -f
-       find ./lib/cup/classes -name \*.class |xargs rm -f
-       find ./lib/jas/classes -name \*.class |xargs rm -f
-       find ./lib/jas/src/scm -name \*.class |xargs rm -f
-       rm -f ./src/jasmin/parser.java ./src/jasmin/sym.java
-
-compile: compile-stamp
-
-compile-stamp:
-       ./bin/compile_all.sh
-       fastjar -c -f ./jasmin-sable.jar -C classes .
-       touch ./compile-stamp
-
-install: compile-stamp
-       @(if [ "X$$PREFIX" == "X" ]; then \
-         echo 'use something like: make install PREFIX=/usr/local [ 
DEST=/tmp/usr ]'; \
-       else \
-         if [ "X$$DEST" == "X" ]; then DEST=$$PREFIX; fi; \
-         echo installing jasmin for $PREFIX in $$DEST  : bin/jasmin, 
share/java/jasmin-sable.jar ;\
-         set -e; \
-         mkdir -p $$DEST/share/java $$DEST/bin 
$$DEST/share/doc/jasmin-sable/examples; \
-         cp ./examples/* $$DEST/share/doc/jasmin-sable/examples; \
-         cp -f ./jasmin-sable.jar $$DEST/share/java/jasmin-sable.jar; \
-         echo '#! /bin/sh' >$$DEST/bin/jasmin; \
-         echo -n "exec java -cp $$PREFIX/share/java/jasmin-sable.jar 
jasmin.Main " >>$$DEST/bin/jasmin; \
-         echo '$$*' >>$$DEST/bin/jasmin; \
-         chmod +x $$DEST/bin/jasmin; \
-         echo "jasmin is now installed no your system"; \
-       fi)
diff --git a/debian/patches/01-compile.diff b/debian/patches/01-compile.diff
deleted file mode 100644
index 92f34da..0000000
--- a/debian/patches/01-compile.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- jasmin-sable-1.2.orig/lib/jas/src/compile.sh
-+++ jasmin-sable-1.2/lib/jas/src/compile.sh
-@@ -41,7 +41,7 @@
- echo "Compiling autogenerator..."
- (cd scm/autogen; ${JAVAC} -d . autogen.java; cp autogen.class ..)
- echo "Creating scm/jas interface..."
--(cd scm; ${JAVA} -cp .:${CLASSPATH} autogen; cp autogen.class ${TARGET})
-+(cd scm; ${JAVA} -cp .:${CLASSPATH}:autogen autogen; cp autogen.class 
${TARGET})
- 
- # Compile scm package
- 
-
diff --git a/debian/patches/02-makefile.diff b/debian/patches/02-makefile.diff
deleted file mode 100644
index 6702406..0000000
--- a/debian/patches/02-makefile.diff
+++ /dev/null
@@ -1,40 +0,0 @@
---- jasmin-sable-1.2.orig/Makefile
-+++ jasmin-sable-1.2/Makefile
-@@ -0,0 +1,37 @@
-+# Helper makefile by Grzegorz B. Prokopski <[email protected]>
-+# Written for Debian package, available under FSF's LGPL conditions
-+
-+all: compile
-+
-+
-+clean:
-+      rm -f ./compile-stamp ./jasmin-sable.jar
-+      find ./classes -name \*.class |xargs rm -f
-+      find ./lib/cup/classes -name \*.class |xargs rm -f
-+      find ./lib/jas/classes -name \*.class |xargs rm -f
-+      find ./lib/jas/src/scm -name \*.class |xargs rm -f
-+      rm -f ./src/jasmin/parser.java ./src/jasmin/sym.java
-+
-+compile: compile-stamp
-+
-+compile-stamp:
-+      ./bin/compile_all.sh
-+      fastjar -c -f ./jasmin-sable.jar -C classes .
-+      touch ./compile-stamp
-+
-+install: compile-stamp
-+      @(if [ "X$$PREFIX" == "X" ]; then \
-+        echo 'use something like: make install PREFIX=/usr/local [ 
DEST=/tmp/usr ]'; \
-+      else \
-+        if [ "X$$DEST" == "X" ]; then DEST=$$PREFIX; fi; \
-+        echo installing jasmin for $PREFIX in $$DEST  : bin/jasmin, 
share/java/jasmin-sable.jar ;\
-+        set -e; \
-+        mkdir -p $$DEST/share/java $$DEST/bin 
$$DEST/share/doc/jasmin-sable/examples; \
-+        cp ./examples/* $$DEST/share/doc/jasmin-sable/examples; \
-+        cp -f ./jasmin-sable.jar $$DEST/share/java/jasmin-sable.jar; \
-+        echo '#! /bin/sh' >$$DEST/bin/jasmin; \
-+        echo -n "exec java -cp $$PREFIX/share/java/jasmin-sable.jar 
jasmin.Main " >>$$DEST/bin/jasmin; \
-+        echo '$$*' >>$$DEST/bin/jasmin; \
-+        chmod +x $$DEST/bin/jasmin; \
-+        echo "jasmin is now installed no your system"; \
-+      fi)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/jasmin-sable.git

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

Reply via email to