[DebianGIS-dev] r1184 - packages/josm/trunk/debian

nd-guest at alioth.debian.org nd-guest at alioth.debian.org
Sat Oct 13 20:00:51 UTC 2007


Author: nd-guest
Date: 2007-10-13 20:00:51 +0000 (Sat, 13 Oct 2007)
New Revision: 1184

Modified:
   packages/josm/trunk/debian/rules
Log:
- Build with gcj
- josm-0.5 changes have been merged to trunk in up svn



Modified: packages/josm/trunk/debian/rules
===================================================================
--- packages/josm/trunk/debian/rules	2007-10-13 19:59:37 UTC (rev 1183)
+++ packages/josm/trunk/debian/rules	2007-10-13 20:00:51 UTC (rev 1184)
@@ -5,7 +5,9 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 
-JAVA_HOME := /usr/lib/jvm/java-6-sun/
+#JAVA_HOME := /usr/lib/jvm/java-6-sun/
+JAVA_HOME := /usr/lib/jvm/java-gcj/
+
 ANT_HOME  := /usr/share/ant
 DEB_ANT_BUILD_TARGET := dist
 # Dependencies
@@ -14,7 +16,7 @@
 # Docs are already included in the jar file and can be accessed from within josm.
 DEB_INSTALL_DOCS_ALL :=
 
-SVNREPO := http://josm.openstreetmap.de/svn/branch/0.5
+SVNREPO := http://josm.openstreetmap.de/svn/trunk
 DATE := $(shell date +%Y%m%d)
 
 clean/josm::




More information about the Pkg-grass-devel mailing list