[DebianGIS-dev] CVS Update: openjump/debian rules

pere at haydn.debian.org pere at haydn.debian.org
Sat Mar 11 12:44:42 UTC 2006


  User: pere    
  Date: 06/03/11 12:44:42

  Modified:    debian   rules
  Log:
  Try to build with jikes.
  
  Revision  Changes    Path
  1.3       +3 -2      openjump/debian/rules
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/rules?annotate=1.3&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/rules?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/rules.diff?r1=1.3&r2=1.2&cvsroot=
  
  -----------------------------------
  
  Index: rules
  ===================================================================
  RCS file: /cvsroot/pkg-grass/openjump/debian/rules,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- rules	11 Mar 2006 12:32:00 -0000	1.2
  +++ rules	11 Mar 2006 12:44:41 -0000	1.3
  @@ -9,13 +9,14 @@
   
   JAVA_HOME := /usr/lib/kaffe
   ANT_HOME := /usr/share/ant
  +DEB_ANT_COMPILER := jikes
   DEB_ANT_ARGS := -f debian/openjump-build.xml
   
  -DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar servlet-2.3 bsf javacc
  +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar
   DEB_ANT_BUILD_TARGET := jar
   
   clean::
  -	rm -rf build
  +	rm -rf build lib
   	
   install/openjump::
   #	install -m 644 dist/bsh-$(UPSTREAM_VERSION).jar debian/bsh/usr/share/java/bsh-$(UPSTREAM_VERSION).jar
  
  
  



More information about the Pkg-grass-devel mailing list