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

David Paleino dapal at debian.org
Wed May 5 22:03:47 UTC 2010


The following commit has been merged in the master branch:
commit 9205f95d33f7094a917ac6ccb68849c82e446192
Author: David Paleino <dapal at debian.org>
Date:   Thu May 6 00:02:17 2010 +0200

    debian/rules: added tim/prune/function/srtm/srtmtiles.dat to JH_JAR_EXTRA

diff --git a/debian/changelog b/debian/changelog
index 1200485..f2a2b84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,9 +9,10 @@ gpsprune (10-1) UNRELEASED; urgency=low
   * debian/rules:
     - added srtmtiles target; re-build the srtmtiles.dat binary file
       at build-time
+    - added tim/prune/function/srtm/srtmtiles.dat to JH_JAR_EXTRA
   * debian/patches/00-fix_readme_in_about.patch removed, merged upstream
 
- -- David Paleino <dapal at debian.org>  Wed, 05 May 2010 23:44:52 +0200
+ -- David Paleino <dapal at debian.org>  Thu, 06 May 2010 00:02:02 +0200
 
 gpsprune (9-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2dbb676..4588fa9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 export JAVA_HOME=/usr/lib/jvm/default-java
 export CLASSPATH=/usr/share/java/j3dcore.jar:/usr/share/java/j3dutils.jar:/usr/share/java/vecmath.jar:/usr/share/java/metadata-extractor.jar
 
-export JH_JAR_EXTRA=$(shell find tim/prune/lang/ tim/prune/gui/images -type f)
+export JH_JAR_EXTRA=$(shell find tim/prune/lang/ tim/prune/gui/images -type f) tim/prune/function/srtm/srtmtiles.dat
 
 srtmtiles:
 	javac tim/prune/function/srtm/gen/GenerateTileLookup.java

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



More information about the Pkg-grass-devel mailing list