[DebianGIS-dev] [SCM] gpsprune branch, master, updated. debian/9-2-7-g0b31172

David Paleino dapal at debian.org
Wed May 5 21:43:58 UTC 2010


The following commit has been merged in the master branch:
commit 0b31172a13de8ff72a658baa6c537b548e2dbd5a
Author: David Paleino <dapal at debian.org>
Date:   Wed May 5 23:42:50 2010 +0200

    debian/rules: added srtmtiles target; re-build the srtmtiles.dat binary file at build-time

diff --git a/debian/changelog b/debian/changelog
index 0e4ba05..fdd9d28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,11 @@ gpsprune (10-1) UNRELEASED; urgency=low
       tim/prune/function/srtm/
   * debian/scripts/get-tiles.py added, can be used to re-generate
     tiles*.txt files (see debian/copyright)
+  * debian/rules:
+    - added srtmtiles target; re-build the srtmtiles.dat binary file
+      at build-time
 
- -- David Paleino <dapal at debian.org>  Wed, 05 May 2010 23:25:37 +0200
+ -- David Paleino <dapal at debian.org>  Wed, 05 May 2010 23:42:21 +0200
 
 gpsprune (9-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 65f4ebf..2dbb676 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,13 @@ export CLASSPATH=/usr/share/java/j3dcore.jar:/usr/share/java/j3dutils.jar:/usr/s
 
 export JH_JAR_EXTRA=$(shell find tim/prune/lang/ tim/prune/gui/images -type f)
 
-override_jh_build:
+srtmtiles:
+	javac tim/prune/function/srtm/gen/GenerateTileLookup.java
+	CLASSPATH=. java tim.prune.function.srtm.gen.GenerateTileLookup
+	mv $(CURDIR)/srtmtiles.dat tim/prune/function/srtm/
+	rm -rf tim/prune/function/srtm/gen/GenerateTileLookup.class
+
+override_jh_build: srtmtiles
 	jh_build --no-javadoc
 
 override_jh_depends:

-- 
Tool to visualize, edit, convert and prune GPS data



More information about the Pkg-grass-devel mailing list